/*
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
*/
:root{
    --c:var(--nectar-accent-color);
--c1: var(--nectar-extra-color-1);
	--c2: var(--nectar-extra-color-2);
	--c3: var(--nectar-extra-color-3);
--g: linear-gradient(180deg, var(--c) 0%, var(--c1)  100%);
	--g1: linear-gradient(180deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);
	
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

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

body::-webkit-scrollbar-thumb
{
	background: var(--c);
}
::selection {
  background:  var(--c);
	color:white;
}
/* Typography */

/* Typography */

body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background: var(--c) !important;
}
li#search-btn {
    display: none !important;
}

#top ul.buttons.sf-menu {
    margin: 0 !important;
}

#top .src form.search-form {
    position: relative;
}

#top .src button.search-widget-btn.normal.icon-salient-search {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: black;
    background: unset !important;
    font-size: 22px;
}

#top .src input.search-field {
    background: transparent;
    font-family: font2;
    padding-right: 41px;
}

#top .src input.search-field::placeholder {
    opacity: 0.5;
}

#top .src button.search-widget-btn.normal.icon-salient-search:hover {
    color: var(--c) !important;
}
html body h1,html body h2,html body h3,html body h4,html body h5,html body h6 {
    font-family: font1 !important;
}

html body p, html body a, html body .wpb_text_column li,html body .nectar-fancy-ul li {
    font-family: font2 !important;
}

#top .current-menu-item a {
    font-weight: 800;
}

div#header-secondary-outer i {
    top: 0;
}

div#header-secondary-outer a {
    font-size: 15px !important;
    text-transform: uppercase !important;
    color: #78848e !important;
}

div#header-secondary-outer .icon {
    margin-right: 16px;
}

#s1 h2.ns-heading-el {
    text-shadow: 2px 2px BLACK;
}

#s1 .content p {
    width: 50%;
}

#s1 .content {
    padding-inline: 70px;
}

#s1 a.primary-color {
    letter-spacing: 0;
    font-size: 16px;
    padding: 16px 30px;
    font-weight: 600;
    font-family: font1 !important;
}

#s1 div#nectar-slider-instance-1 {
    border-bottom: 7px solid var(--c1);
    margin-bottom: 0;
}

a#b2 {
    border: unset;
    padding: 0;
    letter-spacing: 8px;
    font-weight: 700;
    font-size: 16px;
}

#s1 a#b2 {
    position: absolute;
    bottom: 30px;
    z-index: 111;
    top: unset;
    color: white !important;
    left: 16.5%;
}

div#s2 {
    padding-block: 70px !important;
}

#s2 .t2 h2 {
    color: white;
    text-align: center;
    letter-spacing: 105px;
    left: 48px;
    position: relative;
    font-weight: 600;
    font-size: 32px;
}

#s2 .t2 {
    position: absolute;
    bottom: 16px;
    z-index: 11;
    width: 100%;
}

#s2 .hover-wrap {
    margin: 0;
}

#s2 .c2 {
    padding-left: 30px;
}

.b1 span.link_wrap {
    color: white;
    background: var(--c);
    text-transform: uppercase;
    font-family: 'font1';
    font-weight: 600;
    padding: 17px 19px;
    letter-spacing: 2px;
}

#s2 .b1 {
    margin-top: 40px;
}

.b1 span.link_wrap span {
    font-size: 15px;
}

.wpb_text_column p {
    opacity: 0.88;
}

div#s3 {
    padding-block: 60px 110px !important;
    text-align: center;
}

#s3 .t2 h4 {
    margin-inline: auto;
}

#s3 #in1 .vc_col-sm-4>div>.wpb_wrapper {
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    overflow: hidden;
}
#s3 #in1 .vc_col-sm-4>div>.wpb_wrapper p {
    font-size: 14px;
    line-height: 24px;
    color: white;
    opacity: 0;
    transition: 0.5s;
    padding-bottom: 8px;
}

