/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

@font-face
{
  font-family: ProximaNova;
  src: url(fonts/ProximaNovaLight.otf);
  font-weight: 300;
  font-style: normal;
}

@font-face
{
  font-family: ProximaNova;
  src: url(fonts/ProximaNovaRegular.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face
{
  font-family: ProximaNova;
  src: url(fonts/ProximaNovamedium.otf);
  font-weight: 500;
  font-style: normal;
}

@font-face
{
  font-family: ProximaNova;
  src: url(fonts/ProximaNovaBold.otf);
  font-weight: 700;
  font-style: normal;
}

h2, h2.vcex-heading {
	font-weight: 700;
    font-size: 60px;
    color: #222222;
    line-height: 1.17em;
    margin-bottom: 5px;
}
h3, h3.vcex-heading {
	font-weight: 700;
    font-size: 42px;
    color: #222222;
    line-height: 1.1em;
    margin-bottom: 5px;
}
h4, h4.vcex-heading {
	font-weight: 700;
    font-size: 32px;
    color: #222222;
    line-height: 1.1em;
    margin-bottom: 5px;
}
.vc_row.box-shadow-row {
	box-shadow: 0px 0px 8px rgb(0, 0, 0, 0.4);	
}
.navbar-style-one{
	right: 0px;
}
#site-logo-inner{
	display: flex;
    align-items: center;
}
.pwi-logo-text{
	font-size: 18px;
    color: #33aef4!important;
    transition: 1s;
    margin-left: 10px;
    text-decoration: none!important;
	opacity:0;
	line-height: 1;
}
.theme-button, .color-button, input[type="submit"], button:where([type="submit"],[type="reset"]:), .button, .added_to_cart {
	transition: 1s;	
}
.theme-button:hover, .color-button:hover, input[type="submit"]:hover, button:where([type="submit"]:hover,[type="reset"]:hover), .button:hover, .added_to_cart:hover {
	opacity: 0.7;
	transition: 1s;
}
.theme-button.dark-blue-btn {
    background-color: #3358f4;	
}
.vcex-loadmore-button.theme-button {
	min-width: 180px;
}
#site-logo-inner:hover .pwi-logo-text{
	opacity:1;
}
.pwi-logo-text span:first-child {
    font-weight: 300;
}
.pwi-logo-text span:nth-child(2) {
    font-weight: 400;
}
.pwi-logo-text span:nth-child(3) {
    font-weight: 600;
}
li.header_btn.menu-item {
	background: #33aef4;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    min-width: 159px;
    text-align: center;
	margin-left: 8px;
	transition: 1s;
}
li.header_btn.menu-item:hover {
	opacity: 0.7;
}
li.header_btn.menu-item .link-inner {
	color: #fff;
    text-transform: capitalize;
    font-size: 15px;
	font-weight: 600;
}
li.location_text, li.phone_text {
	margin-bottom:16px;
	position: relative;
    padding-left: 30px;
}
li.location_text:before {
    content: '';
    width: 22px;
    height: 27px;
    background: url(/wp-content/uploads/2024/08/icon-feather-map-pin.webp);
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
	position: absolute;
    left: 0px;
    top: -2px;
}
li.phone_text:before {
    content: '';
    width: 22px;
    height: 23px;
    background: url(/wp-content/uploads/2024/08/icon-feather-phone.webp);
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;	
	position: absolute;
    left: 0px;
    top: -2px;
}
.footer-widget .wpex-social-btn, .footer-widget .wpex-social-bg.wpex-instagram {
    background: #33aef4 !important;
}
.footer-widget .wpex-fa-social-widget ul li {
	margin-right: 7px;	
}
.footer-box ul.menu li {
	margin-bottom: 8px;
}
.footer-box ul.menu li a {
	font-size: 16px;
}
#footer-callout-right {
	display: none;
}
.footer_global_form .gform_fields .gfield input[type="text"], .footer_global_form .gform_fields .gfield input[type="email"], .footer_global_form .gform_fields .gfield input[type="tel"] {
	padding: 10px 18px 10px 10px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: solid 0.5px #aaa;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 2.5em;
    letter-spacing: normal;
    text-align: left;
    color: #898989;
    height: 40px;
}
.footer_global_form .gform_fields .gfield select {
	padding: 0px 18px 0px 10px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: solid 0.5px #aaa;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 2.5em;
    letter-spacing: normal;
    text-align: left;
    color: #898989;
    height: 40px;
	font-family: ProximaNova;
	cursor: pointer;
}
.footer_global_form .gform_fields .gfield textarea {
	padding: 10px 18px 10px 10px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: solid 0.5px #aaa;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 2.5em;
    letter-spacing: normal;
    text-align: left;
    color: #898989;
    min-height: 100px!important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
   opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
   opacity: 1;
}
.gform-theme--foundation .gform_fields {
	row-gap: 20px!important;
	column-gap: 20px!important;
}
.gform_wrapper.gform-theme--foundation .gform_footer input[type="submit"] {
	border-radius: 5px !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important;
    background-color: #33aef4 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #fff !important;
    text-transform: capitalize !important;
    min-width: 100px !important;
    padding: 12.6px 30px !important;
}
.footer_global_form_wrapper .gform_validation_errors {
	display: none!important;
}
#footer{
	box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.1)
}
#site-header {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.vcex-heading.border_heading {
	display: inline-block;
	padding-right: 15px;
}
.theme-button {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.wpb_column.home_small_colored_col {
    min-height: 214px;
}
.case_studies_grid_card .overlay-content {
	position: absolute;
    bottom: 10px;
    right: 0px;
    text-align: right;
}
.case_studies_grid_card .overlay-bg {
	opacity: 0.5;
    border-radius: 20px!important;
}
.case_studies_grid_card .overlay-title {
	line-height: 1.1;
	font-size: 32px;
}
.case_studies_grid_card .overlay-excerpt {
	opacity: 1;
	margin-top: 5px!important;
    font-weight: 300;
	font-style: normal;
}

/*******************************************************************************************/
/****************** Home Custom Tabs Carousel Tabs Css*************************************/
/******************************************************************************************/

.pwi-tabs-container {
    display: flex;
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
    gap: 10px;
}

.pwi-tab {
    flex: 1;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: flex 0.5s ease;
    background-color: #333;
    color: white;
	border-radius: 20px;
}
.pwi-tab-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    background-size: cover;
    background-position: center;
    color: white;
    transition: transform 0.5s ease;
}
.pwi-tab.pwi-active h2{
	transform: none;
    transform-origin: 0px;
	font-size: 42px;
}
.pwi-tab h2 {
    margin: 0;
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.25;
    color: #fff;
    transform: rotate(270deg);
    transform-origin: 10% 60%;
    display: block;
    min-width: 160px;
    text-align: left;
}
.pwi-tab.pwi-active p, .pwi-tab.pwi-active a{
	display: block;
}
.pwi-tab p {
    text-align: left;
	color: #fff;
	position: relative;
	z-index: 2;
	display: none;
	margin-top: 5px;
}
.pwi-tab a {
	padding: 13.4px 20px;
    background-color: #33aef4;
    color: white;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    min-width: 140px;
    display: none;
}
.pwi-active {
    flex: 12; /* The active tab is larger by default */
}

