/*
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
*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #E41C25;
	border: 2px solid #E41C25;
}
/* ===================================== */
body.material #header-outer #search-outer #search input[type="text"]{
	border-color:#000 !important;
	color:#000 !important;
}
body.material #header-secondary-outer nav>.sf-menu {
    padding: 11px 0 11px 0;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows {
    float: left;
}
div#header-secondary-outer ul li span {
    text-transform: capitalize;
}
div#header-secondary-outer li#menu-item-30 {
    position: absolute;
    right: 0px;
    top: 12px;
}
div#header-secondary-outer li#menu-item-30 span {
    background: #FED403;
    padding: 17px 30px !important;
    color: #000;
	text-transform: uppercase;
}
/* ============================================ */
.container-wrap {
    padding: 0px !important;
}
/* div#header-space, header#top {
    height: 50px !important;
} */
/* header#top .container .row {
    background: #0D0D0D;
    padding: 0px 0px 0px 30px !important;
} */
#header-outer[data-full-width="true"] header > .container, #header-secondary-outer[data-full-width=true]>.container {
    padding: 0 90px 0px 90px;
}
header#top .col.span_9.col_last ul li a span {
    color: #fff !important;
}
header#top .col.span_9.col_last ul li.current-menu-item a span {
    font-weight: 800;
}
#header-outer #top nav ul #search-btn a span, #header-outer #top nav ul #search-btn:hover a span {
    color: #fff !important;
}
header#top ul.buttons.sf-menu li a {
    padding: 0px 0px !important;
}
header#top li#menu-item-37 {
    order: 1;
}
header#top li#menu-item-37 img {
    margin-bottom: 0px !important;
	width: 80%;
}
header#top li#menu-item-37 a {
    margin-bottom: -6px;
}
header#top li#search-btn {
    margin-left: 0px !important;
    position: relative;
    right: 50px;
}
header#top li#search-btn span.icon-salient-search {
    border-right: 1px solid #fff !important;
    padding-right: 40px !important;
}
/* ==================================================== */
div#banner-scrolling-text {
    position: absolute;
    bottom: 0;
    margin-bottom: -30px;
}
div#banner-scrolling-text h1 {
    font-size: 150px;
    line-height: 160px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