#s3 #in1 .vc_col-sm-6>div>.wpb_wrapper {
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    overflow: hidden;
}
#s3 #in1 .vc_col-sm-6>div>.wpb_wrapper p {
    font-size: 14px;
    line-height: 24px;
    color: white;
    opacity: 0;
    transition: 0.5s;
    padding-bottom: 8px;
}
#s3 #in1 .vc_col-sm-6>div>.wpb_wrapper h2 {
    color: white;
}
#s3 #in1 .vc_col-sm-6>div>.wpb_wrapper h2 {
    color: white;
}
#s3 #in1 .vc_col-sm-6>div>.wpb_wrapper a {
    color: inherit;
    font-family: inherit !important;
}

#s3 #in1 .vc_col-sm-4>div>.wpb_wrapper h2 {
    color: white;
}

#s3 #in1 .vc_col-sm-4>div>.wpb_wrapper a {
    color: inherit;
    font-family: inherit !important;
}
#s3 #in1 .vc_col-sm-6>div>.wpb_wrapper a {
    color: inherit;
    font-family: inherit !important;
}
#s3 #in1 .vc_col-sm-4>div>.wpb_wrapper h6 {
    color: white;
    opacity: 0;
    transition: 0.5s;
    text-transform: uppercase;
    text-decoration: underline;
}
#s3 #in1 .vc_col-sm-6>div>.wpb_wrapper h6 {
    color: white;
    opacity: 0;
    transition: 0.5s;
    text-transform: uppercase;
    text-decoration: underline;
}

#s3 .t2 h4 img {
    width: var(--s);
    height: var(--s);
--s: 120px;
    object-fit: contain;
    margin-inline: auto;
    margin-bottom: 20px !important;
    object-position: center;
    transition: 0.5s;
}

#s3 .t2 {
    transform: translateY(70px);
    transition: 0.5s;
}

#s3 .vc_col-sm-4:hover  .t2 {
    transform: translateY(-20px);
}

#s3 .vc_col-sm-4:hover .t2 h4 img {
    scale: 0.7;
    transform-origin: bottom;
}

#s3 #in1 .vc_col-sm-4:hover>div>.wpb_wrapper p {
    opacity: 1;
}

#s3 #in1 .vc_col-sm-4:hover>div>.wpb_wrapper h6 {
    opacity: 1;
}

#s3 .vc_col-sm-4 {
    padding: 5px;
}


#s3 .vc_col-sm-6:hover  .t2 {
    transform: translateY(-20px);
}

#s3 .vc_col-sm-6:hover .t2 h4 img {
    scale: 0.7;
    transform-origin: bottom;
}

#s3 #in1 .vc_col-sm-6:hover>div>.wpb_wrapper p {
    opacity: 1;
}

#s3 #in1 .vc_col-sm-6:hover>div>.wpb_wrapper h6 {
    opacity: 1;
}

#s3 .vc_col-sm-6 {
    padding: 5px;
}





#s3 .b1 {
    margin-top: 60px;
    z-index: 111;
    position: relative;
}
div#s4 {
    text-align: center;
    padding-block: 70px !important;
}
#s4 .t2 h4 {
    display: table;
    margin-inline: auto;
}

#s4 .owl-carousel {
    width: 900px;
    margin-inline: auto;
}

#s4 .owl-dots span {
    transform: unset;
    position: absolute;
--s: 60px;
    width: var(--s);
    height: var(--s);
