a{
    display: inline-block !important;
    text-decoration: none !important;
}
.wpt-service-carousel .owl-stage-outer {
    padding: 20px 0 20px 13px;
}

.wpt-service-carousel .owl-nav {
    position: absolute;
    display: flex;
}

.wpt-service-carousel .owl-nav button.owl-next,
.wpt-service-carousel .owl-nav button.owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpt-service-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.wpt-service-wrap .wpt-services-left {
    width: 25%;
}

.wpt-service-wrap .wpt-service-carousel {
    width: 75%;
}

.wpt-service-wrap .wpt-service-carousel .item {
    width: 265px;
}

.wpt-service-wrap .wpt-service-carousel .item .wpt-ser-content .wpt-ser-icon {
    display: flex;
    justify-content: center;
}

.wpt-service-wrap .wpt-service-carousel .item .wpt-ser-content .wpt-ser-icon .wpt-ser-icon-img img {
    width: 100%;
}

.wpt-service-wrap .wpt-service-carousel .item .wpt-ser-content .wpt-ser-title h3 {
    text-align: center;
}

.wpt-service-wrap .wpt-service-carousel .item .wpt-ser-content .wpt-ser-des p {
    text-align: center;
}

.wpt-testimonial-wrap {
    width: 100%;
}

.wpt-testimonial-wrap .wpt-tsm-carousel .item .wpt-tsm-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.wpt-testimonial-wrap .wpt-tsm-carousel .item .wpt-tsm-wrap .wpt-tsm-avater {
    width: 25%;
}

.wpt-testimonial-wrap .wpt-tsm-carousel .item .wpt-tsm-wrap .wpt-tsm-avater img {
    width: 100%;
    height: 100%;
}

.wpt-testimonial-wrap .wpt-tsm-carousel .item .wpt-tsm-wrap .wpt-tsm-content {
    width: 75%;
}

.wpt-tsm-carousel .owl-nav {
    position: absolute;
    display: flex;
}

.wpt-img-text-wrap {
    width: 100%;
}

.wpt-img-text-wrap:hover {
    cursor: grab;
}

.wpt-img-text-wrap .wpt-img-text-slide .item .img-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.wpt-img-text-wrap .wpt-img-text-slide .item .img-wrap .img img {
    width: 100%;
    height: 100%;
}

.wpt-img-text-wrap .wpt-img-text-slide .item .content {
    text-align: center;
}

.wpt-img-text-slide .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wpt-img-text-slide .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wpt-case-study-wrap .wpt-case-study .case-study-wrap {
    display: flex;
    flex-wrap: wrap;
}

.wpt-case-study-wrap .wpt-case-study .case-study-wrap .case-study-thumb {
    width: 40%;
}

.wpt-case-study-wrap .wpt-case-study .case-study-wrap .case-study-content {
    width: 60%;
}

.wpt-case-study-wrap .wpt-case-study .case-study-wrap .case-study-thumb {
    background-position: center !important;
    background-size: cover !important;
    height: auto;
    position: relative;
}

.wpt-case-study-wrap .wpt-case-study .case-study-wrap .case-study-thumb .logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    padding: 15px;
    background: #fff;
}

.wpt-case-study-wrap .wpt-case-study .case-study-wrap .case-study-thumb .logo img {
    filter: brightness( 77%) contrast( 24%) saturate( 12%) blur( 0px) hue-rotate( 0) !important;
}

.wpt-case-study-wrap .wpt-case-study .case-study-wrap .case-study-content .read {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.wpt-case-study-wrap .wpt-case-study .owl-nav {
    position: absolute;
}

.wpt-ins-wrap {
    position: relative;
}

.wpt-ins-wrap #wpt-ins-tabs .wpt-tabs-nav {
    display: flex;
    width: 70%;
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.wpt-ins-wrap #wpt-ins-tabs .wpt-tabs-nav li {
    background: rgba(255, 255, 255, .7);
    border: 1px solid;
    border-color: #f6f6f6 #f6f6f6 #f6f6f6 transparent;
    color: #131313;
    cursor: pointer;
    z-index: 999;
    width: 33.33%;
}

.wpt-ins-wrap #wpt-ins-tabs .wpt-tabs-nav li.active {
    background: #131313 !important;
    color: #417aeb !important;
    border-color: transparent !important;
}