/* ========================================= */
div#what-we-inner {
    margin: 40px 40px !important;
    padding: 40px 40px 40px 40px !important;
    overflow: hidden;
}
div#what-we-inner img {
    margin: 0 auto;
    display: table;
    width: 80%;
}
div#what-we-inner h6 span {
    background: #fff;
    padding: 7px 20px !important;
}
div#what-we-inner a#btn.two i {
    background: #000 !important;
    color: #fff !important;
		transition: .9s;
}
div#what-we-inner a#btn.two:hover i {
    background: #fff !important;
    color: #000 !important;
		transition: .9s;
}
/* =================================== */
a#btn.one, a#btn.two {
    border-radius: unset !important;
    position: relative;
    border: 1px solid #000;
    margin: 0px 10px 0px 0px !important;
	transition: .9s;
}
a#btn.two {
    border: 1px solid #fff;
	background-color:#fff !important;
	color: #000;
	transition: .9s;
}
a#btn.one:before, a#btn.two:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    content: "";
    background-color: #E41C25;
    z-index: 12;
    transition: .9s;
}
a#btn.one:hover {
    color: #fff !important;
	transition: .9s;
}
a#btn.two:hover {
    color: #fff !important;
    transition: .9s;
}
a#btn span, a#btn i {
    z-index: 999;
}
a#btn.two:before {
	background-color: #000;
}
a#btn.one:hover:before, a#btn.two:hover:before {
    width: 100%;
    transition: .9s;
}
a#btn.one i, a#btn.two i {
    background: #fff !important;
    color: #000 !important;
    border-radius: unset !important;
}
/* ================================= */
div#service {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#service .tabbed>ul li a {
    display: block;
    color: #0D0D0D;
    position: relative;
    padding: 8px 19px;
    transition: all .3s cubic-bezier(.12, .75, .4, 1);
    border: 1px solid #E0E0E0;
    font-size: 13px !important;
    font-weight: 500;
    text-transform: uppercase;
	background-color: #fff0;
}
div#service li.tab-item {
    margin: 0px 0px 10px 0px !important;
}
div#service a.active-tab {
    background-color: #000 !important;
    border-top: #fff0 !important;
    border-bottom: #fff0 !important;
    border-left: 4px solid #E41C25 !important;
    border-right: 4px solid #E41C25 !important;
	color: #fff !important;
}
div#service .tabbed>ul li:last-child a {
    border-color: #E0E0E0;
}
div#service .tabbed>ul {
    display: flex;
    justify-content: center;
	flex-wrap:wrap;
}
/* div#service-inner {
    padding-inline: 240px;
} */
div#service h6 span {
    background: #0D0D0D;
    padding: 10px 20px !important;
    border-left: 5px solid #E41C25;
    border-right: 5px solid #E41C25;
}
div#service-inner {
    border: 1px solid #E0E0E0;
}
div#service-inner img {
    width: 100%;
}
div#service-inner .vc_col-sm-6:last-child .vc_column-inner {
    padding: 0px 60px 0px 20px !important;
}
div#service-inner .t-1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}
div#service-inner h2 {
    padding-left: 20px;
    border-left: 4px solid #E41C25;
}
div#service-inner .nectar-fancy-ul ul {
    column-count: 2;
}
div#service-inner .nectar-fancy-ul ul li {
    padding-left: 25px;
}
div#service-inner .nectar-fancy-ul ul li h5 {
    font-size: 16px;
}
div#service-inner .nectar-fancy-ul ul li .icon-salient-thin-line:before {
    content: url(https://devu1a.customdev.solutions/mikeknowles/wp-content/uploads/2025/12/Vector-3.png) !important;
}
div#service-inner .nectar-fancy-ul ul li i {
    top: -6px;
}
div#service-inner a#btn.two {
    background: #283895 !important;
    color: #fff;
}
div#service a#btn.two i {
    background: #FFFFFF !important;
    color: #000 !important;
	transition:.9s;
}
div#service-inner a#btn.two:hover i {
    background: #E41C25 !important;
    color: #fff !important;
	transition:.9s;
}
/* =============================================== */
div#about {
    position: relative;
}
div#about:before {
    content: "";
    background-image: url(https://devu1a.customdev.solutions/mikeknowles/wp-content/uploads/2025/12/Container-6.png);
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 200%;
    height: 22px;
    z-index: 99;
    animation: slideLR 12s linear infinite;
}
/* Animation */
@keyframes slideLR {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -100%;
    }
}
div#about-inner h6 span {
    background: #FFFFFF;
    padding: 7px 10px !important;
    border-left: 5px solid #E41C25;
}
div#about-inner .t-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px !important;
}
/* ============================= */
div#about-tab {
    background: #fff !important;
    margin-top: -170px;
    z-index: 999;
    position: relative;
    margin-bottom: 0px !important;
    border: 1px solid #E0E0E0;
}
div#about-tab .vc_col-sm-6:last-child {
    border-left: 1px solid #E0E0E0;
}
div#about-tab .vc_col-sm-6 .vc_column-inner {
    padding: 50px 50px !important;
}
div#about-tab li.tab-item {
    margin-right: 10px;
}
div#about-tab li.tab-item a {
    background-color: #E0E0E0 !important;
    border: unset !important;
    color: #0D0D0D !important;
}
div#about-tab li.tab-item.active-tab a {
    background-color: #E41C25 !important;
    color: #fff !important;
}
div#about-tab a#btn.one {
    background: #283895 !important;
    color: #fff !important;
	border: unset !important;
}
div#about-tab a#btn.one:before {
    background: #E41C25 !important;
}
div#about-tab a#btn.one:hover {
	color: #fff !important;
}
div#about-tab a#btn.one i {
    background: #fff !important;
    color: #000 !important;
    transition: .9s;
}
div#about-tab a#btn.one:hover i {
    background: #fff !important;
    color: #000 !important;
	transition:.9s;
}
/* ============================== */
div#expertise {
    margin-bottom: 0px !important;
    padding-bottom: 50px !important;
}
div#scrolling-text-inner {
    position: relative;
    z-index: -1;
    margin-top: -180px;
    padding-bottom: 70px;
}
div#scrolling-text-inner h1 {
    font-size: 80px !important;
    line-height: 90px;
}
div#expertise-inner .vc_col-sm-4 {
    overflow: hidden;
}
div#expertise-inner .hover-wrap {
    margin: 0;
}
div#expertise-inner .vc_col-sm-4 .t-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    background: #fff;
    width: 90%;
    height: 12%;
    margin: 30px auto;
    padding: 10px 15px !important;
    transition: .9s;
}
div#expertise-inner .vc_col-sm-4:hover .t-3 {
    transition: .9s;
    height: 45%;
}
div#expertise-inner .vc_col-sm-4 .t-3 h6 {
    transform: translateY(87px);
    transition: .9s;
}
div#expertise-inner .vc_col-sm-4:hover .t-3 h6 {
    transform: translateY(0px);
	    transition: .9s;
}
div#expertise-inner .vc_col-sm-4 .t-3 h6 img {
    margin: 0;
}
div#expertise-inner .vc_col-sm-4 .t-3 h3 {
    transform: translatey(99px);
    transition: .9s;
}
div#expertise-inner .vc_col-sm-4:hover .t-3 h3 {
    transform: translateY(0px);
	    transition: .9s;
}
div#expertise-inner .vc_col-sm-4 .t-3 p {
    min-height: 80px;
    transform: translatey(130px);
    transition: .9s;
	height:94px;
}
div#expertise-inner .vc_col-sm-4:hover .t-3 p {
    transform: translatey(0px);
    transition: .9s;
}
/* ============================================== */
div#text-icon {
    margin-bottom: -120px !important;
    z-index: 999;
    position: relative;
}
div#text-icon-inner {
    margin: 0px 210px;
}
div#text-icon-inner .iwithtext {
    margin-bottom: 0px !important;
    padding: 30px 10px !important;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	height:150px;
}
div#text-icon-inner .iwithtext .iwt-icon {
    position: relative;
}
div#text-icon-inner .iwithtext .iwt-text {
    padding-left: 15px;
}
/* ============================================= */
div#video {
    padding: 20% 0% !important;
    margin-bottom: 0px !important;
}
/* ======================================== */
div#how-we {
    background: #fff;
    padding: 50px 50px !important;
    margin-bottom: 0px !important;
    position: relative;
    z-index: 999;
    margin-top: -80px;
}
div#how-we h6 span {
    background: #0D0D0D;
    padding: 10px 20px !important;
    border-left: 5px solid #E41C25;
    border-right: 5px solid #E41C25;
}
div#how-we-inner {
    margin-bottom: 30px;
}
div#how-we .toggles.accordion {
    border: 1px solid #D9D9D9;
    padding: 15px !important;
}
div#how-we-inner .vc_col-sm-6:last-child .wpb_text_column {
    border-left: 4px solid #E41C25;
    padding: 20px 0px 20px 30px !important;
}
div[data-style="minimal"] .toggle > .toggle-title a {
    padding: 10px 70px 10px 20px;
    transition: color 0.15s ease;
    background: #0D0D0D !important;
    font-size: 17px;
    color: #fff !important;
    margin-bottom: 10px;
}
div[data-style*=minimal] .toggle>.toggle-title i {
    border: unset;
    margin-right: 10px;
    background: #283895;
    border-radius: unset !important;
}
div[data-style="minimal"] .toggle > .toggle-title i:before {
    top: 16px;
    left: 8px;
    background-color: #fff !important;
}
div[data-style="minimal"] .toggle > .toggle-title i:after {
    top: 8px;
    left: 16px;
    background-color: #fff !important;
}
div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap {
    padding: 20px 20px 30px 20px;
}
div#how-we .nectar-fancy-ul ul li .icon-salient-thin-line:before {
    content: url(https://devu1a.customdev.solutions/mikeknowles/wp-content/uploads/2025/12/Vector-3.png) !important;
}
div#how-we .nectar-fancy-ul ul li i {
    top: -6px;
}
div#how-we .nectar-fancy-ul ul li {
    padding-left: 25px;
}
/* ===================================== */
div#project {
    margin-bottom: -50px;
}
div#project-inner {
    margin: 0px 70px !important;
    padding: 0px 30px !important;
    overflow: hidden;
    height: 350px;
}
div#project-inner a#btn.one {
    background: #283895 !important;
    color: #fff !important;
	border: unset !important;
}
div#project-inner a#btn.one:before {
    background: #000 !important;
}
div#project-inner a#btn.one:hover {
	color: #fff !important;
}
div#project-inner a#btn.one i {
    background: #fff !important;
    color: #000 !important;
	transition:.9s;
}
div#project-inner a#btn.one:hover i {
    background: #fff !important;
    color: #000 !important;
	transition:.9s;
}
/* =================================== */
div#recent {
    padding: 100px 0px 50px 0px !important;
    margin-bottom: 0px !important;
	position: relative;
}
div#recent .inner-wrap.row-bg-layer {
    position: relative;
}
div#recent .inner-wrap.row-bg-layer:before {
    content: "";
    background-image: url(https://devu1a.customdev.solutions/mikeknowles/wp-content/uploads/2025/12/Container-6.png);
    background-repeat: repeat-x; /* repeat zaroori hai */
    background-size: contain; /* smooth repeat */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%; /* repeat ke liye width double */
    height: 22px;
    z-index: 99;

    animation: slideLR 12s linear infinite;
}

