/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.small-nav div#header-secondary-outer {
    transition: 0.5s !important;
    margin-top: -40px  !important;
}
.transparent div#header-secondary-outer {
    margin: 0;
    transition: 0.5s;
}
.top-right {
    float: right;
    width: 50%;
}
.top-right ul.info-list {
    width: 100%;
}
.top-right ul.info-list li {
    display: inline-block;
	margin:0 5px;
}
#header-secondary-outer ul {
    height: auto !important;
    float: left;
}
#header-secondary-outer ul .fa {
    color: #3bbae5 !important;
}
.wpcf7 {
    margin-bottom: 0 !important;
}
.page-id-3333 ul.policy-list {
    margin-bottom: 0 !important;
}
#header-outer[data-lhe="animated_underline"].transparent #top nav > ul > li > a .menu-title-text:after{border-top:1px solid #3bbae5!important;bottom: 0px !important;}
.top-right-btn a {
    border: 0 !important;
    border-radius: 60px !important;
    overflow: hidden;
    padding: 10px 30px !important;}
.work-count-section .number, .work-count-section .symbol-wrap {
    font-size: 30px !important;
    margin-bottom: 0;
    line-height: 40px !important;
}
.work-count-section .subject {
    color: #00000087;
    font-weight: 700;
    font-size: 13px !important;
}
.work-count-section {
    box-shadow: 0px 0px 10px 0px #3bbae56b;
    border-radius: 10px;
}
.designsolution-box .wpb_wrapper {
    border: 1px solid #3bbae5b3;
    border-radius: 10px;
    padding: 0px 20px 30px !important;
    box-shadow: 0px 0px 10px 0px #3bbae56b;
    transition: 0.5s;
}
.designsolution-box .wpb_wrapper img {
    width: 70px;
    filter: brightness(0) saturate(100%) invert(70%) sepia(33%) saturate(1208%) hue-rotate(162deg) brightness(91%) contrast(96%);;
transition: 0.7s;
}
.home-box-animation {
    margin-bottom: 0 !important;
}
.designsolution-box .wpb_wrapper:after {
    content: '';
    background-color: #3bbae5;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
    border-radius: 10px;
}
.designsolution-box .wpb_wrapper:hover:after {
    height: 100%;
    opacity: 1;
    z-index: -1;
    transition: 0.5s;
}
.designsolution-box .wpb_wrapper:hover h2, .designsolution-box .wpb_wrapper:hover p {
    color: #fff !important;
    transition: 0.7s;
	text-shadow: 0px 1px 2px #000;
}

.designsolution-box .wpb_wrapper:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(16%) hue-rotate(47deg) brightness(104%) contrast(105%);
    transition: 0.7s;
}
.home-portfolio .portfolio-filters-inline ul li:first-child {
    display: none;
}
.home-portfolio .portfolio-filters-inline ul li a{   display: inline-block;
    font-weight: 700;
    color:#000;
    padding: 5px 15px;
    background-color: transparent;
    line-height: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;}
.home-portfolio .portfolio-filters-inline ul li a.active {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgb(89 86 233 / 20%);
    box-shadow: 0px 10px 30px 0px rgb(80 199 207 / 37%);
    color: #000 !important;
}
.home-portfolio .work-item.style-1 {
    border-radius: 5px;
    overflow: hidden !important;
    -webkit-box-shadow: 0px 10px 30px 0px rgb(89 86 233 / 20%);
    box-shadow: 0px 10px 30px 0px rgb(80 199 207 / 37%);
}
.home-portfolio .work-meta {
    display: none;
}
.home-portfolio .work-item.style-1 {
    margin-bottom: 0 !important;
}
.home-pricing-section li.tab-item a {
    display: inline-block;
    font-weight: 700;
    color: #000;
    padding: 5px 15px;
    line-height: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: transparent !important;
    border: 0 !important;
}

.home-pricing-section li.tab-item.active-tab a {
    background-color: #fff !important;
    box-shadow: 0px 10px 30px 0px rgb(80 199 207 / 37%);
}
ul.pricing-list li.check:before {
    content: '\f00c';
    font-weight: 300;
    font-family: 'FontAwesome';
    flex: 0 0 25px;
    max-width: 15px;
    height: 15px;
    font-size: 8px;
    border-radius: 50%;
    background-color: #3bbae5;
    align-items: center;
    -webkit-box-pack: center;
    color: #fff;
    margin-right: 10px;
    padding: 4px 4px;
}
ul.pricing-list li {
    list-style: none;
    font-size:14px;
}
ul.pricing-list {
    margin: 0;
}