.pwi-tab:not(.pwi-active):hover {
    flex: 12; /* Expand this tab on hover */
}

.pwi-tab:not(.pwi-active) {
    flex: 1; /* Shrink inactive tabs */
}

.pwi-tab:before
{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: 0.5;
	z-index: 1;
	border-radius: 20px;
}

/*******************************************************************************************/
/*************** Testimonial ******************************/
/******************************************************************************************/
.testimonial-card-inner-column>.vc_column-inner>.wpb_wrapper, 
.wpex-card-testimonial_3 .wpex-card-inner 
{
    padding: 25px;
    background: #fff;
    box-shadow: none;
    border-radius: 20px !important;
}
.testimonial-card-title h3.vcex-page-title__heading, 
.wpex-card-testimonial_3 .wpex-card-inner h3
{
	font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 1;
    text-align: left;
    color: #33aef4;
    padding-top: 35px;
	margin-bottom: 10px;
	position: relative;
}
.testimonial-card-title h3.vcex-page-title__heading:before, 
.wpex-card-testimonial_3 .wpex-card-inner h3:before
{
	content: '';
	width: 25px;
	height: 20px;
	background: url(/wp-content/uploads/2024/09/path-17934.webp);
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
}
.testimonial-card-content>.vcex-post-content-c>p, 
.wpex-card-testimonial_3 .wpex-card-excerpt p
{
	font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #333;
}
.testimonial-author>li, 
.wpex-card-testimonial_3 .wpex-card-testimonial-author
{
	font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #33aef4;
}
.testimonial-company>li, 
.wpex-card-testimonial_3 .wpex-card-testimonial-company
{
	font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #898989;
}
.testimonial-footer-row {
    width: 100%;
    margin: auto;	
}
.testimonial-footer-row .testimonial-footer-thumbnail-column {
    width: 60px !important;
    height: 60px !important;
    background-color: #33aef4;
	border-radius: 30px;
}
.testimonial-footer-row .testimonial-footer-aside-column {
    width: calc(100% - 60px) !important;
}

