@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}




.padding-bottom-70{
    padding-bottom: 70px;
}

.padding-top-70{
    padding-top: 70px;
}





/* ..............................index page starts................................. */

.testimonial-arrow{
    bottom: -30px;
}

.project-thumbnail-image-block .project-thumbnail-image{
    height: 310px;
}

.funfact-section.wf-section .funfact-block{
    margin-top: 40px;
}
.newsletter-section.wf-section .section-gap-bottom-130{
padding-bottom: 70px;
}

.funfact-section.wf-section .section-gap-130{
    padding: 70px 0;
}

.eliminate-section.wf-section .section-gap-130-eliminate{
padding-bottom: 70px;
}
.eliminate-list-item h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.service-collection-item.w-dyn-item {

    width: 100%;
}

/* ..index page slider */

.slick-list {
    /* max-width: 700px; */
    margin: 0 auto;
    /* padding: 30px 0; */
}

.slick-list .slick-slide {
    /* font-size: 30px; */
    text-align: center;
    padding: 40px 20px ;
    line-height: 2;
    /* font-weight: 700; */
}

.slick-list .research__area.slick-slide{
    padding: 60px 20px 0 ;
}


.slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
}

.slick-arrow:before {
    font-size: 30px;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

.btn-wrap {
    text-align: center;
    width: 100%;
}

/* button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
} */
button.slick-disabled {
    opacity: 0.6;
}

#featuredSection .service-content {
    font-size: 16px;
    font-family: Livvic, sans-serif;
}




#featuredSection .service-title-link {
    display: block;
    margin-bottom: 5px;
    font-family: Rajdhani, sans-serif;
    color: #023e8a;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none;
}

#featuredSection .service-text {
    font-weight: 400;
    line-height: 26px;
}


/* .............................services page........................ */

@media(max-width:767px){
    .research__item{
        flex-wrap: wrap;
    }
}


.research__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding-bottom: 20px;
}

.growing_section .btn-wrap{
    padding-bottom: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .research__item {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .research__item {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .research__item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.sec-title-wrapper{
    margin-bottom: 30px;
}

.sec-title-wrapper .sec-title {
    color: #023e8a;
    margin-bottom: 30px;
}

.research__item:nth-child(odd) {
    padding-left: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .research__item:nth-child(odd) {
        padding-left: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .research__item:nth-child(odd) {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .research__item:nth-child(odd) {
        padding-left: 0;
    }
}

.research__item p {
    /* max-width: 255px; */
    color: var(--black-2);
}

.research__number span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* font-weight: 400; */
    /* font-size: 48px; */
    /* line-height: 1.1; */
    /* text-transform: uppercase; */
    /* color: var(--black-2); */
    width: 100px;
    height: 100px;
    /* border: 3px solid; */
    /* border-radius: 100%; */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .research__number span {
        width: 160px;
        height: 160px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .research__number span {
        width: 160px;
        height: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .research__number span {
        width: 110px;
        height: 110px;
        font-size: 36px;
    }

    .research__item {
        gap: 16px;
    }
}

.growing_sec_left {
    display: flex;
    align-items: center;

}

.research__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #023e8a;
    padding-bottom: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .research__title {
        padding-bottom: 5px;
    }
}

.growing_section {
    background-color: #e7fbff;
    padding: 50px 0 0;
}

.research__area {


    /* background-image: url(../imgs/shape/8.png);
    background-repeat: no-repeat;
    background-position: 200px calc(100% - 150px); */
}

.research__area .sec-title-wrapper p {
    /* max-width: 360px; */
    font-size: 18px;
    line-height: 1.4;
    color: var(--black-2);
    /* margin-left: 80px; */
    /* text-align: justify; */

}

.research__area .sec-sub-title {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black);
    padding-bottom: 140px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .research__area .sec-sub-title {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .research__area .sec-sub-title {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .research__area .sec-sub-title {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .research__area .sec-sub-title {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .research__area .sec-sub-title {
        /* display: none; */
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:575px) {
    .research__area .sec-title {
        font-size: 36px;
    }

    .research__area .sec-title-wrapper p {
        margin-left: 15px;
    }
}

.testimonial-margin-bottom {
    padding-top: 70px;
}

.newsletter-section.wf-section {
    margin-top: 50px;
}

/* .........................services page ends......................... */


/* ..................index features section............... */
.transactions-work {
    position: relative;
    padding: 60px 0px 70px 0px;
}

#content_block_39 .content-box .sec-title h2 {
    margin-bottom: 47px;
}

.transactions-work .content-box {
    position: relative;
    margin-top: 48px;
}

#content_block_39 .content-box h5 {
    position: relative;
    font-size: 18px;
    /* color: #4527a4; */
    font-weight: 500;
    margin-bottom: 37px;
}

#content_block_39 .content-box .text {
    position: relative;
    margin-bottom: 54px;
}

#content_block_39 .content-box .text p {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
}

#content_block_39 .content-box .text p:last-child {
    margin-bottom: 0px;
}

#content_block_39 .content-box .theme-btn-two {
    font-size: 18px;
    padding: 15px 38px;
}

#content_block_40 .inner-box .single-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 75px;
}

#content_block_40 .inner-box .single-item:nth-child(2) {
    margin-left: 150px;
}

#content_block_40 .inner-box .single-item:last-child {
    margin-bottom: 0px;
}