.pricing-item .pricing-body ul::-webkit-scrollbar {
    width: 5px;
	border-radius:100px;
}



.pricing-item .pricing-body ul::-webkit-scrollbar-thumb {
    background-color: #3bbae5;
	border-radius:100px;
}

.pricing-item .pricing-body ul::-webkit-scrollbar-track {
   box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius:100px;

}


body::-webkit-scrollbar {
  width: 10px;
	border-radius:100px;}
 
body::-webkit-scrollbar-track {
   box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius:100px;

}
 
body::-webkit-scrollbar-thumb {
  background-color: #3bbae5;
	border-radius:100px;
 
  
}

.pricing-item .pricing-body ul {
/*     height: 176px; */
	height: 185px;
    overflow-y: auto;
    margin-bottom: 15px;
    overflow-x: hidden;
}

.pricing-head h6 {
    font-weight: 500;
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.pricing-head h6 span {
    display: inline-block;
    text-decoration: line-through;
    text-decoration-color: #3bbae5;
    transition: none;
}

.actions {
    border-top: 1px solid #eee;
    padding-top: 15px;
    text-align: left;
    padding-bottom: 15px;
}

.pricing-item .actions a span small {
    display: block;
    font-size: 14px;
    line-height: normal;
    color: #3bbae5;
    font-weight: 700;
}

.pricing-item .actions a span {
    font-size: 13px;
    float: left;
    font-weight: 700;
    color: #7b7b7b;
}

.pricing-item:hover{
   
    border-radius: 7px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    background: #3bbae5;
    color: white;
    border-color: transparent;
/*     cursor: pointer;
 */
}

.pricing-item:hover .pricing-head h2.plan{
    color: white;
}

.pricing-item:hover .pricing-head h2{
    color: white;
}


.pricing-item:hover .pricing-head span{
    color: white;
}

.pricing-item:hover .pricing-head h6 span{
    color: black;
    text-decoration-color: red;
}

.pricing-item:hover .pricing-head h6{
    color: black;
}

.pricing-item:hover .pricing-list li{
    color: white;
}

.pricing-item:hover .pricing-list li:before{
    background-color: white;
    color: black;
}

.pricing-item:hover ul::-webkit-scrollbar-thumb {
    background-color:white;
}

.pricing-item:hover ul::-webkit-scrollbar-track {
 background-color: #80828533;

}

.pricing-item .pricing-head h2.plan {
    color: black;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}


.pricing-item:hover .act-box1 small{
    color: white;
}

.pricing-item:hover .act-box1 span{
    color: black;
}

.pricing-item:hover button{
    background-color: black;
}

a.p-order {
    display: block;
}

.pricing-vector{
    position: relative;
}

.pricing-vector img{
    position: absolute;
    right: -3px;
    top: -5px;
    width: 60px !important;
}
.pricing-item-one {
    padding: 32px 25px 32px;
    border: 1px solid #3bbae5;
    padding-bottom: 0;
	border-radius: 7px;
}
.actions {
    border-top: 1px solid #eee;
    padding-top: 15px;
    text-align: left;
    padding-bottom: 15px;
}

.actions .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.actions .row .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.pricing-item .pricing-head h2.price {
    margin-bottom: 10px;
    color: #3bbae5;
}
.pricing-head h2 {
    font-size: 45px;
}
.price-addon {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 20px;
}
.pricing-item:hover .pricing-head h2 {
    color: white;
}
.main-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 12px 35px;
    background-color: #3bbae5;
    color: #f6f6f6;
    font-size: 16px;
    font-family: var(--dmsans);
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	    border: none;
	cursor:pointer;
}
.pricing-item-one .pricing-body .main-btn {
    display: inline;
    text-align: center;
    padding: 14px 35px;
    margin: auto;
    display: table;
}
.pricing-item-one a.p-order {
    display: block;
    top: 26px;
    position: relative;
}