/* Animation */
@keyframes slideLR {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -100%;
    }
}
div#recent .owl-carousel {
    margin: 0px auto;
    width: 95%;
}
div#recent h6 span {
    background: #FFFFFF;
    padding: 7px 10px !important;
    border-left: 5px solid #E41C25;
}
div#recent .owl-stage-outer {
    width: 150% !important;
}
div#recent-inner {
    background: #fff;
    margin: 0px 10px;
}
div#recent-inner .hover-wrap {
    margin: 0;
}
div#recent-inner .t-4 {
    padding: 25px 30px !important;
    position: relative;
    height: 170px;
}
/* div#recent-inner .t-4 ul li {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ccc;
    padding: 10px 20px !important;
} */
div#recent-inner ul li, div#recent-inner p {
    color: #666;
}
/* div#recent-inner .t-4 ul {
    margin-left: 0;
} */
div#recent-inner .t-4 h5 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    margin: -20px 20px 0px 0px !important;
}
div#recent-inner .t-4 h5 a {
    opacity: 1;
}
/* div#recent-inner img {
    height: 700px;
    object-fit: cover;
    border-radius: 20px;
} */
div#recent-inner .project-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0% 5% !important;
}
div#recent-inner .project-text p {
    font-size: 20px !important;
    width: 70%;
    line-height: 30px !important;
}
div#recent button.owl-prev:before {
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 17px;
    box-shadow: unset !important;
    background: #fff;
    padding: 15px 35px;
    transition: .5s;
    border-radius: 0px;
    color: #000;
}
div#recent button.owl-prev {
    background: transparent;
    font-size: 0;
    border: 0px;
}
div#recent button.owl-next:before {
    content: "\f061";
    font-family: 'FontAwesome';
    font-size: 17px;
    box-shadow: unset !important;
    background: #fff;
    padding: 15px 35px;
    transition: .5s;
    border-radius: 0px;
    color: #000;
}
div#recent button.owl-next {
    background: transparent;
    font-size: 0;
    border: 0px;
}
div#recent .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    left: 0;
    bottom: 70px;
    margin-left: -114%;
}
div#recent .owl-dots {
    display: none;
}
div#recent-inner img.img-with-animation.skip-lazy {
    height: 300px !important;
    object-fit: cover;
}
/* ==================================== */
div#team {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#team-member .hover-wrap {
    margin: 0;
}
div#team h6 span {
    background: #0D0D0D;
    padding: 10px 20px !important;
    border-left: 5px solid #E41C25;
    border-right: 5px solid #E41C25;
    color: #fff !important;
}
div#team-member .social-icon {
    position: absolute;
    right: 0;
    bottom: 0px;
    overflow: hidden;
    width: 45px;
    margin-bottom: 75px;
}
div#team-member .social-icon h3 {
    margin: 0;
    z-index: 999;
    position: relative;
    width: 45px;
    height: 50px !important;
}
div#team-member .social-icon h3 img {
    margin: 0;
}
div#team-member .social-icon .socliy ul li i {
    width: 54px;
    height: 50px;
    line-height: 50px;
    background: #283895;
    color: #000;
    font-size: 20px;
    top: 0;
}
div#team-member .social-icon .socliy ul li {
    list-style: none;
    text-align: center;
}
div#team-member .social-icon .socliy ul {
    margin: 0;
	transform: translatey(150px);
    transition: .9s;
}
div#team-member .social-icon:hover .socliy ul {
    transform: translatey(00px);
    transition: .9s;
}
div#team-member .t-5 {
    padding: 10px 0px !important;
}
.team-member[data-style=bio_fullscreen] .team-meta, .team-member[data-style=meta_overlaid] .team-meta, .team-member[data-style=meta_overlaid_alt] .team-meta {
    position: relative !important;
    bottom: 0px !important;
    color: #000 !important;
    text-align: left;
    padding-left: 15px !important;
}
.team-member[data-style=bio_fullscreen] .team-member-overlay, .team-member[data-style=meta_overlaid] .team-member-overlay {
    background-color: #fff0 !important;
}
.team-meta h3, .team-meta p, .team-member[data-style=bio_fullscreen] .team-meta .arrow-end {
    color: #000 !important;
}
body .team-member[data-style=bio_fullscreen] .team-meta .arrow-line {
	background-color:#000 !important;
}
.team-member[data-style=bio_fullscreen] .team-member-overlay, .team-member[data-style=bio_fullscreen] .team-member-overlay, body .team-member[data-style=bio_fullscreen] .team-meta .arrow-end {
    opacity: 1;
}
.team-member[data-style=bio_fullscreen] .team-meta .arrow-end, .team-member[data-style=bio_fullscreen] .team-meta .arrow-line {
	opacity:1;
	transform: translateX(0px) translateY(-50%);
}
body .team-member[data-style=bio_fullscreen] .team-meta .arrow-end {
    transform: translateX(0px) translateY(-50%);
}
.team-member[data-style=bio_fullscreen] .team-meta h3, .team-member[data-style=bio_fullscreen] .team-meta p {
	opacity:1;
}
.team-member-image-inner img {
    height: 500px !important;
    object-fit: cover !important;
}
/* ======================================== */
div#testimonial {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonial h6 span {
    background: #283895;
    padding: 10px 20px !important;
    border-left: 5px solid #Ffff;
    color: #fff !important;
}
div#testimonial .clm .vc_column-inner {
    padding: 20px 80px !important;
    position: relative;
    overflow: hidden;
	background: #283895;
}
div#testimonial .clm .vc_column-inner:before {
    content: "";
    background-image: url(https://devu1a.customdev.solutions/mikeknowles/wp-content/uploads/2025/12/Container-10.png);
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 22px;
    z-index: 99;
    animation: slideLR 12s linear infinite;
    margin-bottom: 180px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(105%) contrast(106%);
}
div#testimonial .clm .iwithtext {
    margin-top: 150px;
}
div#testimonial .iwithtext .iwt-icon img {
    width: unset;
}
div#testimonial .iwithtext .iwt-text {
    padding-left: 75px;
    padding-top: 7px;
}
div#testimonial .iwithtext .iwt-text h5 {
    margin-bottom: 0;
}
div#testimonial .iwithtext .iwt-text h5 img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
div#testimonial .clm-one {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}
div#testimonial .owl-stage {
    padding: 0px 0px !important;
}
div#testimonial-inner {
    margin: 0px 0px !important;
}
div#testimonial-inner .iwithtext {
    border-bottom: 1px solid #E0E0E0;
    overflow: hidden;
    margin-bottom: 0px !important;
    padding: 20px 60px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
