/*!
Theme Name: Telvista
Theme URI: https://telvista.com/
Author: Visionet Systems Inc.
Author URI: https://www.visionet.com/
Description: With more than 20 years of experience providing solutions to long-standing clients. When you partner with Telvista you can count on your customers receiving the industry’s best customer experience.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: telvista-com
Tags: custom-checks custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, btn-orange, navbar-brand,
search-container, solution-content, breadcrumb, container-blog, carousel, text-eclipse, input-group
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

This theme is specifically designed and developed for TelVista. All rights reserved. Telvista © 2022.
*/

/*Primary btn color #f3932b*/
/*blue color #1685c2*/
/*3148496179*/
@font-face {
    font-family: Helvetica;
    src: url(assets/fonts/Helvetica.ttf);
}
@font-face {
    font-family: Helvetica_bold;
    src: url(assets/fonts/Helvetica-Bold.ttf);
}
body{
    font-family: "Helvetica", Arial, serif;
    /*color: #231f20;*/
}
h1, .h1{font-size:3rem;}
h1, .h1, h2, h3, h4, h5, .font-bold{
    font-family: "Helvetica_bold", Arial, serif;
}
.font-regular, .hero-1-pm .h1{
    font-family: "Helvetica", Arial, serif;
}
.font-14{font-size: 14px;}
.font-15{font-size: 15px;}
.font-18{font-size: 1.1rem;}
.bg-blue{
    background-color: #0084C1;
}
.hero-bar.bg-blue{
	background-color: #1685c2;
}
/*.text-blue{*/
/*    color: #1685c2;*/
/*}*/
/*.text-grey{*/
/*    color: #7b7b7b;*/
/*}*/
.bg-light-blue{background-color: #f6fcff;}
.bg-footer{background-color: #0084C1;}
#loader {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100000000000;
    left: 0%;
    top: 0%;
    margin: 0;
}
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
}
.loading-container {
  width: 300px;
    height: unset;
    overflow: hidden;
    position: absolute;
    margin: 0 auto;
    padding: 0;
    left: 0;
    right: 0;
    top: 45%;
    transform: translate(0, -50%);
}
.loading {
  position:fixed;
  width:100%;
  height:100%;
  background:#fff;
  opacity:1;
}
.loading svg {
  background:transparent;
  height: auto;
  width: 300px;
  margin:-170px 0 0 -40px;
}
.tv-rect-1 {
  fill:#f9bb27;
  opacity:; /*naranja chico*/
}
.tv-rect-2 {
  fill:#9f5e9f;
  opacity:; /*morado*/
}
.tv-rect-3 {
  fill:#6cb948;
   opacity:; /*Verde*/
}
.tv-rect-4 {
  fill:#f3932e;
   opacity:; /*naranja*/
}
.tv-rect-5 {
  fill:#ec3d32;
   opacity:; /*rojo*/
}
.tv-mr-l {margin-left: 15px;}
.loading svg .tv-rect-1,
.loading svg .tv-rect-2,
.loading svg .tv-rect-3,
.loading svg .tv-rect-4,
.loading svg .tv-rect-5 {
  animation-duration: 2500ms;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-name:transparent-op;
}
.loading svg .tv-rect-3 {animation-delay: 0;}
.loading svg .tv-rect-4 {animation-delay: 300ms;}
.loading svg .tv-rect-1 {animation-delay: 500ms;}
.loading svg .tv-rect-5 {animation-delay: 800ms;}
.loading svg .tv-rect-2 {animation-delay: 1000ms;}
@keyframes transparent-op {
  0% {opacity:0;}
  80% {opacity:1;}
  90% {opacity:.5;}
  100% {opacity:0;}
}
.btn-orange{
    background-color: #f3932b;
    border-radius: 0;
    color: #ffffff;
    /*     text-transform: uppercase; */
}
.btn-orange:hover{
    background-color: #e1822b !important;
}
.text-orange{
    color: #f3932b !important;
}
.carousel-inner .carousel-item{
    background-repeat: no-repeat; background-position: right top; background-size: contain;
}
.hero-bar{
    background-size: contain;
    background-repeat-x: repeat;background-repeat-y: no-repeat;
    box-shadow: 0px 0px 20px 14px #afb1b32b;
}
.hero-bar2{
    background-repeat: no-repeat; background-size: cover; background-position: right;
    box-shadow: 0px 0px 20px 14px #afb1b32b;
}
.get-in-touch .container{
    max-width: 1014px;
}
.facebook{
    width:10px;
}
.twitter, .instagram, .linkedin {
    width:17px;
}
.navbar-brand{
    max-width: 150px;
}
.nav-link{
    color: #000000;
}
.nav-link:active, .nav-link.active, .nav-link:hover{
    color: #0084c1;
}
.search-container input#search{
    width: 0px;
    /*background: #2b303b;*/
    border: none;
    float: right;
    color: #000000;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
    padding:0;
    border-bottom: 1px solid #f3932b !important;
    border-radius: 0;
    outline: 0;
    box-shadow: unset;
}
.search-container input#search:focus, .search-container input#search:active, .search-container:hover input#search{
    outline:one;
    width: 210px;
}