--x1: 9%;
--y1: -21%;
--x2: -21%;
--y2: -15%;
--x3: -40%;
--y3: 30%;
--x4: 7%;
--y4: 7%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    --img1: url(https://devu01.testdevlink.net/Coltons_Crossing/wp-content/uploads/2024/02/Shape-15-copy-9.png);
    --img2: url(https://devu01.testdevlink.net/Coltons_Crossing/wp-content/uploads/2024/02/Shape-15-copy-12.png);
    --img3: url(https://devu01.testdevlink.net/Coltons_Crossing/wp-content/uploads/2024/02/Shape-15-copy-10.png);
    --img4: url(https://devu01.testdevlink.net/Coltons_Crossing/wp-content/uploads/2024/02/Shape-15-cop2y-12.png);
    --img5: url(https://devu01.testdevlink.net/Coltons_Crossing/wp-content/uploads/2024/02/Shape-15-copy-4.png);
    --img6: url(https://devu01.testdevlink.net/Coltons_Crossing/wp-content/uploads/2024/02/Shape-15-copy-5.png);
    --img7: url(https://devu01.testdevlink.net/Coltons_Crossing/wp-content/uploads/2024/02/Shape-15-copy-11.png);
    --img8: url(https://devu01.testdevlink.net/Coltons_Crossing/wp-content/uploads/2024/02/Shape-165-copy-12.png);
}

#s4 .owl-dots button:nth-child(1) span,#s4 .owl-dots button:nth-child(2) span {
    top: var(--y1);
}

#s4 .owl-dots button:nth-child(1) span {
    left: var(--x1);
    background-image:var(--img1);
}

#s4 .owl-dots button:nth-child(2) span {
    right: var(--x1);
        background-image:var(--img2);

}
#s4 .owl-dots button:nth-child(3) span,#s4 .owl-dots button:nth-child(4) span {
    top: var(--y2);
}

#s4 .owl-dots button:nth-child(3) span {
    left: var(--x2);
        background-image:var(--img3);

}

#s4 .owl-dots button:nth-child(4) span {
    right: var(--x2);
        background-image:var(--img4);

}
#s4 .owl-dots button:nth-child(5) span,#s4 .owl-dots button:nth-child(6) span {
    bottom: var(--y3);
--s: 90px;
    border-radius: var(--s);
}

#s4 .owl-dots button:nth-child(5) span {
    left: var(--x3);
        background-image:var(--img5);

}

#s4 .owl-dots button:nth-child(6) span {
    right: var(--x3);
        background-image:var(--img6);

}
#s4 .owl-dots button:nth-child(7) span,#s4 .owl-dots button:nth-child(8) span {
    bottom: var(--y4);
}

#s4 .owl-dots button:nth-child(7) span {
    left: var(--x4);
        background-image:var(--img7);

}

#s4 .owl-dots button:nth-child(8) span {
    right: var(--x4);
        background-image:var(--img8);

}
#s4 .owl-dots .active span {
    animation: flip 2s infinite linear;
}
@keyframes flip{
    0%,100%{
        transform:scalex(1);
    }
    50%{
        transform:scalex(-1);
    }
}

div#s5 {
    padding-block: 70px 90px !important;
    text-align: center;
}

#s3 .t1,#s5 .t1 {
    width: 55%;
    margin-inline: auto;
}

#s5 .owl-carousel {
    width: 70%;
    margin-inline: auto;
}

#s5 .owl-stage-outer {
    overflow: visible;
}

#s5 .owl-item.active .carousel-item {
    scale: 1.1;
    z-index: 11;
    position: relative;
    border: 2px solid var(--c1);
}


#s5 .hover-wrap {
    margin-bottom: 0;
}

#s5 .owl-item .carousel-item {
    transition: 0.5s;
}

#s5 .owl-dots {
    display: none;
}

#s5 .owl-nav {
    display: block;
}

#s5 .owl-nav button {
    position: absolute;
    top: 46%;
    border-radius: 0 !important;
    background: var(--c);
    border: transparent;
    color: white;
    font-size: 25px;
    padding: 8px 23px;
--p: -100px;
}

#s5 .owl-nav button span {
    position: relative;
    bottom: 3px;
}

#s5 .owl-nav button.owl-prev {
    left: var(--p);
}

#s5 .owl-nav button.owl-next {
    right: var(--p);
}
.owl-nav button.owl-next{
     animation: bounce-left 2s infinite linear;
}
@keyframes bounce-left{
    0%,30%,50%,70%,100%{
        transform:translateX(0);
    }
    40%,60%{
        transform:translateX(5px) 
    }
}
.owl-nav button.owl-prev{
     animation: bounce-right 2s infinite linear;
}
@keyframes bounce-right{
    0%,30%,50%,70%,100%{
        transform:translateX(0) ;
    }
    40%,60%{
        transform:translateX(-5px)  ;
    }
}

#s5 .owl-nav button::before {
    font-family: 'FontAwesome';
}

#s5 .owl-nav button.owl-prev::before {
    content: '\f177';
}

#s5 .owl-nav button.owl-next::before {
    content: '\f178';
}

#s5 .owl-nav button span {
    display: none;
}

div#s6 {text-align: center;padding-block: 100px 410px !important;}
#s6 .b1 {
    margin-top: 50px;
}