.list-style-one li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	 font-weight: 700;
    align-items: center;
}
.testimonial-block .image-icon {
    border-radius: 50% !important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%) !important;
    margin: 0 auto !important;
}
.testimonial-block .img-with-aniamtion-wrap {
    top: -60px;
    position: absolute;
    width: 119px;
    height: 119px;
    padding: 12px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    text-align: center;
}
.testimonial-block .wpb_wrapper h3 {
    position: relative;
    font-weight: 600;
    color: #3bbae5;
    text-align: right;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.testimonial-block .inner-wrap-outer .inner-wrap{height:auto !important;}
.testimonial-block .inner-wrap-outer {
    position: relative;
    border-radius: 25px;
    padding: 50px 50px 30px;
    background-color: #ffffff;
    background-position: right top;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
	margin:75px 10px 20px !important;
	height:auto !important;
}
.testi-rating {
    position: absolute;
    right: 34px;
    top: 40px;
    width: 50%;
    text-align: right;
    margin-bottom: 0 !important;
}
.testimonial-block .wpb_wrapper p {
    padding: 0px 0 10px;
    font-size: 18px;
    line-height: 1.9em;
    margin-top: 30px;
}
.home-contact-section select option {
    margin-bottom: 10px !important;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
.home-contact-section input, .home-contact-section select {
    height: 60px;
    border-radius: 5px;
    padding: 0 20px;
    font-weight: 700;
    color:#000;
    border: 1px solid #ced4da;
    background: transparent !important;
}
.home-contact-section textarea {
    height: 140px;
    border-radius: 5px;
    padding: 14px 20px;
    font-weight: 700;
    color:#000;
    border: 1px solid #ced4da;
    background: transparent !important;
}
.home-contact-section .flag-container {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px 0px 0px 5px;
}
.home-contact-section .iwithtext {
    display: table-caption;
    border: 1px solid rgba(89, 86, 232, 0.149);
    border-radius: 7px;
    padding: 30px 25px 30px;
}
.home-contact-section .iwithtext .iwt-icon {
    left: 30px;
    top: 30px;
    background: #3bbae5;
    border-radius: 7px;
    width: 60px;
    height: 60px;
    text-align: center !important;
    line-height: 60px;
}
.home-contact-section .iwithtext .iwt-icon i {
    color: #fff;
}
.home-contact-section .iwithtext .iwt-text {
    padding-left: 90px;
}
.home-contact-section h5.blue-dark {
    color: #3bbae5;
    font-size: 20px !important;
    font-weight: bold !important;
margin-bottom: 0;
}
.home-contact-section h4 a {
    font-weight: bold;
    color: #000 !important;
}
.home-contact-section h4 {
    margin-bottom: 0 !important;
}
.home-contact-section input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #3bbae5 !important;
    color: #fff;
    border-color: #3bbae5;
    padding: 14px 22px !important;
    height: auto;
}
.home-contact-section input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #000 !important;
    border-color: #000;
    color: #fff;
}
.page-contact-section br {
    display: none;
}
.page-contact-section input {
    margin-bottom: 20px;
    height: 50px;
}
.page-contact-section textarea {
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-contact-section h2 span {
    color: #3bbae5 !important;
}
.page-contact-section h2 {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin: 14px 0 !important;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 30px;
}
.page-contact-section h2 strong {
    color: #3bbae5 !important;
}
.client-title h5:before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 3px;
    background-color: black;
    vertical-align: middle;
    margin-right: 25px;
}
.client-title h5 {
    color: #000;
    text-align: center;
}
.client-title h5 strong {
    color: #3bbae5 !important;
}
.page-client-section *{text-align:center;}
.page-client-section img {
    width: auto !important;
    margin: 0 auto !important;
}
.page-client-section .hover-wrap {
    margin-bottom: 0;
}
.page-client-section .row-bg-wrap .viewport-desktop {
    background: linear-gradient(90deg, rgba(166,151,138,1) 20%, rgba(80,199,207,1) 81%);
    opacity: 0.149;
}
.page-client-section p.vc_custom_heading {
    font-weight: 700 !important;
    font-size: 17px;
}
.latest-work-title {
    display: inline-block;
    background: url(/wp-content/uploads/2023/03/border-1.png);
    background-size: contain;
    padding: 28px 40px;
    background-repeat: no-repeat;
    background-position: center center;
}
.testimonial-block .inner-wrap-outer:hover {
    background-color: #3bbae5;
}
.testi-tp-title {
    position: relative;
    color: #555555;
    font-size: 18px;
    line-height: 1 !important;
    font-weight: 700;
    letter-spacing: 0px;
    padding-left: 20px;
    display: inline-block;
    text-transform: uppercase;
    border-left: 4px solid #e07d8a;
    margin: 0 !important;
}
.testi-tp-title:before {
    position: absolute;
    content: '';
    left: 3px;
    top: 0px;
    width: 2px;
    height: 100%;
    line-height: 1em;
    background-color: #962cc7;
}
.testimonial-block .inner-wrap-outer:hover h3, .testimonial-block .inner-wrap-outer:hover p{color:#fff !important;}
.testimonial-block .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    position: absolute;
    right: 0% !important;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px dashed #0a0564;
    border-radius: 3px;
}
.testimonial-block .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
    background-color: transparent !important;
}
.testimonial-block .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    position: absolute;
    left: 92% !important;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px dashed #0a0564;
	 border-radius: 3px;
}
.testimonial-block .flickity-button:after {
    background: #3bbae5 !important;
}
.testimonial-block .flickity-button svg path {
    fill: #3bbae5 !important;
}
.testimonial-block .inner-wrap-outer:after {
    content: '';
    background: url(/wp-content/uploads/2023/03/pattern-6.png);
    position: absolute;
    left: -40px;
    top: -40px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    transition: 0.5s;
}
.testimonial-block .inner-wrap-outer:hover:after{
	    left:0px;
    top: 0px;
	transition: 0.5s;
}
.branding-bg-color .row-bg.viewport-desktop {
   background: radial-gradient( circle 1192px at 21.5% 49.5%, rgba(91,21,55,1) 0.1%, rgba(0,0,0,1) 100.2% );
}
.pages-title:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 4px;
    border-radius: 50px;
    background-color: #ffffff;
}
.pages-title {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0px;
    padding-bottom: 15px;
    text-transform: capitalize;
	font-size: 45px;
}
.pages-title:after {
    position: absolute;
    content: '';
    left: 85px;
    bottom: 0px;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #3bbae5;
}

