/*
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
*/

/* Top_Header */
.top_header_marque {
  background: #000;
  color: #fff;
  padding: 8px;
}
.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: #161618 !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 #161618!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 #1616186b;
    border-radius: 10px;
}
.designsolution-box .wpb_wrapper {
    border: 1px solid #161618b3;
    border-radius: 10px;
    padding: 50px 20px 60px !important;
    box-shadow: 0px 0px 10px 0px #1616186b;
    transition: 0.5s;
}
.designsolution-box .wpb_wrapper img {
    width: 70px;
transition: 0.7s;
}

.designsolution-box .wpb_wrapper:after {
    content: '';
    background-color: #161618;
    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 rgba(0, 0, 0, 0.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 rgba(0, 0, 0, 0.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 rgba(0, 0, 0, 0.927);
}
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: #161618;
    align-items: center;
    -webkit-box-pack: center;
    color: #fff;
    margin-right: 10px;
    padding: 4px 4px;
}
ul.pricing-list li {
    list-style: none;
}
ul.pricing-list {
    margin: 0;
}

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



.pricing-item .pricing-body ul::-webkit-scrollbar-thumb {
    background-color: #161618;
}

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

}


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

}
 
body::-webkit-scrollbar-thumb {
  background-color: #161618;
 
  
}

.pricing-item .pricing-body ul {
    height: 176px;
    overflow-y: scroll;
    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: #161618;
    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: #161618;
    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: #161618;
    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: white;
    text-decoration-color: red;
}

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

.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: white;
}

.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 #161618;
    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: #161618;
}
.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: #161618;
    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: #161618;
    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 .wpcf7-list-item {
	margin:0 !important;
}
.home-contact-section input[type="checkbox"] {
    height: auto;
    box-shadow: none !important;
}
.home-contact-section .wpcf7-form .wpcf7-not-valid-tip {
    top: 0px;
    background: red;
    color: #fff;
}
.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: #161618;
    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: #161618;
    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: #161618 !important;
    color: #fff;
    border-color: #161618;
    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: #161618 !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: #161618 !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: #161618 !important;
}
.page-client-section img {
    width: 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: #161618;
}
.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: #161618 !important;
}
.testimonial-block .flickity-button svg path {
    fill: #161618 !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;
}

.pack-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: #161618;
}

.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 #16161861;
}
.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;
}
span.icoo {
    background-color: black;
}
.btns_wrap {
    top: 190px;
}

.btns_wrap .chat_wrap {
    background: #000 !important;
}

.btns_wrap .call_wrap {
    background: #000 !important;
}
a.nectar-button.large.see-through-2.has-icon:hover {
    color: black;
    background: #fff !important;
    color: black !important;
	border-color:black !important;
}

	

body .fa.fa-angle-right:before {
    content: "\e607";
    /* color: #000; */
}
.col.light .nectar-button.see-through:hover{
    background-color: white !important;
    border-color: rgba(255, 255, 255, 0.75);
    color: black !important;
    visibility: visible;
}
.nectar-button.tilt:hover, .swiper-slide .button.solid_color_2 a:hover {
    background-color: white !important;
    color: black !important;
	border: 2px #000 solid;
	 transform: none !important;
    box-shadow: none; 
}
.nectar-button.tilt:hover, .swiper-slide .button.solid_color_2 a:hover {
    transform: none;
    box-shadow: none;
}
.fa-check:before {
    content: "\f00c";
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    speak: none;
    color: white;
}

a.nectar-button.large.regular.accent-color.has-icon.regular-button {
    border: 1px solid !important;
    color: white;
    background-color: transparent !important;
}

.full-width-section .light .nectar-button:hover, .nectar-button:hover {
    opacity: .87;
    color: black ;
    background-color: white ;
	border:1px solid black;
}

.full-width-section .light .nectar-button:hover, .nectar-button:hover {
    opacity: .87;
    color: black !important;
    
    border: 1px solid white;
	background-color:white !important;
}
body a:hover .fa.fa-angle-right:before {
    color: #000;
}


	#desk_none{
		display:none;
	}


/* Responsive Css Start  */

@media only screen and (max-width: 1199px) {
	.designsolution-box .wpb_wrapper {
		padding: 20px 10px 20px !important;
	}
	
	.pricing-item-one {
    	padding: 25px 15px 25px;
	}
	
	.nectar-split-heading h1 {
		font-size: 40px !important;
	}
}