.search-container:hover input#search{
    /*     width: 210px; padding: 0; */
}
.min-page-image:before{
    content: '';
    position: absolute;
    top: -70px;
    left: -69px;
    background-image: url(assets/images/logo-shape.png);
    width: 145px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 165px;
}
.flex-lg-row-reverse .min-page-image:before {right: -22px;left: unset;}
.flex-lg-row-reverse .offset-1 {
    margin-right: 8.33333333%;
    margin-left: unset;
}
.lang-menu{min-width: 80px;}
.carousel-inner .banner-slider{
    min-height: 400px;
}
footer .bg-footer ul{
    list-style-type: square;
    padding-left: 17px;
}
.btn-subscribe{background: #fdb913;}
.bnf-image{width: 30px; margin-top: -4px;}
.multi-colors > .col .bnf-inside-box{
    padding-top: 2.4rem; padding-bottom: 2.4rem;
}
.benefits-section h4{
    font-family: "Helvetica", Arial, serif;
}
.bnf-bg-blue {background-color: #1685c2;}
.bnf-bg-green{background-color: #6db746;}
.bnf-bg-yellow{background-color: #f7bb23;}
.bnf-bg-red{background-color: #ea3f33;}
.bnf-bg-purple{background-color: #a05e9e;}
.bnf-bg-orange{background-color: #f2932c;}
.mt-n-5{margin-top: -5px;}
.mt-n-3{margin-top: -3px;}
.hero-1-pm{margin-top: 3.5rem; margin-bottom: 0;}
.hero-2-pm{margin-top: 3.5rem; margin-bottom: 3.5rem;}
.bg-tran-purple{background-color: rgba(160, 94, 158, 0.97);}
.bg-tran-green{background-color: rgba(109, 183, 70, 0.97);}
.text-purple{color: #a05e9e !important;}
.text-green{color: #6db746 !important;}
.case_text_Box{
    position: absolute;
    max-width: 380px;
    padding: 2.55rem 2.6rem;
    bottom: -50px;
}
.case_text_Box.bg-tran-purple {left: 50px;}
.case_text_Box.bg-tran-green {right: 50px;}
.get-in, .get-in-touch form{
    max-width: 800px; margin: auto;
}
/*BS5 override*/
.carousel-indicators [data-bs-target]{
    background-color: #020202;
    width: 8px;
    height: 8px;
}
.carousel-indicators button.active {
    opacity: 1;
    /*background-color: #1685c2;*/
    background-color: #0084C1;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: #8e8f8f;
    width: 3rem;
    height: 3rem;
    background-size: 50%;
}
.carousel-control-next, .carousel-control-prev{top: 50%;bottom: unset;width: auto; transform: translate(30px, -50%);}
.carousel-control-next{transform: translate(-30px, -50%);}
.dropdown-toggle:after{
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: 0.155em;
}
.dropdown-toggle.show:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    vertical-align: 0;
}
.dropdown-menu{z-index: 99999;}
.align-content-center .col-xl-6.col-xxl-5{
    -webkit-align-self: center;
}
/*end BS5 override*/


.solution-text {
    transition: all 0.18s ease-in;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    bottom:0;
}

.solution-text .solution-content {
    opacity: 0;
    transform: translateY(-6rem);
    transition: all 0.55s ease-in;
    display: none;
}
.solution-text .soluton-btn {
    opacity: 0; transform: translateY(2rem);
}
.solution-box {
    overflow: hidden;
    background-color: #345;
    /*min-height: 240px;*/
    /*display: flex;*/
    height: 100%;
    position: relative;
}
.solution-box:hover {
    box-shadow: 0 0 20px 14px #afb1b32b;
}
.solution-box:hover .solution-img {
    mix-blend-mode: overlay;
}
.solution-box:hover .solution-text {
    transform: translateY(0);
    transition: all 0.35s ease-out, height 0.25s ease-in;
    background-color: rgba(0, 0, 0, 0.8);
    flex-flow: column;
    top: unset;
    height: 100% !important;
}
.solution-box:hover .solution-content {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1.8s ease-out, all 1.5s ease-out, height 2s ease-out;
    display: block;
}
.solution-box:hover .soluton-btn {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 2s ease-out, all 2s ease-out;
}
/*end Animations*/
.benefits-section{
    background-size: cover;
    background-repeat: no-repeat;
}
.bnf-link{top: 10px; right: 12px;}
.form-control,  .input-group-text{border-color: #dee6ec !important;}
.input-group-text{border-right: 0}
.form-control:focus, .input-group-text:focus{
    box-shadow: unset !important;
}
form ::placeholder {
    color: #8d9497 !important;
    opacity: 1; /* Firefox */
    font-size: 15px;
}
::-ms-input-placeholder {
    color: #8d9497;
    font-size: 15px;
}
.text-eclipse{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*line-height: normal;*/
}
.cert-img{
    background: #f8f8f8;
    padding: 15px;
	height: 245px;
	display: flex;
    align-items: center;
	justify-content: center;
}

.tns-nav button{
    background-color: #020202;
    width: 8px;
    height: 8px;
    box-sizing: content-box;
    flex: 0 1 auto;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    display: inline;
}
.tns-nav{
    flex: 0 100%;
    text-align: center;
    margin-top: 20px;
}
.tns-outer{
    display: flex;
    flex-flow: column-reverse;
}
.tns-nav button.tns-nav-active {
    opacity: 1;
    background-color: #0084C1;
}
[data-action], .tns-controls{
    display: none !important;
}
.insight_section{
    background-repeat: no-repeat;
    background-size: cover;
}
.cert-btn{cursor: pointer;}
.t-ind-box{
    display: flex;
    flex-flow: column;
    justify-content: space-between; height: 100%;
}
.t-ind-text{
flex-grow: 1;
    display: flex;
    width: 100%;
    align-items: center;
}
.widget_nav_menu li a, .widget_nav_menu li a:hover{
    color: #ffffff;
    display: block;
    padding: 0.2rem;
    text-decoration: none;
}
.widget_nav_menu li a:hover{
    color: #000000;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.footer-bottom-links a{
    display: inline-block;
}
.both-sticky header.sticky-top{top: 37px;}
.case2-inside{
    position: relative;
    color: #fff;
    padding: 3.5rem 3rem 3rem;
    height: 100%;
}
.bg-black-80{background: rgba(0, 0, 0, 0.85);}
.bg-blue-80{background: rgba(37, 149, 203, 0.85);}
.case2-img{
    position: absolute;
    z-index: -9;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.case2-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.attachment-post-thumbnail{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.container-blog {
    padding-top:3rem;
}
.single-page-content blockquote{
    font-size: 24px;
    font-style: italic;
    margin-left: 1.5rem;
    border-left: 2px solid #ccc;
    padding-left: 1rem;
    line-height: 32px;
}
.breadcrumb a, .breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item:active{font-style: italic; color: #231f20; text-decoration: unset;}
.breadcrumb a:hover{color: #0084c1}
.comments-custom ol{
    list-style: none !important;
}
.comments-custom .comment-list img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.comments-custom .comment-list .children img{
    width: 40px;
    height: 40px;
}
.comment-reply a{text-decoration: none;color: #f3932b !important;}
.comments-custom div.comment {
    border-bottom: 2px solid #ffffff;
    padding: 15px 0;
}
form .input-group .wpcf7-form-control-wrap{
    flex-grow: 1;
}
.custom-checks .wpcf7-form-control.wpcf7-checkbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.custom-checks span.wpcf7-list-item {
    flex: 0 0 auto;
    width: 50%;
    margin: 0 0 15px;
}
.custom-checks input{
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 0.25em;
}
.custom-checks input:checked {
    background-color: #0084C1;
    border-color: #0084C1;
}
.custom-checks input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.custom-nav-title{
    margin-bottom: 0.8rem;
}
.input-group {flex-wrap: inherit;}
.get-in-touch .input-group .input-group-text{
    align-self: self-start;
    padding: 0.475rem 0.75rem;
    height: 38px;
}
.get-in-touch .input-group.reasonContact .input-group-text{
    align-self: unset;
    height: unset;
}
.input-group .wpcf7-not-valid-tip{
    margin-left: -35px;
    margin-top: 8px;
}
.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
}
.navbar .navbar-toggler:focus{
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.share-link{
    display: inline-block;
    width: 17px;
}
.share-link.fb-share{width: 10px;}
.author-url{
    color: #231F20;
    text-decoration: none; text-transform: capitalize;
}
.author-url:hover {
    color: #0084c1;
}
.breadcrumb{
    font-style: italic;
}
.error-img img{max-width: 740px !important; width: 100%;}
.search-page .article{
    padding: 0 !important;
    margin-bottom: 25px;
    box-shadow: 0 0 5px 0 #ececec;
    color: #231f20;
}
.search-page .article:hover{box-shadow: 0 0 8px 1px #d1d1d1;}
.search-page .article .search-img img{
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.single-page-header h1, .single-page-header .h1{font-size: 2.6rem}
.search-page form{max-width: 350px; width: 100%; margin: auto;}
.search-page form input{border-bottom: 1px solid #f3932b !important}
.insight_section_pagination .pagination {
    flex: 0 0 auto;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
}
.page-numbers{
    color: #000000;
    text-decoration: unset;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.page-numbers.current{
    color: #ffffff;
    background-color: #f3932b;
}
.page-numbers{display:none;}
.footer-bottom-links .nav-link{
    color: #7B7B7B;
}
.comment-block p{font-size: 15px;}
.vc_row[data-vc-full-width]{
    overflow: unset !important;
}
.testimonial-quote{
    padding: 0 40px;
}
.testimonial-quote:before{
    content: '“';
    font-size: 4rem;
    color: #0084C1;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0.5;
}
.testimonial-quote:after{
    content: '”';
    font-size: 4rem;
    color: #1685C2;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
}
.quote-author-logo{max-width: 120px; height: 50px;}
.quote-author-logo img{max-height: 100%;}
.wpml-ls-legacy-dropdown{display:inline-block; width:auto;}
.wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle, .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle:hover{
    background-color: transparent !important;border: unset !important;color: #fff !important;
    padding-left: 0;
}
header .menu-item{padding-left:0.5rem;padding-right:0.5rem;}
header .navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 0 !important;
    padding-right: 0.2rem!important;
    display: inline-block;
}
header .sub-menu{display:none; opacity: 0;}
header .menu-item-has-children > .sub-menu{
    padding: 0px 0px 0px 0px;
    min-width: 200px;
    position: absolute;
    background: #fff;
    z-index: 9999;
    /*     box-shadow: 0px 4px 6px #c1c1c1; */
    box-shadow: 0px 4px 6px #42424270;
}
header .menu-item-has-children li.menu-item{list-style: none;cursor:pointer;
    padding-left: 1rem;
    padding-right: 1rem; }
.menu-item-has-children li.menu-item{position:relative;}
header .menu-item-has-children li.menu-item:hover{
    background-color: #F9F9F9;
}
header .menu-item-has-children li.menu-item a{
    display: block !important;
    padding: 8px 15px !important;
}
header .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu{
    left: 100%;
    top: 0;
}
.menu-item-has-children li.menu-item .sub-nav-toggle{position:absolute; right:10px;top: 7px;}
header .menu-item-has-children li.menu-item .sub-nav-toggle{ transform: rotate(-90deg);}
.iconsax.mw-14 svg{max-width: 14px;}
footer .menu-item-has-children .sub-menu{
    display:none;
    opacity:0;
}
footer .menu-item-has-children.active > .sub-menu{
    display: block;
    opacity: 1;
}
footer .menu-item-has-children .sub-menu{
    padding-left:0;
}
footer .menu-item a, footer .menu-item a:hover{display:block;padding-right: 15px;}
footer .menu-item-has-children{position:relative;}
footer .menu-item-has-children .sub-nav-toggle{position:absolute; top:3px !important;right: 0 !important;}
.sub-nav-toggle{cursor:pointer;}
footer .menu-item-has-children.active > .sub-nav-toggle{ transform: rotate(-180deg);}
header .iconsax.parent-color svg [stroke]{stroke:#000000;}
header .iconsax.parent-color svg [fill]{fill:#000000;}
.top-info-bar {padding-top: 5px; padding-bottom: 5px;}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{border-top:0!important;}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    top: calc(50% - 0.5em) !important;
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
    padding: 4px !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.error-404 {margin-top: 40px; margin-bottom: 30px;}
.my-slider{margin:auto;}
.who-we-cert .certifications{
       padding-top: 3rem !important;
    padding-bottom: 0.5rem !important;
}
.career-pb-0 .benefits-section, .career-pb-0 .mid-page-content {padding-bottom: 0rem !important;}
.comment-reply-title{font-size: 1.2rem}
.comment-reply-title a{padding-left: 2px;
    color: #f3932b;}
.search-results article img{
    width:100%;
    height: 100%;
}
.no-search img{max-height: 300px;}
:not(.home) > main .mid-page-content{
    padding-bottom: 0 !important;
}
footer form div.d-flex.w-100 {position:relative;}
footer form div.d-flex.w-100 .wpcf7-spinner{
    position: absolute;
    right: 23px;
    top: 7px;
}
footer form div.d-flex.w-100 .wpcf7-not-valid-tip{position:absolute;}
.get-in-touch form > p{position:relative;}
.get-in-touch form > p .wpcf7-spinner{position: absolute;
    left: 23px;
    top: 23px;}
.sec-mb{margin-bottom: 104px;}
.mt-88-44{margin-top: 88px;}
.mt-100-50{margin-top:100px;}
.btn.text-purple:hover{background-color: #ede0ec !important;}
.btn.text-green:hover{background-color: #e6ede2 !important;}
.search-page article a{text-decoration: unset !important; color: #231f20; }
.search-page article a:hover{color: #231F20;}
.search-page article .search-cat{display:none !important;}
.search-page article .search-auth{font-size: 14px;}
.search-page{padding-bottom:90px; padding-top: 45px;}
.container-blog div.error{
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    margin-left: 6px;
    margin-top: 8px;
}
.benf-without-desc .multi-colors > .col .bnf-inside-box{align-items: center !important;}
.benf-without-desc .multi-colors > .col .bnf-inside-box h4{margin-bottom: 0 !important;}
.container-blog article.case-studies{padding-bottom:75px;}
.container-case .case-banner-inside{
    position: absolute;
    top: 50%;
    transform: translate(-0%, -50%);
    left: 0;
    right: 0;
}
.container-case .single-page-header{
    /*     position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-0%, -50%); */
    max-width: 750px;
    background: #000000bf;
    text-align: left;
}
.container-case .single-page-header h1, .container-case .single-page-header .h1{font-size:2rem;}
.container-case .single-page-header, .container-case .single-page-header .breadcrumb a, .container-case .single-page-header .breadcrumb .breadcrumb-item, .container-case .single-page-header .breadcrumb .breadcrumb-item:active {color: #ffffff;}

.container-case .case-banner:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
}
.container-case .attachment-post-thumbnail{height:435px;}
.case-content{
    padding-top: 40px;
    padding-bottom: 70px;
}
.carousel .btn-orange{margin-bottom: 1rem;}
.text-eclipse ~ p{display:none;}
.get-in-touch .input-group .input-group-text{padding-right:1px;}
.get-in-touch .input-group .form-control.ps-0 {
 	padding-left: 12px !important;
	/* margin-left: -8px; */
}
section.insight_section .container{position:relative; z-index:9;}
/* section.insight_section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0000006e;
    z-index: 0;
} */
/* .case-lr-fill:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0000006e;
    z-index: 0;
} */
.iconsax.bnf-icon svg {
		width: 30px;
		height: auto;
		opacity: 0.7;
}

.hero-1-pm .h1{ font-size: calc(1.375rem + 1.5vw);}
#back-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 1031;
    cursor: pointer;
}
#back-top a, #back-top span {
    color: #ffffff !important;
    /* padding: 15px 15px; */
    background-color: #f3932b;
    box-shadow: 0px 1px 7px 0px #00000052;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#back-top a i, #back-top span i{
    font-size: 30px;
}
footer .wpcf7-not-valid-tip {
	color: #fff !important;
}
footer .wpcf7 form.invalid .wpcf7-response-output, footer .wpcf7 form.unaccepted .wpcf7-response-output, footer .wpcf7 form.payment-required .wpcf7-response-output {
    border: none !important;
}
.black-link{color: #231f20 !important; text-decoration: none !important;}
.sideBar ul li{list-style:none; margin-bottom: 10px;}
.sideBar ul{padding-left:0;}
.sideBar ul li a{text-decoration:unset; color:#000000;}
.sideBar ul li a:hover{color: #0084c1;}
.sideBar .wp-block-search__input{border:none;border-bottom:1px solid #F3932B;outline:unset !important;}
.sideBar .wp-block-search__button{background:unset; border:none; margin:0;}
.sideBar .widget-title{font-size:1.6rem;}
.sideBar .wp-block-search__inside-wrapper{margin-bottom:15px;}

.meat-teamRow .vc_column_container>.vc_column-inner {
    height: 100%;
/* 	padding: 0; */
}
.meat-teamRow .wpb_wrapper {
    height: 100%;
}
.meat-teamRow > .col-lg-3, .meat-teamRow > div{
	margin-bottom:50px;
}
.meat-teamRow{
	justify-content:center!important;
}
.meat-teamRow a.text-orange{cursor:pointer}
.meat-teamRow .team-aside-img{
	
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.meat-teamRow .solution-box{background:unset;}
.text-justify{
	text-align:justify;
}
.single-post h3 {
    font-size: calc(1.275rem);
}
.single-post h4{
	font-size: 1.1rem;
}
/* .meat-teamRow button{
	background: #f3932b
}
.meat-teamRow button:focus, .meat-teamRow button:hover{
	background-color: #e1822b !important;
} */
/*Media queries*/
@media (min-width: 576px){
    .get-in-touch .row.justify-content-between{max-width: 540px;margin: auto !important;}
}
@media only screen and (min-width: 768px) {
    .flex-lg-row-reverse .offset-lg-1, .flex-lg-row-reverse .offset-md-1 {
        margin-left: unset !important;
        margin-right: 8.33333333%;
    }
    .get-in-touch .row.justify-content-between {
        max-width: 720px;
    }
    .icon-cust-right, .icon-cust-btm{display: none !important;visibility: hidden !important;opacity: 0;}
    .search-page form input{margin-left: 44px;}
}
@media only screen and (min-width: 992px) {
	.meat-teamRow .solution-box{max-height:350px; text-align:center;}
	.meat-teamRow .solution-box img{max-height: 100%;}
    header .menu-item-has-children:hover > .sub-menu{
        display: block;
        opacity: 1;
    }
    .container-blog {max-width: 940px; padding-top:5rem;}
    .get-in-touch .row.justify-content-between {max-width: 100%;}
    .solutions-section .tns-ovh, .benefits-section .tns-ovh, .target-ind-section .tns-ovh{overflow: unset;}
    .testimonial-section .tns-outer {
        margin: auto;
        padding-left: 150px !important;
        padding-right: 150px !important;
    }
    .testimonial-section .tns-controls{
        position: absolute;
        left: 0;
        right: 0;
        display: flex !important;
        justify-content: space-between;
        top: 50%;
        transform: translate(0px, -50%);
    }
    .testimonial-section .tns-controls button{
        background: transparent;
        border: 0;
        padding: 0;
    }
    .testimonial-section .tns-nav{display: none !important;}
    header .menu-item-has-children > .sub-menu{width: 220px;}
    .case-studies{padding-bottom: 10px;}
    .home .case-studies{padding-bottom:42px;}
    .certifications{padding-top: 25px !important;}
    .bg-light-blue .certifications{padding-top: 3rem!important;}
    .hero-1-pm {margin-top: 5.5rem;}
    .why-heroBar1 .hero-1-pm {margin-top: 3.5rem;}
    :not(.home) > main .hero-2-pm {margin-bottom: 6.5rem;}
    .home .solutions-section .tns-inner .row.justify-content-center{transform: unset !important;}

    .modal-search{background-color: rgba(0, 0, 0, 0.84)}
    .modal-search .btn-orange{border-color: #f3932b !important; cursor: pointer;font-size: 1.5rem;}
    .modal-search input{font-size: 1.5rem;}
    .modal-search .modal-header {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999999999999;
    }
    .modal-search .modal-header .btn-close{font-size: 45px;}
    .modal-search .modal-header .btn-close:focus{outline: unset; box-shadow: unset !important;}
    .modal-search .modal-content{min-height: calc(100vh - 4rem);}
    .modal-search .modal-body{display: flex;
        width: 100%;
        align-items: center}
    .modal-search form ::placeholder{
        font-size: 1.5rem;
    }
    header .navbar-nav{align-items: center;}
    header .btn-orange{min-width:145px;}
	.mt-midpage .hero-1-pm{margin-top: 3.5rem}
	.mt-md-16{
		margin-top: 16px;
	}
    /* 	:not(.home) > main .hero-1-pm {
            margin-top: 4.5rem;
            margin-bottom: 3.5rem;
        } */
}
@media only screen and (min-width: 1200px) {
    .carousel-inner .banner-slider{
        min-height: 500px;
    }
	.hero-1-pm .h1{font-size:2.5rem;}
	.single-post h3 {
    	font-size: 1.5rem;
	}
	.single-post h4 {
		font-size: 1.25rem;
	}
}
@media only screen and (min-width: 1360px) {
    .benefits-section h4{
        font-size: 1.3rem;
    }
    .case-studies{
        max-width: 1800px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (min-width: 1800px) {
	.carousel-inner .banner-slider {
		min-height: 600px;
	}	
}

@media only screen and (min-width: 2300px) {
	.carousel-inner .banner-slider {
		min-height: 50vh;
	}
}
@media only screen and (max-width: 1420px) and (min-width: 992px){
    .search-container{position:relative}
    .search-container input#search:focus, .search-container input#search:active, .search-container:hover input#search{
        outline:none;
        width: 210px;
        padding: 0;
        width: 152px;
        padding: 0;
        position: absolute;
        float: unset;
        right: 17px;
        bottom: 0;
        z-index: 9;
        padding: 6px 0;
    }
}
@media only screen and (max-width: 1320px) {
    .min-page-image:before{
        width: 100px;
        height: 120px;
        top: -48px;
        left: -44px;
    }
    .flex-lg-row-reverse .min-page-image:before {
        right: -11px;
        left: unset;
    }
}
@media only screen and (max-width: 1199px) {
    .carousel-inner .carousel-item {
        background-blend-mode: color;
        background-color: #fbfbfbd9;
        background-size: cover;
    }
    .hero-bar2{background-position: left;}
    .solution-text h4{font-size: 1.2rem;}
    .min-page-image:before {
        left: -20px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    header .menu-item{font-size:0.9rem;}
	.navbar-brand { max-width: 140px;}
}
@media only screen and (max-width: 991px) {
    .solution-box:hover .solution-text{
        /*         top: 77% !important;     */
        height: unset !important;
    }
    .solution-text .solution-content {
        /*opacity: 1 !important;*/
        /*transform: unset !important;*/
        display: none !important;

    }
    .solutions-section .row, .benefits-section .row, .target-ind-section .row{margin: 0;}
    .case_text_Box{
        position: static;
        margin: 50px auto;
    }
    .case-lr-fill{
        padding: 40px;
        margin-bottom: 40px;
    }
    .case-lr-fill img{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
    }
    .search-container input#search {
        width: 210px;
        padding: 0;
    }
    .search-container{margin-bottom: 20px;}
    .mid-page-content .row .col-lg-6 img{margin-bottom: 20px;}
    .hero-2-pm {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .attachment-post-thumbnail{height: 100%;}
    .custom-checks span.wpcf7-list-item {width: 100%;}
    .navbar-collapse.collapse.show{padding-top: 18px;padding-bottom: 18px;}
    .t-ind-box{border: 1px solid #ccc;box-shadow: unset !important;}
    header .menu-item-has-children > .sub-menu{
        position: unset;
        box-shadow: unset;
        background: #fff !important;
    }
    header .menu-item-has-children li.menu-item a {
        display: inline-block !important;
    }
    header .menu-item-has-children li.menu-item:hover{
        background-color: unset;
    }
    header .menu-item-has-children.active > .sub-menu{
        display: block;
        opacity: 1;
    }
    header .menu-item-has-children, header .menu-item{padding:0; position:relative}
    header li.menu-item .sub-nav-toggle{position:absolute; right:10px; top: 6px;}
    header .menu-item-has-children > .sub-nav-toggle{ transform: rotate(-0deg) !important;}
    header .menu-item-has-children.active > .sub-nav-toggle{ transform: rotate(-180deg) !important;}
    footer .menu-item-has-children .sub-nav-toggle {right: 15px !important;}
    header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
        border: solid #000 !important;
        border-width: 0 2px 2px 0 !important;
    }
    header .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle, header .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle:hover{color:#000 !important}
    main section.py-4{
        padding-top: 40px !important;
        padding-bottom: 35px !important;
    }
    section.mid-page-content {padding-top: 50px !important;}
    footer .menu-item a{padding-bottom:0.5rem;}
    .solutions-section .tns-nav{margin-top: 0;}
    /* 	.mb-mbl-36{margin-bottom:36px;} */
    :not(.home) > main .hero-2-pm{margin-bottom: 3.75rem;}
    .sec-mb{margin-bottom: 60px;}
    .mt-88-44{margin-top:44px;}
    .mt-100-50{margin-top:50px;}
    .search-page{padding-bottom:50px; padding-top: 30px;}
    form .comment-form-cookies-consent{
        display: flex;
        align-items: baseline;
    }
    form .comment-form-cookies-consent input{margin-right:7px;}
    .container-blog article.case-studies{padding-bottom:35px;}
    .case-content{
        padding-top: 30px;
        padding-bottom: 50px;
    }
	.who-we-cert .certifications{
      padding-top: 0.75rem !important;
    	padding-bottom: 0 !important;
	}
	.column-reverse-mbl{flex-flow:column-reverse;}
	.box-team .solution-text .solution-content{
		display: block !important;
		opacity: 1;
    	transform: unset;
	}
	.box-team .solution-text{
		flex-flow: column;
		height:auto !important;
	}
}
@media only screen and (max-width: 992px) {
	.solution-box:hover{box-shadow: unset !important;}
}
@media only screen and (max-width: 767px) {
    /*     .min-page-image:before{display: none} */
    .case-lr-fill{padding: 0;}
    .case-lr-fill img{display: none !important;}
    .case_text_Box {margin: 0 auto;}
    .custom-nav-title {
        background-color: #ffffff;
        color: #231f20;
        padding-left: 10px;
        line-height: 55px;
        transition: 0.3s;
        margin-top: 2px;
        margin-bottom: 8px;
    }
    .custom-nav-title i{
        float: right;
        vertical-align: inherit;
        padding-top: 17px;
        padding-right: 15px;
    }
    .custom-nav-title:hover {cursor: pointer;}
    .expand-collapse {
        float: right;
        margin-right: 8px;
    }
    .bg-footer .nav > div {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    .custom-nav-title .iconsax svg{
        width: 100%;
        max-width: 35px !important;
    }
    .custom-nav-title .iconsax svg [stroke]{stroke:#231f20;}
    .custom-nav-title .iconsax svg [fill]{fill:#231f20;}
    .icon-cust-btm{display: none;}
    .copyright{text-align: center;}
	#myCarousel .carousel-indicators{
		bottom: -5px;
	}
}
@media only screen and (max-width: 576px) {
    h1, .h1{font-size: 2.2rem;}
	.single-page-header h1, .single-page-header .h1 {
    	font-size: 2rem;
	}
    .container-case .single-page-header h1, .container-case .single-page-header .h1 {font-size: 1.75rem;}
	.single-post .h2, .single-post h2 {
		font-size: calc(1.5rem);
	}
}