.wpt-ins-wrap #wpt-ins-tabs .wpt-tabs-nav li:hover {
    background: #96e199 !important;
    color: #131313 !important;
    border-color: transparent !important;
}
.wpt-ins-wrap #wpt-ins-tabs .wpt-tabs-nav li.active:hover{
    background: #131313 !important;
    color: #417aeb !important;
}

.wpt-ins-wrap #wpt-ins-tabs .wpt-tab-container {
    display: none;
}
.wpt-ins-wrap #wpt-ins-tabs .wpt-tab-container .tab-container-content {
    display: flex;
}
.wpt-ins-wrap .wpt-tab-container .wpt-ins-img {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    width: 30%;
}

.wpt-ins-wrap .wpt-tab-container .content {
    width: 70%;
	display: none;
}

.wpt-ins-wrap .wpt-tab-container .content .ins-button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.wpt-models-wrap {
    width: 100%;
}

.wpt-models-wrap .wpt-models-item {
    width: 100%;
    position: relative;
}

.wpt-models-wrap .wpt-models-item .wpt-model-font {
    width: 100%;
}

.wpt-models-wrap .wpt-models-item .wpt-model-font .icon-wrap, .wpt-models-wrap .wpt-models-item .wpt-model-back .wpt-button{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.wpt-models-wrap .wpt-models-item .wpt-model-font .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpt-models-wrap .wpt-models-item .wpt-model-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.wpt-models-wrap .wpt-models-item:hover .wpt-model-back {
    visibility: visible;
    opacity: 1;
}
.wpt-data-tab-wrap{
    width: 100%;
}
.wpt-data-tab-wrap .data-tab-content{
    display: flex;
    flex-wrap: wrap;
}
.wpt-data-tab-wrap .data-tab-content .wpt-data-tabs{
    width: 40%;
}
.wpt-data-tab-wrap .data-tab-content .wpt-data-tabs .wpt-data-tabs-nav{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wpt-data-tab-wrap .data-tab-content .wpt-data-tabs .wpt-data-tabs-nav li{
    margin-top: 40px;
    cursor: pointer;
}
.wpt-data-tab-wrap .data-tab-content .wpt-data-tabs .wpt-data-tabs-nav li span{
   display: inline-block;
   transition: all .3s ease;
}
.wpt-data-tab-wrap .data-tab-content .wpt-data-tabs .wpt-data-tabs-nav li:hover span{
    padding-left: 15px !important;
    color: #131313 !important;
}
.wpt-data-tab-wrap .data-tab-content .wpt-data-tabs .wpt-data-tabs-nav li.active span{
    color: #87D18A !important;
}
.wpt-data-tab-wrap .data-tab-content .wpt-data-tabs .wpt-data-tabs-nav li.active:hover span{
    padding-left: 0 !important;
    color: #87D18A !important;
}
.wpt-data-tab-wrap .data-tab-content .wpt-tab-content{
    width: 60%;
}
.wpt-data-tab-wrap .data-tab-content .wpt-tab-content .wpt-data-tab-container{
    width: 100%;
    display: none;
}
.wpt-data-tab-wrap .data-tab-content .wpt-tab-content .wpt-data-tab-container .content{
	display: none;
}
.wpt-data-tab-wrap .data-tab-content .wpt-tab-content .wpt-data-tab-container .content .wpt-button{
    display: flex;
    justify-content: flex-start;
}
.wpt-data-tab-wrap .data-tab-content .wpt-tab-content .wpt-data-tab-container .content .wpt-button .wpt-btn{
    display: inline-block;
}
.wpt-blog-carousel-wrap .wpt-blog-carousel .item .wpt-blog-card .wpt-blog-card-header {
    position: relative;
  }
  .wpt-blog-carousel-wrap .wpt-blog-carousel .item .wpt-blog-card .wpt-blog-card-header .img {
    background: url("../../img/How-can-business-intelligence-optimize-supply-chains.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 190px;
  }
  .wpt-blog-carousel-wrap .wpt-blog-carousel .item .wpt-blog-card .wpt-blog-card-header .wpt-blog-categories {
    width: 155px;
    position: absolute;
    bottom: 6px;
    right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
.wpt-blog-carousel-wrap .wpt-blog-carousel .item .wpt-blog-card .wpt-blog-card-header .wpt-blog-categories .wpt-blog-category{
	padding: 6px 15px;
    background: linear-gradient(180deg, #EFF9F0 0%, #F6F6F6 100%);
    color: #417aeb;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 5px;
}
  .wpt-blog-carousel-wrap .wpt-blog-carousel .item .wpt-blog-card .wpt-blog-card-body .wpt-blog-date {
    margin: 8px 0;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    color: #808080;
  }
  .wpt-blog-carousel-wrap .wpt-blog-carousel .item .wpt-blog-card .wpt-blog-card-body .wpt-blog-title a {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    margin-bottom: 4px;
  }
  .wpt-blog-carousel-wrap .wpt-blog-carousel .item .wpt-blog-card .wpt-blog-card-body .wpt-blog-title a:hover {
    color: #417aeb;
  }
  .wpt-blog-carousel-wrap .wpt-blog-carousel .item .wpt-blog-card .wpt-blog-card-body .wpt-blog-excerpt {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #3d3d3d;
  }
  .wpt-blog-carousel-wrap .wpt-blog-carousel .owl-nav {
    position: absolute;
    left: -70px;
    top: 31%;
  }
  .wpt-blog-carousel-wrap .wpt-blog-carousel .owl-nav button i{
    font-size: 25px;
    color: #417aeb;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev:hover{
    background: transparent !important;
  }

.wpt-dobule-blog-carousel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-controls {
    width: 25%;
    padding-right: 50px;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-controls .content h3 {
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 41px;
    color: #fff;
    margin-bottom: 44px;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-controls .content p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-controls .wpt-dbl-buttons {
    display: flex;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-controls .wpt-dbl-buttons .wpt-dbl-btn {
    cursor: pointer;
    padding: 7px 0;
    position: relative;
    margin-right: 20px;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-controls .wpt-dbl-buttons .wpt-dbl-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #417aeb;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.3s ease-in-out;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-controls .wpt-dbl-buttons .wpt-dbl-btn h4 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #808080;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-controls .wpt-dbl-buttons .wpt-dbl-btn.active::after {
    transform: scaleX(1);
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides {
    width: 75%;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item {
    display: none;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .item .wpt-blog-card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .item .wpt-blog-card .wpt-blog-card-header {
    width: 40%;
    position: relative;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .item .wpt-blog-card .wpt-blog-card-header .img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 270px;
    background-repeat: no-repeat;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .item .wpt-blog-card .wpt-blog-card-header .wpt-blog-categories {
    width: 155px;
    position: absolute;
    bottom: 6px;
    right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .item .wpt-blog-card .wpt-blog-card-header .wpt-blog-categories a {
    padding: 6px 15px;
    background: linear-gradient(180deg, #EFF9F0 0%, #F6F6F6 100%);
    color: #417aeb;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .item .wpt-blog-card .wpt-blog-card-body {
    width: 60%;
    padding-left: 20px;
    position: relative;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .item .wpt-blog-card .wpt-blog-card-body .wpt-blog-title a {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    margin-bottom: 26px;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .item .wpt-blog-card .wpt-blog-card-body .wpt-blog-title a:hover {
    color: #417aeb;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .item .wpt-blog-card .wpt-blog-card-body .wpt-blog-excerpt {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #3d3d3d;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .item .wpt-blog-card .wpt-blog-card-body p:not(.wpt-blog-excerpt){
    display: none;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .item .wpt-blog-card .wpt-blog-card-body .wpt-res-blog-btn {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #417aeb;
    text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 20px;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .item .wpt-blog-card .wpt-blog-card-body .wpt-res-blog-btn i {
    margin-left: 8px;
    color: #417aeb;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .owl-nav {
    position: absolute;
    right: 20px;
    bottom: -80px;
    transform: translateY(-50%);
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .owl-nav button {
    background: transparent;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-resource .owl-nav button i {
    font-size: 25px;
    color: #417aeb;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-article .wpt-blog-card .wpt-blog-card-header {
    position: relative;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-article .wpt-blog-card .wpt-blog-card-header .img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-article .wpt-blog-card .wpt-blog-card-header .wpt-blog-categories {
    width: 155px;
    position: absolute;
    bottom: 6px;
    right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-article .wpt-blog-card .wpt-blog-card-header .wpt-blog-categories .wpt-blog-category {
    padding: 6px 15px;
    background: linear-gradient(180deg, #EFF9F0 0%, #F6F6F6 100%);
    color: #417aeb;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 5px;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-article .wpt-blog-card .wpt-blog-card-body .wpt-blog-date {
    margin: 8px 0;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    color: #808080;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-article .wpt-blog-card .wpt-blog-card-body .wpt-blog-title a {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    margin-bottom: 4px;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-article .wpt-blog-card .wpt-blog-card-body .wpt-blog-title a:hover {
    color: #417aeb;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-article .wpt-blog-card .wpt-blog-card-body .wpt-blog-excerpt {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #3d3d3d;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-article .owl-nav {
    position: absolute;
    right: 20px;
    bottom: -80px;
    transform: translateY(-50%);
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-article .owl-nav button {
    background: transparent;
  }
  .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-slide-item .wpt-dbl-article .owl-nav button i {
    font-size: 25px;
    color: #417aeb;
  }
  
  .wpt-case_study_grid_wrap{
    width: 100%;
  }

  .wpt-case_study_grid_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .wpt-case_study_grid_wrap .wpt-case_study_item{
    width: calc(50% - 20px );
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .wpt-case_study_grid_wrap .wpt-case_study_item .wpt-case_study_thumb{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(40% - 20px);
    position: relative;
    background-attachment: scroll;
  }
  .wpt-case_study_grid_wrap .wpt-case_study_item .wpt-case_study_thumb .wpt-case-logo{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 50px;
    padding: 14px;
    background: #fff;
  }
  .wpt-case_study_grid_wrap .wpt-case_study_item .wpt-case_study_thumb .wpt-case-logo img{
    filter: brightness( 170% ) contrast( 19% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
  }
  .wpt-case_study_grid_wrap .wpt-case_study_item .wpt-case_study_content{
    width: 60%;
  }
  .wpt-case_study_grid_wrap .wpt-case_study_item .wpt-case_study_content .case-title{
    margin: 0;
  }
  .wpt-case_study_grid_wrap .wpt-case_study_item .wpt-case_study_content .case-title a{
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-decoration: none;
    color: #000;
    margin-bottom: 26px;
  }
  .wpt-case_study_grid_wrap .wpt-case_study_item .wpt-case_study_content .case-title a:hover{
    color: #417aeb;
  }
  .wpt-case_study_grid_wrap .wpt-case_study_item .wpt-case_study_content p{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-decoration: none;
    color: #5e5e5e;
  }
.wpt-hor-icon-box-wrap{
  width: 100%;
}
.wpt-hor-icon-box-wrap .wpt-hor-box-item{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 50px;
  background: linear-gradient(90deg, rgba(222, 222, 222, 0.2) 0%, rgba(243, 243, 243, 0.2) 90%);
  transition: .1s ease-in-out;
}
.wpt-hor-icon-box-wrap .wpt-hor-box-item:hover{
  box-shadow: 0 0 10px 0 rgba(103, 180, 106, 0.1);
}
.wpt-hor-icon-box-wrap .wpt-hor-box-item .icon{
  width: calc(10% - 15px);
  display: flex;
  justify-content: center;
}
.wpt-hor-icon-box-wrap .wpt-hor-box-item .icon img{
  width: 18px;
  height: 18px;
}
.wpt-hor-icon-box-wrap .wpt-hor-box-item .title{
  width: calc(20% - 30px);
}
.wpt-hor-icon-box-wrap .wpt-hor-box-item .title h4{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  color: #000;
}
.wpt-hor-icon-box-wrap .wpt-hor-box-item .desc{
  width: 70%;
}
.wpt-hor-icon-box-wrap .wpt-hor-box-item .desc{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  color: #5e5e5e;
}

@media(max-width:768px) {
    .wpt-service-carousel .owl-nav {
        top: -95px;
        height: 65px;
        left: 80%;
    }
    .wpt-service-wrap .wpt-service-carousel .item {
        width: 270px;
    }
    .wpt-service-wrap .wpt-services-left {
        width: 100%;
    }
    .wpt-service-wrap .wpt-service-carousel {
        width: 100%;
    }
    .wpt-service-wrap .wpt-service-carousel .item {
        width: 220px;
    }
    .wpt-service-carousel .owl-stage-outer {
        padding: 20px 0 20px 10px;
    }
    .wpt-ins-wrap .wpt-tab-container .content {
        position: absolute;
        bottom: -540px;
        left: 0;
        z-index: 999;
        width: 100%;
        padding: 30px;
        box-shadow: 0 2px 10px 0 rgba(150, 225, 153, .17)
    }
    .wpt-ins-wrap #wpt-ins-tabs .wpt-tabs-nav {
        flex-wrap: wrap;
        width: 100%;
        bottom: -324px;
        z-index: 999;
    }
    .wpt-ins-wrap #wpt-ins-tabs .wpt-tabs-nav li {
        width: 100%;
        border-color: #f6f6f6 #f6f6f6 #f6f6f6 #f6f6f6;
        padding: 35px 20px 20px 20px;
    }
    .wpt-ins-wrap .wpt-tab-container .wpt-ins-img {
        width: 100%;
    }
    .wpt-case-study-wrap .wpt-case-study .case-study-wrap .case-study-thumb {
        width: 100%;
    }
    .wpt-case-study-wrap .wpt-case-study .case-study-wrap .case-study-content {
        width: 100%;
    }

    .wpt-ins-wrap .wpt-tab-container .content{
        width: 100%;
    }
    .wpt-ins-wrap .wpt-tab-container .wpt-ins-img{
        width: 100%;
    }
    .wpt-data-tab-wrap .data-tab-content .wpt-data-tabs{
        width: 100%;
        margin-bottom: 30px;
    }
    .wpt-data-tab-wrap .data-tab-content .wpt-tab-content{
        width: 100%;
    }
    .wpt-case-study-wrap .wpt-case-study .case-study-wrap .case-study-thumb{
        height: 350px;
    }
	.wpt-dobule-blog-carousel .wpt-dbl-controls {
        width: 100%;
        margin-bottom: 90px;
      }
      .wpt-dobule-blog-carousel .wpt-dbl-slides {
        width: 100%;
      }
      .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-resource .item .wpt-blog-card .wpt-blog-card-header {
        width: 100% !important;
      }
      .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-resource .item .wpt-blog-card .wpt-blog-card-body {
        width: 100% !important;
        padding: 20px 0 !important;
      }
      .wpt-dobule-blog-carousel .wpt-dbl-slides .wpt-dbl-resource .item .wpt-blog-card .wpt-blog-card-body .wpt-blog-excerpt {
        margin-bottom: 26px !important;
      }
      .wpt-case_study_grid_wrap .wpt-case_study_item{
        width: 100%;
      }
      .wpt-case_study_grid_wrap .wpt-case_study_item .wpt-case_study_content .case-title a{
        font-size: 18px;
        line-height: 22px;
        margin-top: 26px;
      }
      .wpt-case_study_grid_wrap .wpt-case_study_item .wpt-case_study_thumb{
        width: 100%;
        height: 180px;
      }
      .wpt-case_study_grid_wrap .wpt-case_study_item .wpt-case_study_content{
        width: 100%;
      }
      .wpt-hor-icon-box-wrap .wpt-hor-box-item{
        justify-content: center;
        text-align: center;
      }
      .wpt-case_study_grid_wrap .wpt-case_study_item .wpt-case_study_content{
        width: 100%;
      }
      .wpt-hor-icon-box-wrap .wpt-hor-box-item .icon{
        width: 100%;
      }
      .wpt-hor-icon-box-wrap .wpt-hor-box-item .title{
        width: 100%;
      }
      .wpt-hor-icon-box-wrap .wpt-hor-box-item .desc{
        width: 100%;
      }
      .wpt-hor-icon-box-wrap .wpt-hor-box-item .title h4{
        font-size: 16px;
      }
}

@media(max-width:576px) {
    .wpt-service-wrap .wpt-service-carousel .item {
        width: 528px;
    }
    .wpt-service-wrap .wpt-services-left {
        width: 100%;
    }
    .wpt-service-wrap .wpt-service-carousel {
        width: 100%;
    }
    .wpt-service-carousel .owl-stage-outer {
        padding: 20px 0 20px 13px;
    }
    .wpt-service-carousel .owl-nav {
        display: none;
    }
    .wpt-testimonial-wrap .wpt-tsm-carousel .item .wpt-tsm-wrap .wpt-tsm-avater {
        width: 100%;
    }
    .wpt-testimonial-wrap .wpt-tsm-carousel .item .wpt-tsm-wrap .wpt-tsm-content {
        width: 100%;
    }
    .wpt-tsm-carousel .owl-nav {
        display: none;
    }
    .wpt-img-text-slide .owl-nav {
        display: none;
    }
}

@media(max-width:414px) {
    .wpt-service-wrap .wpt-service-carousel .item {
        width: 365px;
    }
}

@media(max-width:360px) {
    .wpt-service-wrap .wpt-service-carousel .item {
        width: 315px;
    }
    .wpt-logo-img {
        height: 225px;
    }
    .wpt-logo-img .wpt-slide-btn img {
        width: 150px;
    }
}