#content_block_40 .inner-box .single-item .box {
    position: relative;
    padding: 27px 15px 24px 70px;
    background: #fff;
    max-width: 280px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

#content_block_40 .inner-box .single-item .box .pattern-bg .pattern-1 {
    position: absolute;
    width: 65px;
    height: 169px;
    top: -9px;
    right: -62px;
    background-repeat: no-repeat;
}

#content_block_40 .inner-box .single-item .box .pattern-bg .pattern-2 {
    position: absolute;
    width: 258px;
    height: 80px;
    top: -21px;
    right: -42px;
    z-index: -1;
    background-repeat: no-repeat;
}

#content_block_40 .inner-box .single-item .count-box {
    position: absolute;
    left: 0px;
    top: 13px;
    width: 136px;
    height: 116px;
    line-height: 115px;
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

#content_block_40 .inner-box .single-item .box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 30px;
    margin-bottom: 10px;
}

#content_block_40 .inner-box .single-item .box h4 a {
    display: inline-block;
    color: #222;
}

#content_block_40 .inner-box .single-item .box h4 a:hover {
    color: #4527a4;
}

#content_block_40 .inner-box .single-item .box .text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
}



.transactions-work .inner-box .single-item .count-box:before {
    position: absolute;
    content: '';
    background: url(../../assets/images/img/hexa_3.png);
    width: 32px;
    height: 29px;
    top: -26px;
    right: -4px;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.transactions-work .inner-box .single-item:hover .count-box:before {
    transform: scale(1.1);
}

.transactions-work .inner-box .single-item:nth-child(2) .count-box:before {
    background: url(../../assets/images/img/hexa_3.png);
    background-repeat: no-repeat;
}

.transactions-work .inner-box .single-item:last-child .count-box:before {
    background: url(../../assets/images/img/hexa_3.png);
    background-repeat: no-repeat;
}

.transactions-work .inner-box .single-item .count-box:after {
    position: absolute;
    content: '';
    background: url(../../assets/images/img/hexa_1.png);
    width: 89px;
    height: 76px;
    right: -15px;
    bottom: -45px;
    background-repeat: no-repeat;
    transition: all 3000ms ease;
}

.transactions-work .inner-box .single-item:hover .count-box:after {
    transform: rotate(360deg);
}

.transactions-work .inner-box .single-item:nth-child(2) .count-box:after {
    background: url(../../assets/images/img/hexa_1.png);
    background-repeat: no-repeat;
}

.transactions-work .inner-box .single-item:last-child .count-box:after {
    background: url(../../assets/images/img/hexa_1.png);
    background-repeat: no-repeat;
}


/* .....................features section ends........... */




.service-grid-layout {
    display: flex !important;
    grid-gap: unset;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.service-gridbox-left {
    width: 30% !important;
    /* -webkit-align-self; */
}

.service-gridbox-right {
    width: calc(70% - 40px);
}

.service-collection-list {
    position: relative;
    overflow: hidden;
}

.service-collection-list .owl-carousel .owl-stage {
    padding-bottom: 50px;
}









/* ...................................contact us section........................ */

label.error {
    position: absolute;
    bottom: -13px;
    color: red;
    left: 0px;
}

.text_area_field {
    position: relative;
}

.text_area_field textarea {
    margin-bottom: 20px;
}



.contact_input_box {
    position: relative;
}

.contact_input_box input {
    margin-bottom: 20px;
}

/* .............................contact section ends.................. */


/* ................................media section starts....................... */

@media(max-width:992px) {
    .feature_grid_section {
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
    }

    

    .hero_container_flex {
        flex-wrap: wrap;
    }

    .hero_container_flex .hero-image-block {
        position: relative;
        max-width: 650px;
        width: 100%;
    }

    .hero_container_flex .hero-content {
        width: 100%;
        max-width: inherit;
    }

    .hero-background_banner {
        padding-bottom: 0;
    }

    #w-node-bb981379-6d5b-d20f-880f-d0a5b9a4085c-44adaf1d {
        order: 1;
    }

    .about_sec_grid {
        grid-template-columns: 1fr;
    }

    .logo-block{
        margin-bottom: 0;
    }
}

.logo-block img ,
.footer-section img,
.mobile-logo-block img {
    width: 180px;
}



@media only screen and (max-width:767px){
    .transactions-work{
        padding-top: 0;
    }
}

@media(max-width:575px) {
    #content_block_40 .inner-box .single-item:nth-child(2) {
        margin-left: 0;
    }

    .transactions-work .inner-box .single-item .count-box:before {
        display: none;
    }

    #content_block_40 .inner-box .single-item {
        padding-left: 0;
    }

    #content_block_40 .inner-box .single-item .count-box {
        display: none;
    }

    #content_block_40 .inner-box .single-item .box .pattern-bg .pattern-2 {
        right: 30px;
        width: 200px;
    }

    #content_block_40 .inner-box .single-item .box {
        padding: 27px 15px 24px 30px !important;
    }

    .service-gridbox-right {
        width: calc(100%);
    }
    #content_block_40 .inner-box .single-item .box .pattern-bg .pattern-1{
        display: none;
    }

}


@media(min-width:767px){
   .work_flow__sec{
    display: none;
   }
  
}

@media(max-width:767px){
    .img_serfv{
        display: none;
    }
    #work_flow_slider .slick-slide img{
        margin: auto;
       }
}
/* ................................media section ends............................. */