.wpex-post-cards-testimonial_3 .wpex-posts-card-carousel .owl-stage .owl-item:nth-child(even) .wpex-card-testimonial-author, 
.wpex-post-cards-testimonial_3 .wpex-posts-card-carousel .owl-stage .owl-item:nth-child(even) .wpex-card-inner h3, 
.wpex-post-cards-testimonial_3 .wpex-post-cards-grid>.wpex-post-cards-entry:nth-child(even) .wpex-card-testimonial-author, 
.wpex-post-cards-testimonial_3 .wpex-post-cards-grid>.wpex-post-cards-entry:nth-child(even) .wpex-card-inner h3 {
    color: #3358f4;    
}
.wpex-post-cards-testimonial_3 .wpex-posts-card-carousel .owl-stage .owl-item:nth-child(even) .wpex-card-inner h3:before, 
.wpex-post-cards-testimonial_3 .wpex-post-cards-grid>.wpex-post-cards-entry:nth-child(even) .wpex-card-inner h3:before {
    background: url(/wp-content/uploads/2025/01/path-17934.webp);
}
.vcex-multi-buttons>.vcex-count-2 {
    background-color: #3358f4;    
}


.wpex-post-cards-template_2280 .wpex-posts-card-carousel .owl-stage .owl-item:nth-child(even) .testimonial-card-title h3.vcex-page-title__heading, 
.wpex-post-cards-template_2280 .wpex-posts-card-carousel .owl-stage .owl-item:nth-child(even)  .testimonial-author>li, 
.wpex-post-cards-template_2280 .wpex-post-cards-grid .wpex-post-cards-entry:nth-child(even) .testimonial-card-title h3.vcex-page-title__heading, 
.wpex-post-cards-template_2280 .wpex-post-cards-grid .wpex-post-cards-entry:nth-child(even) .testimonial-author>li{
    color: #3358f4;  	
}
.wpex-post-cards-template_2280 .wpex-posts-card-carousel .owl-stage .owl-item:nth-child(even) .testimonial-card-title h3.vcex-page-title__heading:before, 
.wpex-post-cards-template_2280 .wpex-post-cards-grid .wpex-post-cards-entry:nth-child(even) .testimonial-card-title h3.vcex-page-title__heading:before {
    background: url(/wp-content/uploads/2025/01/path-17934.webp);	
}
.wpex-post-cards-template_2280 .wpex-posts-card-carousel .owl-stage .owl-item:nth-child(even)  .testimonial-footer-row .testimonial-footer-thumbnail-column, 
.wpex-post-cards-template_2280 .wpex-post-cards-grid .wpex-post-cards-entry:nth-child(even) .testimonial-footer-row .testimonial-footer-thumbnail-column {
    background-color: #3358f4;	
}


.custom_page_head_section .wpex-bg-overlay{
	background-size: cover;
}
.custom_width_separator{
	max-width: 720px;
}
.custom_page_icon_box {
    margin-bottom: 50px;
}
.custom_page_icon_box .vcex-icon-box-heading{
	line-height: 1.1;
    margin-bottom: 5px !important;
}
.wpb_column.home_banner_left_col .vc_column-inner  {
    max-width: 645px;
}

/*******************************************************************************************/
/*************** Page Header ******************************/
/******************************************************************************************/