#s6 .b1 span.link_wrap {
    padding-inline: 35px;
}

div#nav_menu-4  ul.sub-menu {
    display: none;
}

#footer-outer .src {
    display: none !important;
}
div#nav_menu-3 li {
    display: inline-block;
    margin: 0 3px !important;
}

div#nav_menu-3 i {
    top: 0;
--s: 40px;
    width: var(--s);
    height: var(--s);
    line-height: var(--s);
    border-radius: var(--s);
    background: var(--c);
    color: white;
    transition: 0.5s;
}

div#nav_menu-3 a {
    opacity: 1 !important;
}

div#nav_menu-3 a:hover i {
    background: #000;
    color: white;
}

div#media_image-3 {
    margin-bottom: 10px !important;
    width: 480px;
    margin-inline: auto;
}

div#nav_menu-4 a {
    text-transform: uppercase;
}

div#nav_menu-4 li {
    margin-inline: 30px !important;
}

div#nav_menu-4 ul {
    background: linear-gradient(90deg, transparent, #d8dcf6, transparent);
    padding-block: 18px;
}

#footer-widgets .d-flex {
    display: flex;
    justify-content: space-between;
}

#footer-widgets .d-flex>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding-block: 20px;
}

#footer-widgets .d-flex h4 {
    margin-bottom: 0;
}

#footer-widgets .d-flex p {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 0 !important;
    color: #444444;
}
#footer-widgets .d-flex h4 {
    text-transform: unset !important;
    font-size: 23px;
    line-height: 33px;
    opacity: 0.7;
}

#footer-widgets .d-flex .d-left {
    border-right: 1px solid lightgray;
    padding-right: 40px;
}

#footer-widgets .d-flex .d-right {
    padding-left: 40px;
}
div#copyright {
    padding: 20px 0px !important;
}
#s5 .owl-item.active .carousel-item {
    filter: unset;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	#s1 a#b2 {
    left: 9.5%;
}

#s4 .owl-dots span {--x1: 9%;
    --y1: -21%;
    --x2: -21%;
    --y2: -15%;
    --x3: -36%;
    --y3: 30%;
    --x4: 7%;
    --y4: 7%;
}

div#s6 {
    padding-block: 80px 340px !important;
}

#footer-outer #copyright p {
    font-size: 16px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	div#s6 {
    padding-block: 70px 300px !important;
}

#s4 .owl-dots span {--x1: 9%;
    --y1: -21%;
    --x2: -15%;
    --y2: -15%;
    --x3: -27%;
    --y3: 30%;
    --x4: 7%;
    --y4: 7%;
}

#s1 a#b2 {
    left: 70px;
    bottom: 15px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	#s2 .t2 h2 {
    font-size: 22px;
}

#s2 .c2 {
    padding-left: 20px;
}

#s4 .owl-dots span {--x1: 9%;
    --y1: -21%;
    --x2: -15%;
    --y2: -15%;
    --x3: -25%;
    --y3: 30%;
    --x4: 7%;
    --y4: 7%;
}

div#s5 {
    padding-block: 70px 70px !important;
}

#s6 .b1 {
    margin-top: 40px;
}

div#s6 {
    padding-block: 50px 290px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	#footer-widgets .d-flex h4 {
    font-size: 21px;
    line-height: 31px;
}

html body p, #footer-outer p, #footer-outer a,html body .wpb_text_column li,html body .nectar-fancy-ul li {
    font-size: 14px;
    line-height: 24px;
}

#footer-widgets .d-flex h4 a {
    font-size: inherit !important;
    line-height: inherit !important;
}

#s4 .owl-dots span {--x1: 9%;
    --y1: -21%;
    --x2: -10%;
    --y2: -15%;
    --x3: -20%;
    --y3: 17%;
    --x4: 7%;
    --y4: 7%;
}

#s3 .t2 h4 img {--s: 120px;}

#s3 #in1 .vc_col-sm-4>div>.wpb_wrapper {
    height: 310px;
}

#s2 .t2 h2 {
    letter-spacing: 97px;
    left: 44px;
}

a#b2 {
    font-size: 13px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	#s3 #in1 .vc_col-sm-4>div>.wpb_wrapper p {
    font-size: 12px;
    line-height: 22px;
}


	li#search-btn {
    display: inline-flex !important;
}
	#top ul.buttons.sf-menu {
    margin-right: 25px !important;
}