@media only screen and (max-width: 999px) {
	
#header-outer {
    padding-top: 0 !important;
}
	p{
		font-size: 17px;
	}
	
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: unset !important;
        width: 25% !important;
	}
	
	h1.vc_custom_heading {
		text-align: center !important;
	}
	
	.cell {
		text-align: center;
	}
	
	.vc_row.vc_row-o-equal-height.vc_row-o-content-top>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper {
		min-height: 490px;
	}
	
	.wpb_wrapper>.divider-wrap {
		text-align: -webkit-center;
	}	
	
	.tab_none {
		display: none !important;
	}

	li.menu-item a {
		color: #fff !important;
	}
	
	#slide-out-widget-area .ocm-dropdown-arrow i {
		color: #fff;
	}
	
	.tab_sec .row_col_wrap_12 {
		text-align: center !important;
	}
	
	.tab_sec .vc_column-inner {
		text-align-last: center;
	}

	.tab_sec ul li {
		justify-content: center;
		padding-left: 0 !important;
	}
	
	.testimonial-block .nectar-flickity.nectar-carousel[data-tablet-columns="2"][data-spacing="20px"][data-format="default"] .cell{
		width: calc((80% - 0px) / 1);
	}
	
	.testimonial-block h3 {
		text-align: center !important;
	}
	
	.testimonial-block .img-with-aniamtion-wrap {
	   left: 180px;
	}
	
	.home-contact-section .iwithtext {
		display: inline-block;
		margin: 0 8px 0 0;
	}
	
	.home-contact-section h2 {
		text-align: center !important;
	}

	.home-contact-section .vc_custom_heading {
		text-align: center !important;
	}
	
	.nectar-split-heading h1 {
        font-size: 27.2px;
        line-height: 33.6px;
    }
	
	h2.price {
		font-size: 27.2px;
	}
	
	.tab_sec .wpb_column {
		margin: 0 !important;
	}
	
	.tab_sec .vc_column-inner {
		padding: 0 !important;
	}
	
	.price_list .wpb_wrapper {
		margin: 20px 0;
	}
	
	.price_list {
		padding: 0 !important;
	}
	
	.testimonial-block .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
		left: 88% !important;
	}
	
	.inner_page_banner p.vc_custom_heading {
		text-align: center !important;
	}
	
	.nectar-fancy-ul.animated-in {
		text-align: center;
	}
	
	ul.list-style-inner {
		display: inline-block;
	}
	
	a.nectar-button {
		width: 100%;
		text-align: center;
		margin: 10px 0 !important;
	}
	p.vc_custom_heading {
		text-align: center !important;
	}
	
	.tab_reverse .custom.left {
		flex-direction: column-reverse;
	}
	
	.designsolution-box .wpb_wrapper {
        padding: 20px 20px 20px !important;
    }
	
	.home-contact-section h5.blue-dark{
		    text-align: center;
	}
	
	.home-contact-section .iwithtext .iwt-text {
    	padding-left: 0;
	}
	
	.home-contact-section .iwithtext {
		display: flex !important;
		margin: 10px 0;
		align-items: center !important;
		justify-content: center;
		padding-top: 80px;
	}

	.home-contact-section .iwithtext .iwt-icon {
		width: 50px;
		height: 50px;
		line-height: 49px;
		left: auto;
		top: 14px;
	}
	
	#tab_none {
		display: none;
	}
	
	#desk_none {
		display: flex;
	}
	
	body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
        font-size: 14px !important;
    }
	
	.pages-title:before {
		left: auto;
		width: 220px;
	}
	
	.page-breadcrumb {
		float: none;
		margin: 0 ;
		text-align: center;
	}
	
	.pack-title:before {
		width: 245px !important;
	}
	
	.tmb {
		margin-bottom: 22px !important;
	}
	
	.pages-title:after{
		display: none;
	}
	
	.com-pack:before {
		width: 74%;
	}
	
	.test-title:before {
		width: 56%;
	}
	
	span.nectar-menu-icon-text {
		color: #000;
	}
	a.nectar-menu-item-with-icon {
		background: #fff;
		padding: 6px 28px !important;
		display: inline-block !important;
		margin-top: 25px;
	}
	
}

/* Mobile Responsive Css */