.page-header {
	position: relative;
}
.page-header .page-header-inner {
	position: relative;
}
.page-header .page-header-title {
	margin-bottom: 12px;
}
.single-case_studies .page-header .page-header-title{
	font-size: 42px;
}
.single-case_studies .page-header .page-subheading{
	font-size: 24px;
}
.single-case_studies .page-header.background-image-page-header {
    min-height: 300px;
}
.single-case_studies .page-header .background-image-page-header-overlay{
	background-image: none;
    opacity: 0.5;
	background-color:#000;
}
.page-header.centered-page-header {
	display: flex;
    align-items: center;
    justify-content: center;
}
.page-header .page-subheading{
	max-width:960px;
	margin:auto;
}
/******************
.page-header .background-image-page-header-overlay{
	background-image: linear-gradient(74deg, #1a3b7a, #33aef4 100%);
}
***************************/
.custom-page-banner .wpex-bg-overlay{
	background-size: cover;
}
.custom-page-banner .wpex-bg-overlay {
    background-image: linear-gradient(77deg, #1a3b7a, #33aef4 100%)!important;
}
.has-pagination-gutter ul.page-numbers li>*{
	 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.case_studies_grid_card ul.page-numbers li>a.prev, 
.case_studies_grid_card ul.page-numbers li>a.next{
	display: none!important;
}

/*******************************************************************************************/
/*************** OUR CLIENTS ******************************/
/******************************************************************************************/
.our-clients-grid-wrapper .grid_container .grid_filter_side {
    padding: 20px 0px;
    border-bottom: 1px solid #aaaaaa;
    width: 100vw;
    left: calc(50% - 50vw);
    position: relative;
    max-width: 100vw;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .filter-heading-item h3{
	font-size: 24px;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .filter-heading-item p{
	font-size: 18px;
    margin-bottom: 0px;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
	column-gap: 20px;
    row-gap: 15px;
}
.our-clients-grid-wrapper .grid_container .grid_logo_container {
    width: 100%;
    padding: 50px 0px 0px;
    max-width: 1000px;
    margin: auto;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .filter-search-field input {
	background-color: transparent;
    padding: 12.6px 14px;
    width: 300px;
    padding-left: 34px;
    font-size: 16px;
    max-width: 300px;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: solid 0.5px #aaa;
    line-height: 1.2;
    color: #898989;
}
.custom-select-wrapper.active .custom-select-trigger{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item-fields {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0px -10px;

}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item-fields .reset-filters{
	width: 100%;
    text-align: right;
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
	padding:0px 10px;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item-fields .search-filter-item{
	padding: 5px 10px;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .filter-heading {
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.31;
    text-transform: capitalize;
    color: #333;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item-clear-all-box{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .filter-search-field .filter-heading{
	margin-bottom:10px;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-checkbox .list-checkbox {
    display: block;
    position: relative;
    margin-bottom: 3px;
    line-height: 1.25;
    padding: 5px 10px;
    padding-left: 25px;
    border-radius: 9px;
    margin-left: -5px;
    color: #333;
    font-size: 16px;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-checkbox .list-checkbox:hover{
	background-color: rgb(51 174 244 / 30%);
	color: #33aef4;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-checkbox .list-checkbox .checkmark {
    position: absolute;
    top: 9px;
    left: 5px;
    height: 12px;
    width: 12px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-checkbox .list-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-checkbox .list-checkbox .total-count {
    text-align: right;
    color: #333;
    position: absolute;
    right: 10px;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-checkbox .list-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-checkbox .list-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
	border-color: #2196F3;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-checkbox .list-checkbox .checkmark:after {
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-checkbox .list-checkbox:hover input ~ .checkmark {
	border-color: #33aef4;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-checkbox .list-checkbox:hover .total-count{
	color: #33aef4;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-checkbox .list-checkbox.active .total-count{
	color: #33aef4;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-checkbox .list-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .clear-all-link {
    font-weight: 500;
    color: #33aef4;
    font-size: 16px;
    text-decoration: underline;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item.filter-search-field .search-submit {
    width: 35px;
    background: url(/wp-content/uploads/2024/09/icon-ionic-ios-search.webp) center center no-repeat;
    background-size: 13px auto;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 18px;
    outline: none;
    border: none;
    height: 46px;
    box-shadow: 0px 0px;
    padding: 0px;
}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item.filter-search-field fieldset {
    width: 100%;
    position: relative;
}
.our-clients-grid-wrapper .grid_container .grid_logo_container_inner {
    display: flex;
    flex-wrap: wrap;
}
.our-clients-grid-wrapper .grid_container .grid_logo_container_inner .grid_logo {
    width: 16.33%;
    text-align: center;
    padding: 0px 25px;
    margin-bottom: 50px;
}
.our-clients-grid-wrapper .grid_container .grid_logo_container_inner .grid_logo .logo-title {
	font-size: 16px;
    font-weight: normal;
    line-height: 1.33;
    text-align: center;
    color: #898989;
    margin-top: 10px;
}
.press-releases-cards-row .press-releases-card > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
	border-radius: 20px;
  	background-color: #fff;
	padding: 30px;
}
.press-releases-cards-row .press-releases-card .vcex-page-title__heading {
	font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #33aef4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.press-releases-cards-row .press-releases-card .vcex-post-meta{
	margin: 10px 0px;
}
.press-releases-cards-row .press-releases-card .vcex-post-meta .meta-date{
	font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.33;
    color: #898989;
}
.press-releases-cards-row .press-releases-card .vcex-post-meta .meta-date .meta-icon{
	display:none;
}

/*******************************************************************************************/
/*************** Case Studies Tab ******************************/
/******************************************************************************************/

.pwi-case-study-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.pwi-case-study-banner-slider .slider.pwi-case-study-slider-for {
    max-width: 100%;
    padding-right: 0px;
}
.pwi-case-study-banner-slider .slider.pwi-case-study-slider-nav {
    max-width: 100%;
}
.pwi-case-study-banner-slider .slider.pwi-case-study-slider-for,
.pwi-case-study-banner-slider .slider.pwi-case-study-slider-nav {
    width: 100%;
    float: left;
}
.pwi-case-study-banner-slider .slider.pwi-case-study-slider-nav {
	height: auto;
    overflow: hidden;
    position: relative;
}
.pwi-case-study-banner-slider .slider.pwi-case-study-slider-nav .slick-arrow {
	position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border: 0px;
    color: #ffffff;
    font-size: 0px;
	padding: 0px 16px;
	height: 100%;
        -webkit-transform: translateY(0%) rotate(360deg);
        -moz-transform: translateY(0%) rotate(360deg);
        -ms-transform: translateY(0%) rotate(360deg);
        transform: translateY(0%) rotate(360deg);
}
.pwi-case-study-banner-slider .slider.pwi-case-study-slider-nav .slick-arrow:hover {
    background-color: rgba(51, 174, 244, 0.5);
}
.pwi-case-study-banner-slider .slider.pwi-case-study-slider-nav .slick-arrow:before {
	font-family: ticons;
    font-size: 25px;
}
.pwi-case-study-banner-slider .slider.pwi-case-study-slider-nav .slick-prev.slick-arrow {
	left: 4px;
    right: auto;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.pwi-case-study-banner-slider .slider.pwi-case-study-slider-nav .slick-prev.slick-arrow:before {
    content: '\f104';
}
.pwi-case-study-banner-slider .slider.pwi-case-study-slider-nav .slick-next.slick-arrow {
	left: auto;
    right: 4px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.pwi-case-study-banner-slider .slider.pwi-case-study-slider-nav .slick-next.slick-arrow:before {
    content: '\f105';
}
.pwi-case-study-slider-banner-image {
    height: 600px;
	position: relative;
}
.pwi-case-study-slider-banner-image:before{
    content: "";
    background: #000;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 1;
}
.pwi-case-study-slider-banner-image .pwi-case-study-overlay {
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-align: right;
    z-index: 2;
}
.pwi-case-study-slider-banner-image .pwi-case-study-overlay .overlay-title{
    line-height: 1.1;
    font-size: 42px;
	color:#fff;
	
}
.pwi-case-study-slider-banner-image .pwi-case-study-overlay .overlay-info-text{
    line-height: 1.1;
    font-size: 22px;
	color:#fff;
	margin-top: 5px;
    font-weight: 300;
    font-style: normal;
}

.pwi-case-study-slider-nav .slick-slide .pwi-case-study-thumbnail-image{
    vertical-align: middle;
}
.pwi-case-study-slider-nav .slick-slide .pwi-case-study-thumbnail-image .thumbImg{
    max-width: 240px;
    height: 140px;
    margin: 0 4px;
    border-radius: 20px;
}
.pwi-case-study-slider-banner-image img,
.pwi-case-study-slider-nav .slick-slide .pwi-case-study-thumbnail-image .thumbImg img {
    height: 100%;
    width:100%;
    object-fit: cover;
	border-radius: 20px;
}
.pwi-case-study-slider-nav .slick-slide {
    text-align: center;
}
.single-case_studies .single-content .wpb_text_column ul{
	margin-left: 18px;
}
.single-case_studies .single-content .wpb_text_column ul li{
	margin-bottom: 25px;
}
.mobile-toggle-nav.wpex-togglep-absolute {
    max-height: 100vh;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(10px);
    padding-bottom: 100px;
    padding-top: 30px;
    overflow-y: auto;
}
.wpex-hamburger-icon.wpex-hamburger-icon--active{
	color: #33aef4
}
.mobile-toggle-nav-ul li a{
	border-top:0px;
	border-bottom:1px solid #898989;
}
.mobile-toggle-nav-ul li.header_btn.menu-item{
	margin-left: 0px;
	margin-top: 45px;
}
.mobile-toggle-nav-ul li.header_btn.menu-item a{
	border-bottom:0px;	
	padding: 7px 0px;
}
.theme-button.expanded {
    padding: 0.65em 1.2em;
}

.filter-toggle-icon{
	display:none;
}

.sr7-btn .fa-chevron-right {
	font-family: 'ticons';	
	font-size: 1.2em;
}
.sr7-btn .fa-chevron-right:before {
    content: "\f105";
}


@media screen and (max-width : 1400px) {
#site-navigation-wrap .main-navigation-ul .link-inner {
    	font-size: 14px;
	}
#site-navigation-wrap li.header_btn.menu-item .link-inner {
    	font-size: 13px;
	}
#site-navigation-wrap li.header_btn.menu-item {
    	min-width: 130px;
	}
.main-navigation-ul>.menu-item:not(:last-child) {
    margin-right: 0px;
}
}

@media screen and (max-width : 1163px) {
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item-fields {
    justify-content: flex-start;
	}
.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item-fields .reset-filters {
    width: auto;
    margin-top: 0px;
	}
}

@media screen and (max-width : 991px) {
	html body {
    	font-size: 16px;
	}
	h2, h2.vcex-heading {
    	font-size: 42px;
	}
	.home_banner_left_col .vc_column-inner {
		padding:30px!important;
		border-radius: 10px !important;
		margin-right: 30px !important;
        margin-left: 30px !important;
		margin-top: 30px !important;
	}
	h3, h3.vcex-heading {
    	font-size: 26px;
	}
	.home_small_colored_col-box{
		padding: 0px 15px;
	}
	.home_small_colored_col .vc_column-inner {
		padding:25px!important;
	}
	.home_small_colored_col .vc_column-inner .wpb_text_column{
		font-size: 16px!important;
	}
	.wpb_column.home_small_colored_col {
    	min-height: 140px;
	}
	.pwi-tabs-container {
    	flex-direction: column;
	}
	.pwi-tab h2 {
    	transform: none;
	}
	.pwi-active .pwi-tab-content{
		padding: 30px !important;
        justify-content: flex-end !important;
	}
	.pwi-tab .pwi-tab-content{
		padding: 0px 30px;
		justify-content:center;
	}
	.pwi-tab:not(.pwi-active){
    	flex: 2;
	}
	.pwi-logo-text {
    	opacity: 1;
	}
	.pwi-case-study-slider-nav .slick-slide{
	    margin-bottom: 0px;
		margin-right: 10px;
	}
	.pwi-case-study-slider-nav .slick-slide .pwi-case-study-thumbnail-image .thumbImg{
    margin: 0 auto;
	}
	.pwi-case-study-banner-slider .slider.pwi-case-study-slider-for,
	.pwi-case-study-banner-slider .slider.pwi-case-study-slider-nav {
	    max-width: 100%;
	    float: none;
	}
	.pwi-case-study-banner-slider .slider.pwi-case-study-slider-for {
		padding-right: 0;
	}
	.pwi-case-study-banner-slider .slider.pwi-case-study-slider-nav {
		height: auto;
	}
	.pwi-case-study-slider-banner-image {
	    height: 500px;
	} 
	.pwi-case-study-slider-nav .slick-slide span {
		padding: 5px 0;
	}
	.slick-arrow {
		padding: 0;
	    width: 30px;
	    height: 30px;
	    top: 50%;
	    bottom: 0;
	    -webkit-transform: translateY(-50%) rotate(-90deg);
	    -moz-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	    transform: translateY(-50%) rotate(-90deg);
	}
	.slick-prev {
	    left: 0;
	    right: unset;
	}
	.slick-next {
	    left: unset;
	    right: 0;
   		background-color: transparent;
	}
	.pwi-case-study-detail-banner .car-slider-desc {
    	max-width: 340px;
	}
	.bid-tag {
    	padding: 10px 0 15px;
	}
	.slider.pwi-case-study-slider-nav.pwi-case-study-thumb-image {
	   white-space: nowrap;
	}
	.pwi-case-study-thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
	.pwi-case-study-banner-slider .slider.pwi-case-study-slider-nav .slick-prev.slick-arrow {
    left: 0px;
	}
	.pwi-case-study-banner-slider .slider.pwi-case-study-slider-nav .slick-next.slick-arrow {
    right: 8px;
	}
}

@media screen and (max-width : 767px) {

	.case_studies_grid_card .overlay-hide {
    	visibility: visible;
    	opacity: 1;
	}
	.case_studies_grid_card .overlay-scale {
    	transform: scale(1);
	}
	.case_studies_grid_card .overlay-title {
    	font-size: 24px;
	}
	.pwi-case-study-slider-banner-image {
	    height: 400px;
	}
	.slider.pwi-case-study-slider-nav.pwi-case-study-thumb-image {
    	margin: 10px 0px 0;
	}
	.pwi-case-study-slider-nav .slick-slide.pwi-case-study-thumbnail-image .thumbImg {
		max-width: 140px;
		height: 80px;
	}
	.slick-prev.slick-arrow {
    	background-position: center 10px;
	}
	.slick-next.slick-arrow {
    	background-position: center 10px, center;
	}
	.pwi-case-study-slider-nav .slick-slide span {
	    font-size: 12px;
	    white-space: normal;
	}
	.wpex-posts-card-carousel.wpex-carousel.arrwpos-abs .owl-stage-outer{
		padding-top: 60px;
	}
	.wpex-posts-card-carousel.wpex-carousel.arrwpos-abs .owl-nav{
		position: absolute;
    	top: 0px;
   	 	text-align: center;
    	width: 100%;
	}
	.wpex-posts-card-carousel.wpex-carousel.arrwpos-abs .owl-nav__btn{
        height: 40px;
        line-height: 40px;
        width: 40px;
        position: static;
        border-radius: 20px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        background: #33aef4;
        margin: 0px 25px;
        float: none;
        display: inline-block;
	}
	.home-half-padding-for-mobile{
		padding-top: 50px !important;
    	padding-bottom: 50px !important;
	}
	.vcex-multi-buttons .theme-button{
		width: 90%;
	}
	.wpex-responsive .container {
    	max-width: 85%;
	}
	#footer-callout .vcex-heading {
   	 	max-width: 210px;
    	font-size: 26px;
	}
	#footer-widgets .widget_wpex_fontawesome_social_widget .wpex-fa-social-widget.textleft{ 
		text-align:center!important;
	}
	#footer-widgets .widget_wpex_simple_menu ul{
		columns: 2;
    	-webkit-columns: 2;
    	-moz-columns: 2;
	}
	.text-center-mobile{
		text-align:center;
	}
	body .page-header .page-header-title {
    	font-size: 42px;
	}
	body .page-header .page-subheading {
    	font-size: 16px;
	}
	.custom-masrony-grid {
    	column-count: 1!important;
	}
	.pwi-case-study-slider-banner-image .pwi-case-study-overlay .overlay-title {
    	font-size: 26px;
	}
	.pwi-case-study-slider-banner-image .pwi-case-study-overlay .overlay-info-text {
    	font-size: 16px;
	}
	.our-clients-grid-wrapper .grid_container .grid_filter_side{
		width: 100%;
    	max-width: 100%;
		padding-top: 15px;
	}
	.our-clients-grid-wrapper .grid_container .grid_logo_container {
    	width: 100%;
		padding: 30px 15px 0px;
	}
	.our-clients-grid-wrapper .grid_container .grid_logo_container_inner .grid_logo {
    	width: 33.33%;
		padding: 0px 10px;
	}
	.our-clients-grid-wrapper .grid_container .grid_logo_container_inner .grid_logo .logo-title {
    	font-size: 12px;
	}
	.our-clients-grid-wrapper .grid_container .grid_filter_side:before{
		display:none;
	}
	.our-clients-grid-wrapper .grid_container {
    	margin: 0px -32px;
	}
	.our-clients-grid-wrapper .grid_container .grid_filter_side .filter-search-field .filter-heading{
		display:none;
	}
	.filter-toggle-icon{
        text-align: center;
        position: relative;
        display: inline-block;
        height: 40px;
        width: 40px;
	}
	.filter-toggele {
		display: flex;
		align-items: center;
		gap: 30px;
	}
	.filter-toggle-icon .icon-line:before{
		content: '';
        display: block;
        left: 0;
        position: absolute;
        height: 3px;
        width: 100%;
        transform-style: preserve-3d;
        top: -10px;
        transition: top .15s .2s ease, transform .15s .05s ease;
        background: #898989;
	}
	.filter-toggle-icon .icon-line:after{
		content: '';
        display: block;
        left: 0;
        position: absolute;
        height: 3px;
        width: 100%;
        transform-style: preserve-3d;
        top: 10px;
        transition: top .15s .2s ease, transform .15s .05s ease;
        background: #898989;
	}
	.filter-toggle-icon .icon-line {
		display: block;
		left: 0;
		position: absolute;
		height: 3px;
		width: 100%;
		transform-style: preserve-3d;
		transition: background 10ms .15s ease;
		top: 50%;
		margin-top: 0px;
		background: #898989;
	}
	.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item {
    	margin-bottom: 15px;
	}
	.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item-fields .search-filter-item {
		padding: 0px 10px;
	}
    .our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item-fields .search-filter-item.search-filter-dropdown {
        margin-bottom: 0px;
    }
	.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item.search-filter-checkbox{
		margin-top: 25px;
		display:none;
	}
	.filter-toggle-icon.active .icon-line{
		background:none;
	}
	.filter-toggle-icon.active .icon-line:before {
	    transform: rotatez(-45deg);
		top: 0;
		transition: top .15s .05s ease, transform .15s .2s ease;
		background: #33aef4;
	}
	.filter-toggle-icon.active .icon-line:after {
    	transform: rotatez(45deg);
		top: 0;
		transition: top .15s .05s ease, transform .15s .2s ease;
		background: #33aef4;
	}
	.custom_page_icon_box {
		align-items: flex-start;
	}
	.custom_page_icon_box .vcex-icon-box-icon{
		font-size: 70px!important;
	}
	.custom_page_icon_box .vcex-icon-box-heading{
		font-size:24px!important;
	}
}

@media screen and (max-width: 580px) {
	.pwi-case-study-slider-banner-image {
	    height:340px;
	}
}

@media screen and (max-width : 480px) {
	.pwi-case-study-slider-banner-image {
	    height:280px;
	}
}

@media screen and (max-width : 456px) {
    .our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item-fields .reset-filters {
        margin-top: 10px;
    }
	.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item-fields .search-filter-item, 
	.our-clients-grid-wrapper .grid_container .grid_filter_side .filter-search-field input, 
	.our-clients-grid-wrapper .grid_container .grid_filter_side .search-filter-item-fields .search-filter-item.search-filter-dropdown, 
	.custom-select-wrapper, 
	.custom-select-trigger {
		max-width: 100%!important;
	    width: 100%!important;	
	}
}