div#slide-out-widget-area .src {
    display: none;
}

#s1 .content p {
    font-size: 12px;
    line-height: 22px;
}

html body p, #footer-outer p, #footer-outer a, html body .wpb_text_column li, html body .nectar-fancy-ul li {
    font-size: 12px;
    line-height: 22px;
}

#s2 .t2 h2 {
    letter-spacing: 71px;
    left: 34px;
}

#s2 .t2 {
    bottom: 42px;
}

#s3 #in1 .vc_col-sm-4>div>.wpb_wrapper {
    height: 250px;
    padding: 0 10px;
}

#s3 .t2 h4 img {--s: 90px;}

#s3 .t2 {
    transform: translateY(60px);
}

#s3 .vc_col-sm-4:hover .t2 {
    transform: translateY(-10px);
}

div#s3 {
    padding-block: 60px 80px !important;
}

div#s4 {
    padding-block: 50px !important;
}

#s4 .owl-carousel {
    width: 80%;
}

div#s5 {
    padding-block: 60px 50px !important;
}

div#s6 {
    padding-block: 50px 200px !important;
}

#footer-widgets .d-flex h4 {
    font-size: 16px;
    line-height: 26px;
}


#footer-outer #copyright p {
    font-size: 12px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	#s5 .owl-dots {
    display: block;
}
	div#media_image-3 {
    width: 380px;
}
#s2 .c2 {
    padding-inline: 5px;
}
	#s1 h2.ns-heading-el {
    font-size: 32px !important;
    line-height: 50px !important;
}

#s1 .content {
    padding-inline: 0;
}

#s1 a#b2 {
    display: none;
}

#s2 .c1 {
    width: 63%;
    margin-inline: auto;
}

#s2 .t2 {
    bottom: 13px;
}

#s2 .t2 h2 {
    letter-spacing: 72px;
}

div#s2 {
    padding-block: 50px 70px !important;
    text-align: center;
}

div#s2 .b1 {
    text-align: center;
}

#s3 .t1, #s5 .t1 {
    width: 100%;
}

div#s3 {
    padding-block: 40px 80px !important;
}

#s3 .vc_col-sm-4 {
    width: 50%;
    margin-bottom: 0;
}

#s3 #in1 .vc_col-sm-4>div>.wpb_wrapper p {
    font-size: 12px;
}

#s3 .t2 {
    transform: translateY(60px);
}

#s4 .owl-dots span {
    position: unset;
--s: 60px !important;
}

#s4 .owl-carousel {
    width: 100%;
}

#s4 .t1 {
    margin-bottom: 0;
}

#s5 .owl-nav {
    display: none;
}

div#s5 {
    padding-block: 50px 40px !important;
}

#s5 .t1 {
    margin-bottom: 10px;
}

div#s6 {
    padding-block: 60px 151px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	#s1 .content p {
    width: 100%;
}

#s1 .content {
    background: #00000080;
    padding: 30px;
    border: 2px solid white;
}

#s1 h2.ns-heading-el {
    font-size: 19px !important;
    line-height: 32px !important;
}

div#slide-out-widget-area .icon {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px !important;
}

div#slide-out-widget-area .icon i {
    top: 0;
}

#s2 .c1 {
    width: 100%;
}

#s2 .t2 h2 {
    letter-spacing: 68px;
}


#s3 .vc_col-sm-4 {
    width: 100%;
}

div#s4 {
    padding-block: 40px !important;
}

#footer-widgets .d-flex .d-left {border-right: unset;border-bottom: unset;}

#footer-widgets .d-flex {
    flex-direction: column;
}

#footer-widgets .d-flex>div {
    padding-inline: 0 !important;
}

#copyright .col.span_7.col_last {
    margin: 0;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
	div#media_image-3 {
    width: 250px;
}
	html body h1 {
    font-size: 16.75px;
    line-height: 24.25px;
}

div#s5 {
    padding-block: 40px 30px !important;
}

#s2 .c1 {width: 320px;}

#s2 .t2 h2 {
    letter-spacing: 47px;
    left: 21px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}