.page-breadcrumb {
    position: relative;
    margin-top: 0;
    float: right;
}
.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
}
.page-breadcrumb li a {
    color: #ffffff;
    font-weight: 300;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.page-breadcrumb li:after {
    position: absolute;
    content: ":";
    right: -2px;
    top: -1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}
.page-breadcrumb li:after {
    position: absolute;
    content: ":";
    right: -2px;
    top: -1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}
.screen .img-with-aniamtion-wrap img {
    transform: translate3d(0px, 0px, 0px) !important;
    transition: 3s all !important;
}
#mobile-screen .hover-wrap-inner, #brading-screen .hover-wrap-inner, #video-screen .hover-wrap-inner {
    height: 280px !important;
}
#video-screen .hover-wrap-inner img{width:100%;height:100%;}
#mobile-screen .hover-wrap-inner img:hover,  #brading-screen .hover-wrap-inner img:hover, #video-screen .hover-wrap-inner img:hover {
    transform: translate3d(0px, 0px, 0px) !important;
}
.screen .hover-wrap-inner {
    width: 100%;
    height: 450px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0px 0px 20px 0px #3bbae561;
}
.screen .img-with-aniamtion-wrap img:hover {
    transform: translate3d(0px, -67.5%, 0px) !important;
	transition: 3s all !important;
}
/* .screen .hover-wrap-inner:after {
    content: "\f067";
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    font-family: 'FontAwesome';
    font-size: 45px;
    transform: translate(-50%, -50%);
    z-index: 999;
} */
.tabs-portfolio li.tab-item.active-tab a {
    background-color: #fff !important;
    box-shadow: 0px 10px 30px 0px rgb(80 199 207 / 37%);
    color: #000 !important;
    border: none !important;
}
div#header-outer {
    border: none !important;
}
.page-id-551 div#header-outer .container .row {
    border-bottom: 1px solid rgba(25,25,25,.1);
}
.tabs-portfolio li.tab-item a {
    display: inline-block;
    font-weight: 700;
    color: #000;
    padding: 5px 15px;
    background-color: transparent;
    line-height: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	border: none;
}
.tabs-portfolio ul.wpb_tabs_nav.ui-tabs-nav {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.tabs-portfolio ul.wpb_tabs_nav.ui-tabs-nav li {
    float: none;
    display: inline-block;
    margin: 0 4px;
}
.custom-web-bg-color .row-bg.viewport-desktop {
    background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip ~ span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form span.wpcf7-spinner ~ span.wpcf7-spinner {
    display: none;
}

.our-client-logos img {
    max-width: 200px !important;
    height: 80px !important;
    object-fit: contain;
    border: 1px solid #ffffff38;
    width: 200px !important;
    padding: 10px;
    border-radius: 10px;
}
.impact-coding-section img {
    width: auto !important;
    margin: 0 auto !important;
}
.btn-icon i {
    margin-left: 12px !important;
    margin-top: -3px !important;
}

.hm-client-logo img {
    border: 1px solid #ddd;
    height: 100px !important;
    width: 100% !important;
    border-radius: 5px;
    object-fit: none;
}

:root {
  --bg-background: #fff;
  --clr-card: #fff;
  --clr-1: #9f9fa0;
  --clr-2: #4e4e50;
  --clr-3: #3fb7e7;
}
@property --gradient-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}