@media only screen and (max-width: 690px) {
	
	.banner .wpb_wrapper h1.vc_custom_heading {
		font-size: 30px !important;
		line-height: 35px !important;
	}

	.banner .nectar-button {
		padding: 10px 10px !important;
		font-size: 13px !important;
	}
	
	.mob_sec .vc_custom_heading {
		line-height: 25px !important;
		padding: 0;
	}

	.price_list .main-btn {
		padding: 10px 19px !important;
		font-size: 13px !important;
	}
	
	.price_list span small {
		font-size: 13px !important;
	}
	
	.nectar-button{
		padding: 10px 25px !important;
		font-size: 13px !important;
	}
	
	.testimonial-block .inner-wrap-outer{
		padding: 26px 20px 20px;
	}

	.testimonial-block .wpb_wrapper p{
		font-size: 13px;
		right: 56px
	}
	
	.testi-rating{
		right: 56px;
		text-align: center;
	}

	.testimonial-block .nectar_icon i{
		font-size: 12px !important;
		width: 10px !important;
	}
	
	.testimonial-block .img-with-aniamtion-wrap {
        
    }

	.testimonial-block .img-with-aniamtion-wrap {
		top: -60px;
		width: 90px;
		height: 90px;
		left: 155px;
	}
	
	.nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport{
		margin: 0 0 -20px;
	}
	
	.testimonial-block .nectar-flickity.nectar-carousel[data-tablet-columns="2"][data-spacing="20px"][data-format="default"] .cell {
        width: calc((83% - 0px) / 1);
	}
	.testimonial-block .nectar-flickity[data-spacing="20px"]:not(.masonry) .flickity-slider .cell {
		margin: 0px 0px;
	}
	
	.home-contact-section .vc_custom_heading {
		font-size: 14px !important;
		margin: 20px 0 !important;
		line-height: 20px !important;
	}
	
	.home-contact-section .iwithtext {
        display: inline-block;
        margin: 10px 0;
    }
	
	.home-contact-section .iwithtext .iwt-text {
    	padding-left: 80px;
	}

	.home-contact-section .iwithtext .iwt-icon {
		width: 40px;
		height: 40px;
		line-height: 40px;
		left: auto;
		top: 13px;
	}
	
	.home-contact-section .iwithtext .iwt-text {
        padding-left: 0; 
        text-align: center;
    }

	.home-contact-section .iwithtext {
        display: flex !important;
        margin: 10px 0;
        align-items: center !important;
        justify-content: center;
    }

	.home-contact-section h5.blue-dark {
		font-size: 15px !important;
		margin-top: 25px;
	}
	
	.home-contact-section h4{
		font-size: 14px !important;
	}
	
	.home-contact-section .container-wrap {
		padding: 0;
	}
	
	.testimonial-block .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
		left: 82% !important;
	}
	
	.mob_full .row_col_wrap_12_inner {
		align-items: center;
		flex-direction: column;
	}

	.mob_full .vc_col-sm-3 {
		width: 100% !important;
	}
	
	mob_full .wpb_wrapper {
		min-height: auto;
	}
	
	.mob_full .vc_column-inner {
		margin: 10px 0;
	}
	
	.mob_full .wpb_wrapper {
		min-height: fit-content !important;
	}
	
	.tab_sec h2.vc_custom_heading {
		text-align: center !important;
	}
	
	.banner .flickity-viewport {
		height: 520px !important;
	}
	
	.nectar-fancy-ul ul li {
		list-style: none;
		position: relative;
		padding-left: 27px;
	}
	
	p.vc_custom_heading {
    font-size: 15px !important;
		padding-bottom: 0;
	}
	
	.pricing-item .pricing-head h2.plan {
		font-size: 23.8px;
	}
	
	.wpb_wrapper h2 {
		font-size: 23.8px;
	}
	
	.nectar-split-heading p {
		font-size: 15px;
	}
	
	.nectar-split-heading h1 {
		font-size: 23.8px !important;
		line-height: 29.4px;
	}
	
	ul.list-style-one {
		margin-bottom: 0 !important;
	}
	
	.pricing-item-one {
		padding: 10px 10px 10px;
	}
	
	.nectar-fancy-ul ul {
		margin-bottom: 0;
	}
	
	.divider {
		height: 0px !important;
	}
	
	body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
		font-size: 13px !important;
	}
	
	#copyright {
		padding: 0px 0 25px !important;
	}
	
	.home-contact-section .iwithtext {
		padding-top: 38px;
    }
	
	ul.wpb_tabs_nav {
		padding-top: 20px !important;
	}
	
	p {
		font-size: 15px;
	}
	
	 .pages-title:before {
        width: 142px;
    }
	
	  .pack-title:before {
        width: 150px !important;
    }
	
	.com-pack:before {
		width: 89%;
	}
	
	.test-title:before {
		width: 67%;
	}


}

@media only screen and (max-width: 480px) {
	.testimonial-block .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
        left: 79% !important;
    }
	
	.testimonial-block .img-with-aniamtion-wrap {
		top: -45px;
		width: 90px;
		height: 90px;
		left: 155px;
	}
	
	#footer-outer .col {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	
	.banner .flickity-viewport {
        height: 490px !important;
    }
	
	.mmb {
		margin-bottom: 65px !important;
	}
	

	
}	