div#testimonial-inner .iwithtext:before {
    content: "";
    background-color: #E41C25;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 150px;
    height: 5px;
    animation: 2s move linear alternate infinite;
    transform-origin: left;
}
@keyframes move {
    0% {
        transform: scale(.5)
    }
}
div#testimonial-inner .iwithtext .iwt-icon {
    position: relative;
}
div#testimonial-inner .iwithtext .iwt-icon img {
    width: unset;
}
div#testimonial-inner .iwithtext .iwt-text {
    padding-left: 30px;
    padding-top: 20px;
}
div#testimonial-inner .iwithtext .iwt-text h5 {
    margin: 0;
}
div#testimonial-inner .iwithtext .iwt-text h4 {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
div#testimonial-inner .iwithtext .iwt-text h4 img {
    width: 160px;
    margin-right: 50px;
}
div#testimonial-inner .t-4 {
    padding: 50px 50px !important;
}
div#testimonial-inner .t-4 p {
    font-size: 25px;
    line-height: 35px;
}
div#testimonial .owl-dots {
    float: left;
    margin: 50px 0px 40px 50px !important;
}
div#testimonial .owl-dot span {
    background: #000;
    border-radius: 0px;
}
div#testimonial a#btn.one {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    top: unset;
    margin: 0px 50px 20px 0px !important;
}
div#testimonial a#btn.one {
    background: #283895 !important;
    color: #fff !important;
	border: unset !important;
}
div#testimonial a#btn.one:before {
    background: #000 !important;
}
div#testimonial a#btn.one:hover {
	color: #fff !important;
}
div#testimonial a#btn.one i {
    background: #fff !important;
    color: #000 !important;
	transition:.9s;
}
div#testimonial a#btn.one:hover i {
    background: #fff !important;
    color: #000 !important;
	transition:.9s;
}
/* ===================================== */
div#gallery {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#gallery h6 span {
    background: #0D0D0D;
    padding: 10px 20px !important;
    border-left: 5px solid #E41C25;
    border-right: 5px solid #E41C25;
    color: #fff !important;
}
/* ===================================== */
div#blog {
    padding: 50px 0px !important;
    margin: 0;
}
div#blog h6 span {
    background: #0D0D0D;
    padding: 10px 20px !important;
    border-left: 5px solid #E41C25;
    border-right: 5px solid #E41C25;
    color: #fff !important;
}
div#blog span.meta-category {
    position: absolute !important;
    top: -39px;
}
div#blog span.meta-category a {
    border-radius: 0px !important;
    padding: 12px 20px 12px 50px !important;
    position: relative;
}
div#blog span.meta-category a:after {
    content: "";
    background-image: url(https://devu1a.customdev.solutions/mikeknowles/wp-content/uploads/2025/12/SVG.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 32px;
    z-index: 999;
    margin: 4px 0px 0px 17px !important;
    filter: brightness(0) saturate(100%) invert(20%) sepia(76%) saturate(7253%) hue-rotate(350deg) brightness(93%) contrast(93%);
}
div#blog  span.meta-date {
    position: absolute !important;
    top: -470px;
    left: 0px;
    background: #fff;
    padding: 15px 10px !important;
    font-weight: 600;
}
div#blogs-inner h3.post-heading {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
    position: relative;
}
div#blogs-inner h3.post-heading:before {
    content: "";
    background-color: #E41C25;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
animation: 2s move linear alternate infinite;
    transform-origin: right;
}
@keyframes move {
    0% {
        transform: scale(.5)
    }
}
div#blog span.nectar-post-grid-item__read-more.nectar-cta.nectar-inherit-label {
    float: right;
}
div#blog span.link_text svg {
    background: #E41C25;
}
div#blogs-inner span.meta-excerpt {
    color: #666666 !important;
}
/* ======================================= */
div#brands-logo {
    padding: 30px 0px !important;
    margin-bottom: 0px !important;
}
div#brands-logo .owl-carousel {
    margin: 0px auto;
    width: 90%;
}
div#brands-logo .carousel-item {
    display: flex;
    align-items: center;
    height: 40px;
	justify-content: center;
}
div#brands-logo-inner {
    margin: 0px 10px;
}
/* ======================================= */
div#footer-logo-inner {
    padding: 80px 10px 30px 10px !important;
}
div#footer-logo-inner .footer-logo {
    width: 70%;
}
div#footer-logo-inner .vc_col-sm-4 {
    padding: 0px 0px !important;
}
div#footer-logo-inner .iwithtext .iwt-icon img {
    width: unset;
}
div#footer-logo-inner .iwithtext .iwt-text {
    padding-left: 75px;
    min-height: 70px;
}
div#footer-logo-inner .iwithtext:last-child .iwt-text {
    padding-top: 8px;
}
div#footer-logo-inner .iwithtext .iwt-text h5 {
    margin: 0;
}
div#footer-logo-inner .iwithtext .iwt-text a {
    color: #fff;
}
div#footer-logo-inner .iwithtext {
    border: 1px solid #2C2C2C;
    padding: 10px 10px !important;
    min-height: 110px;
}
div#footer-logo-inner .iwithtext .iwt-icon {
    margin: 20px 0px 0px 20px !important;
}
/* =================================== */
div#footer-widgets .row {
   padding: 40px 0px !important;
   border-bottom: 1px solid #2c2c2c;
}
div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
   margin: 0 auto;
   display: table;
}
div#custom_html-3 .socliy ul li {
display: inline-block;
}
div#custom_html-3 .socliy ul li i {
   margin: 0px 3px;
   color: #fff !important;
   font-size: 20px;
   height: 40px;
   width: 40px;
   line-height: 40px;
   border-radius: 0px;
   border: 1px solid #fff;
}
div#newsletterwidgetminimal-2 input.tnp-email {
    background: #2C2C2C !important;
    border: unset;
    border-radius: unset !important;
    margin-bottom: 10px;
	color: #fff;
}
div#newsletterwidgetminimal-2 input.tnp-submit {
    background-image: url(https://devu1a.customdev.solutions/mikeknowles/wp-content/uploads/2025/12/Group-8.png);
    background-repeat: no-repeat;
    background-position: 98% 51%;
    border-radius: 0px !important;
    color: #fff !important;
    text-align: left;
    padding: 17px 20px !important;
}
div#footer-widgets ul#menu-quick-links li a, div#footer-widgets ul#menu-our-services li a {
    position: relative;
    padding-left: 20px !important;
    transition: .9s;
}
div#footer-widgets ul#menu-quick-links li a:before, div#footer-widgets ul#menu-our-services li a:before {
    content: url(https://devu1a.customdev.solutions/mikeknowles/wp-content/uploads/2026/02/Icon-35.png);
    position: absolute;
    left: 0;
    top: 0;
    transition: .9s;
    transform: translateX(0px);
}
div#footer-widgets ul#menu-quick-links li:hover a:before, div#footer-widgets ul#menu-our-services li:hover a:before {
    transition: .9s;
    transform: translateX(7px);
}
/* ================================== */
div#copyright {
    padding: 20px 0px !important;
}
div#copyright .col.span_5 {
    max-width: 100% !important;
}
div#text-4 {
    float: left;
}
div#copyright strong {
    color: #E41C25;
}
div#nav_menu-4 {
    float: right;
}
div#copyright ul li {
    padding: 0px 0px !important;
}
div#recent-inner h6 a {
    color: #283895 !important;
    font-weight: 800;
    font-size: 18px;
    text-transform: revert-layer;
    text-decoration: underline;
}
div#video .row-bg.viewport-desktop.using-image {
    background-size: 100% 153%;
    filter: brightness(0.5);
}

/* ================================== */
/* ================================ */
@media (max-width: 1600px){
	div#port_sec_01 .tabbed>ul {
    top: 210px;
}
/* 	div#service-inner {
    padding-inline: 80px;
} */
	div#what-we-inner {
    margin: 30px 30px !important;
    padding: 30px 30px 30px 30px !important;
}
	div#service-inner .vc_col-sm-6:last-child .vc_column-inner {
    padding: 0px 20px 0px 20px !important;
}
	div#text-icon-inner {
    margin: 0px 170px;
}
}
@media (max-width: 1440px){
	div#port_sec_01 .tabbed>ul {
    top: 190px;
}
	#header-outer[data-full-width="true"] header > .container, #header-secondary-outer[data-full-width=true]>.container {
    padding: 0 0px 0px 100px;
}
	div#text-icon-inner {
    margin: 0px 100px;
}
	div#about-tab {
    margin-top: -100px;
}
	div#about-tab .vc_col-sm-6 .vc_column-inner {
    padding: 30px 30px !important;
}
	div#service .tabbed>ul li a {
    padding: 8px 20px;
    font-size: 12px !important;
}
		div#expertise-inner .vc_col-sm-4 .t-3 h6 {
    transform: translateY(109px);
}
	    div#expertise-inner .vc_col-sm-4 .t-3 p {
        min-height: 100px;
        transform: translatey(140px);
    }
	div#expertise-inner .vc_col-sm-4 .t-3 h3 {
    transform: translatey(104px);
}
	div#project-inner {
    margin: 0px 50px !important;
    padding: 0px 20px !important;
    height: 320px;
}
		div#how-we {
    padding: 30px 30px !important;
}
	div#how-we-inner .vc_col-sm-6:last-child .wpb_text_column {
    padding: 15px 0px 15px 20px !important;
}
		div#testimonial .clm .vc_column-inner {
    padding: 10px 30px !important;
}
	div#testimonial-inner .t-4 {
    padding: 40px 40px !important;
}
	div#testimonial-inner .iwithtext {
    padding: 20px 40px !important;
}
	div#testimonial-inner .t-4 p {
    font-size: 20px;
    line-height: 30px;
}
	
	
	
}
@media (max-width: 1366px){
	div#text-icon-inner {
    margin: 0px 80px;
}
	div#port_sec_01 .tabbed>ul {
        top: 180px;
    }
	    div#service .tabbed>ul li a {
        padding: 8px 15px;
        font-size: 12px !important;
    }
	

	
}
@media (max-width: 1326px){}
@media (max-width: 1280px){
	div#port_sec_01 .tabbed>ul {
        top: 130px;
    }
	div#port_sec_01 .tabbed>ul li a {
    font-size: 16px !important;
    line-height: 26px;
}
	    div#project-inner {
        margin: 0px 40px !important;
        height: 290px;
    }
			div#testimonial .clm .vc_column-inner {
    padding: 10px 20px !important;
}
	div#service .tabbed>ul li a {
        padding: 8px 20px;
        font-size: 11px !important;
    }
}
@media (max-width: 1080px){
	div#service .tabbed>ul li {
    margin-bottom: 5px;
}
	    #header-outer[data-full-width="true"] header > .container, #header-secondary-outer[data-full-width=true]>.container {
        padding: 0 0px 0px 0px;
    }
	div#header-secondary-outer ul li span {
    font-size: 11px;
}
	.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li a, body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
    font-size: 12px !important;
    line-height: 19px !important;
}
	header#top li#search-btn {
    right: 0px;
}
	header#top li.menu-item-37 {
    display: none;
}
	div#header-secondary-outer li#menu-item-30 {
    right: -1px;
    top: 11px;
}
	header#top .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right {
    margin-right: 20px;
}
	p, li a {
    font-size: 13px;
    line-height: 23px !important;
}
	    div#what-we-inner {
        margin: 20px 20px !important;
        padding: 20px 20px 20px 20px !important;
    }
	a#btn.one, a#btn.two {
    font-size: 11px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}
	a#btn.one i, a#btn.two i {
    height: 28px;
    width: 28px;
    font-size: 13px;
    line-height: 29px !important;
}
	div#service {
    padding: 30px 0px !important;
}
	    div#service .tabbed>ul li a {
        padding: 8px 9px;
        font-size: 10px !important;
    }
	div#service-inner .nectar-fancy-ul ul li h5 {
    font-size: 14px;
}
	div#service-inner .nectar-fancy-ul ul li {
    padding-left: 20px;
}
	    div#service-inner .vc_col-sm-6:last-child .vc_column-inner {
        padding: 0px 20px 0px 0px !important;
    }
	    div#about-tab .vc_col-sm-6 .vc_column-inner {
        padding: 20px 20px !important;
    }
	div#scrolling-text-inner h1 {
    font-size: 70px !important;
    line-height: 80px;
}
	div#expertise-inner .vc_col-sm-4 .t-3 {
    height: 14%;
}
	div#text-icon-inner .iwithtext {
    padding: 20px 10px !important;
}
	    div#text-icon-inner {
        margin: 0px 40px;
    }
	div#text-icon-inner h5 {
    font-size: 14px;
    line-height: 24px !important;
}
	    div#how-we {
        padding: 20px 20px !important;
    }
	div#how-we-inner .vc_col-sm-6:last-child .wpb_text_column p br {
    display: none;
}
	div#how-we-inner .vc_col-sm-6:last-child .wpb_text_column {
        padding: 10px 0px 10px 20px !important;
    }
	div[data-style="minimal"] .toggle > .toggle-title a {
    padding: 6px 70px 6px 15px;
		font-size: 15px;
}
	div#project-inner {
        margin: 0px 30px !important;
        height: 250px;
    }
	div#recent .owl-carousel .owl-nav.disabled {
    margin-left: -107%;
}
	div#team-member .t-5 h5 {
    font-size: 14px;
}
	div#team {
    padding: 30px 0px !important;
}
	div#testimonial {
    padding: 30px 0px !important;
}
	    div#testimonial-inner .iwithtext {
        padding: 15px 30px !important;
    }
	div#testimonial .clm .iwithtext {
    margin-top: 100px;
}
	    div#testimonial-inner .t-4 {
        padding: 30px 30px !important;
    }
	div#testimonial .owl-dots {
    margin: 30px 0px 30px 30px !important;
}
	div#testimonial-inner .t-4 p {
        font-size: 17px !important;
        line-height: 28px !important;
    }
	div#testimonial .clm .vc_column-inner:before {
    margin-bottom: 130px;
}
	div#blog {
    padding: 30px 0px !important;
}
	div#blogs-inner span.meta-excerpt {
    font-size: 12px;
}
	div#blogs-inner h3.post-heading {
    padding-bottom: 15px !important;
    margin-bottom: 15px;
    font-size: 16px !important;
}
	div#blogs-inner .flickity-viewport {
    height: 450px !important;
}
	div#footer-logo-inner .iwithtext {
    min-height: 130px;
}
}
@media (max-width: 912px){
}
@media (max-width: 800px){}
@media (max-width: 768px){}
@media (max-width: 480px){
}
@media (max-width: 428px){}
@media (max-width: 414px){}
@media (max-width: 390px){}
@media (max-width: 375px){}
@media (max-width: 360px){}