/*
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(90deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);
    --padding:90px;
    --shadow: 0px 0px 35px #703ffe69;
}
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(--g1) !important; !important;
}


div#absolute {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -11;
    pointer-events: none;
}
div#s1 {
    padding-block: 250px 260px !important;
    text-align: center;
}

#s1 .t1 h1 em {
    font-style: normal;
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 2000s infinite linear;
    color: transparent;
    -webkit-background-clip: text;
}

#s1 .t1 p {
    max-width: 850px;
    margin-inline: auto;
}

#s1 .n1 form.tnp-form {display: flex;max-width: 670px;margin-inline: auto;gap: 20px;}

#s1 .n1 form.tnp-form input.tnp-submit {
    width: 210px;
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 2000s infinite linear;
    font-family: poppins;
    font-weight: 500;
}

#s1 .n1 form.tnp-form input.tnp-email {
    background: #1B1E2D;
    color: white;
    border-color: #272A38;
    padding: 17px 25px;
    font-size: 16px;
}

#top .hb1 a {
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 2000s infinite linear;
    padding: 13px 30px !important;
    border-radius: 5px;
}
div#s1::after {
    content: '';
    background: linear-gradient(90deg, transparent,  white, transparent);
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
}

div#s2 {
    padding-block: var(--padding) !important;
    text-align: center;
}

#s2 .t1 {
    margin-bottom: 50px;
}

#s2 .nectar-video-box {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #272A38;
    filter: drop-shadow(var(--shadow));
}

#s2 .t2 h5 {
    margin-inline: auto;
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 2000s infinite linear;
    aspect-ratio: 1/1;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.5s;
}
#s2 .vc_col-sm-6:hover .t2 h5 {
    scale: -1 1;
}

#s2 .t2 h5 img {
    margin: 0;
}

#s2 .t2 {
    max-width: 450px;
    margin-inline: auto;
}

#s2 #in1 .vc_col-sm-6 {
    margin-top: 60px;
}


div#s4 {
    padding-block: var(--padding) !important;
}

div#s3 .t1 {
    text-align: center;
}

div#s3 .t1 p {
    max-width: 800px;
    margin-inline: auto;
}

div#s3 .c1 {
    margin-bottom: 50px;
}
#s3 .c3 .img-with-aniamtion-wrap img {
    aspect-ratio: 1.2/1;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #272A38;
   
	 transition: 0.5s;
	transform:translateX(100%);
}

#s3 .c3 .img-with-aniamtion-wrap:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    right: 0;
}

#s3 .c3 .img-with-aniamtion-wrap {
   overflow:hidden;
	filter: drop-shadow(var(--shadow));
}

#s3 .c3 .img-with-aniamtion-wrap.active img {
	transform:translateX(0%);
}

#s3 .t2 {
    opacity: 0.5 !important;
    transition: 0.5s;
    position: relative;
    padding-bottom: 22px;
}

#s3 .t2.active {
    opacity: 1 !important;
}

#s3 .t2:not(:last-child)::before {
    content: '';
    background: linear-gradient(90deg, transparent, white, transparent);
    position: absolute;
    max-width: 360px;
    height: 1px;
    bottom: 0;
    width: 100%;
    left: 20px;
}

#s3 .c3 .vc_column-inner {
    margin-left: 40px;
}

#s3 .c3 .vc_column-inner .wpb_wrapper {
    position: relative;
}
div#s4 .t1 {text-align: center;margin-bottom: 90px;}

div#s4 .t1 p {
    max-width: 800px;
    margin-inline: auto;
}

div#s4 {
    padding-bottom: var(--padding) !important;
}
#s4 .t2 h6 {
    color: transparent;
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 2000s infinite linear;
    display: table;
    -webkit-background-clip: text;
    border: 1px solid #272A38;
    border-radius: 50px;
    padding: 5px 20px;
    position: absolute;
    top: -18px;
    left: 60px;
}
#s4 .t2 {
    border: 1px solid #272A38;
    border-bottom: unset;
    background: linear-gradient(180deg, #FFFFFF05, #ffffff20);
    padding: 30px 30px;
    position: relative;
}
div#s4 .i1 {
    scale: 1.5;
    z-index: 11;
    filter: drop-shadow(var(--shadow));
    animation: floatY 5s infinite ease-in-out;
}

#s4 .t2:not(:last-child) {
    margin-bottom: 40px;
}

#s4 .t2 h3 {
    position: relative;
}

#s4 .t2 h3::after {
    content: '';
    width: 80px;
    height: 6px;
    border-radius: 50px;
    display: table;
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 2000s infinite linear;
    margin-block: 10px 20px;
}
@keyframes floatY{
    0%,100%{
        transform:translateY(-15px);
    }
    50%{
        transform:translateY(15px);
    }
}
div#s5 .t1 {
    text-align: center;
}

div#s5 .t1 p {
    max-width: 800px;
    margin-inline: auto;
}

#s5 .t2 h5 {
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 2000s infinite linear;
    aspect-ratio: 1/1;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.5s;
}
#s5  .t2:hover h5 {
    scale: -1 1;
}

#s5 .t2 h5  img {
    margin-bottom: 0;
}

#s5 .i1 {
    animation: grow 5s infinite linear;
    filter: drop-shadow(var(--shadow));
}
@keyframes grow{
    0%,100%{
        transform:scale(1.2);
    }
    50%{
        transform:scale(1);
    }
}

div#s6 {
    padding-block: var(--padding) !important;
}
div#s6::before,div#s6::after {
        content: '';
    background: linear-gradient(90deg, transparent, white, transparent);
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;

}
div#s6::before{
    bottom: unset;
    top:0;
}

div#s4::before,div#s4::after {
        content: '';
    background: linear-gradient(90deg, transparent, white, transparent);
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;

}
div#s4::before{
    bottom: unset;
    top:0;
}

div#s3 {
    padding-block: var(--padding) !important;
}

div#s5 {
    padding-block: var(--padding) !important;
}

#s6 h3.toggle-title {
    display: block;
    color: white;
}

#s6 h3.toggle-title a {
    color: inherit;
}

#s6 h3.toggle-title::after {
    display:none;
}

#s6 .inner-toggle-wrap {
    padding-left: 0;
}

#s6 .toggle {
    position: relative;
}

#s6 .toggle::after {
        content: '';
        background: linear-gradient(90deg, transparent, white, transparent);
        width: 100%;
        height: 1px;
        margin-inline: auto;
        display: block;
        margin-top: 19px;
}

#s6 .c2 .vc_column-inner {
    padding-left: 60px;
}

#s6 h3.toggle-title::before {
    content: "\f107";
    font-family: fontawesome;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    aspect-ratio: 1/1;
    width: 20px;
    height: auto;
    left: unset;
    font-size: 20px;
    transition: 0.5s;
}

#s6 .open h3.toggle-title::before {
    scale: 1 -1;
}
div#s7 {
    padding-block: var(--padding) !important;
}

div#s7 #in1 .img-with-aniamtion-wrap {
    transition: 0.5s;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}
div#s7 .i1{
	    width: 100%;
}
#s7 div#in1:not(:first-child) {
    margin-top: 70px;
}

div#s7 #in1:hover .img-with-aniamtion-wrap {
    scale: 0.9;
}

div#s7::after {
    content: '';
    background: linear-gradient(90deg, transparent, white, transparent);
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
}

div#s8 {
    padding-top: var(--padding) !important;
    margin-bottom: -150px;
}
#s8 .img-with-aniamtion-wrap {
    mask-image: linear-gradient(180deg, black 40% , transparent 95%);
    animation: floatY 5s infinite ease-in-out;
}

#s8 .i1 {
    width: 100%;
    padding-right: 100px;
}

a#b1 {
    font-size: 16px;
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 2000s infinite linear;
    padding: 15px 40px;
}

#s8 .c1 {
    filter: drop-shadow(var(--shadow));
}
div#footer {
    padding-block: var(--padding) 20px !important;
}

div#footer .t2 {
    text-align: center;
    padding-top: 20px;
    position: relative;
    margin-top: 60px;
}

div#footer .t2::before {
    content: '';
    background: linear-gradient(90deg, transparent, white, transparent);
    width: 100%;
    position: absolute;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
}

#footer h2.widgettitle {
    font-size: 20px;
    line-height: 30px;
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 2000s infinite linear;
    display: table;
    color: transparent;
    -webkit-background-clip: text;
}

#footer .m1 li {
    list-style: none;
    margin-top: 10px;
}

#footer .m1 ul {
    margin: 0;
    display: flex;
    flex-direction: column;
}

#footer .t1 em {
    font-style: normal;
    opacity: 0.2;
}
#s2 a.play_button_mouse_follow.large.nectar_video_lightbox.visible {
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 2000s infinite linear;
}
.mob {
    display: none;
}

@keyframes scroll {
  to {
    background-position: 100000px 0px;
  }
}
div#popup {
    padding-inline: 40px;
}

div#popup .wpcf7 textarea,div#popup .wpcf7 input {
    border: 1px solid #3d1296;
}

div#popup .wpcf7 textarea {
    height: 160px;
}

div#popup .wpcf7 input.wpcf7-form-control.wpcf7-submit {
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 1000s infinite linear;
    font-family: 'Poppins';
    font-weight: 400;
    padding: 13px 40px;
}





div#sgpb-popup-dialog-main-div {
        filter: drop-shadow(var(--shadow));
        border: unset !important;
        border-radius: 20px !important;
        overflow: hidden;
}

.sgpb-main-html-content-wrapper>p {
    display: none;
}
#s3 .tabs .scrolling-tab-nav {
    width: 50%;
}

#s3 .tabs .scrolling-tab-nav li.menu-item {
    padding-left: 0;
}

#s3 .tabs .scrolling-tab-nav .n-sticky.theiaStickySidebar::before {
    display: none;
}

#s3 .tabs .scrolling-tab-nav .n-sticky.theiaStickySidebar .line {
    display: none;
}

#s3 .tabs .scrolling-tab-nav .n-sticky p.tab-nav-heading {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    padding-bottom: 0;
}

#s3 .tabs .scrolling-tab-nav li:not(:last-child) .menu-content::before {
    content: '';
    background: linear-gradient(90deg, transparent, white, transparent);
    position: absolute;
    max-width: 360px;
    height: 1px;
    bottom: 0;
    width: 100%;
    left: 20px;
}

#s3 .tabs .scrolling-tab-nav .menu-content {
    position: relative;
    padding-bottom: 20px;
}

#s3 .tabs .i1 {
    aspect-ratio: 1.2 / 1;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #272A38;
    transition: 0.5s;
    filter: drop-shadow(var(--shadow));
}

#s3 .tabs .scrolling-tab-content {
    padding-left: 50px;
}
div#s7 #in1 .t2 {
    position: absolute;
    z-index: 1111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    margin-bottom: 0;
}

div#s7 #in1 .img-with-aniamtion-wrap .inner::before,div#s7 #in1 .img-with-aniamtion-wrap .inner::after {
    content: '';
    background: var(--c);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
    opacity: 0.5;
    transition: 0.5s;
}

div#s7 #in1 .img-with-aniamtion-wrap .inner::before {
    clip-path: polygon(100% 0, 0 0, 0 100%);
    top: 0;
    left: 0;
}

div#s7 #in1 .img-with-aniamtion-wrap .inner::after {
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: 0;
    right: 0;
}

div#s7 #in1:hover .img-with-aniamtion-wrap .inner::before, div#s7 #in1:hover .img-with-aniamtion-wrap .inner::after {
    width: 0;
    height: 0;
}

div#s7 #in1 .t2::before,div#s7 #in1 .t2::after {
    content: '';
    width: 0;
    height: 60px;
    position: absolute;
    background: var(--c);
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    transition: 0.5s;
}

div#s7 #in1 .t2::before {
    left: 30px;
}

div#s7 #in1 .t2::after {right: 30px;}

div#s7 #in1:hover .t2::before, div#s7 #in1:hover .t2::after {
    width: 60%;
}
#s3 .nectar-scrolling-tabs.initalized li.menu-item {
    transition: 0.5s;
    top: 120px;
    position: relative;
}

#s3 .nectar-scrolling-tabs.initalized:has(li.active:last-child) li.menu-item,
#s3 .nectar-scrolling-tabs.initalized:has(li.active:first-child) li.menu-item{
    top: 0;
}

div#s3 .img-with-aniamtion-wrap .inner::before,div#s3 .img-with-aniamtion-wrap .inner::after {
    content: '';
    background: var(--c);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
    opacity: 0.5;
    transition: 0.5s;
}

div#s3 .img-with-aniamtion-wrap .inner::before {
    clip-path: polygon(100% 0, 0 0, 0 100%);
    top: 0;
    left: 0;
}

div#s3 .img-with-aniamtion-wrap .inner::after {
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: 0;
    right: 0;
}

div#s3  .img-with-aniamtion-wrap:hover .inner::before, div#s3  .img-with-aniamtion-wrap:hover .inner::after {
    width: 0;
    height: 0;
}


#s3 .img-with-aniamtion-wrap {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

#s3 .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
}
body:not(.home) #top ul.sf-menu.sf-js-enabled.sf-arrows {
    display: none !important;
}

div#pkgs {
    padding-block: 90px !important;
}

div#pkgs .t1 {
    text-align: center;
}

#pkgs .t2 h3 {
    background: var(--g);
    display: table;
    padding: 10px 30px;
    width: 80%;
    text-align: center;
    border-radius: 50px;
    position: relative;
    bottom: 26px;
    margin-inline: auto;
}

#pkgs .t2 {
    border-radius: 20px;
    padding-inline: 20px;
    padding-bottom: 20px;
    background: linear-gradient(135deg, #ffffff30 0%, transparent 50%);
    background: #ffffff10;
    margin-top: 40px;
    height: 100%;
    transition: 0.5s;
}

#pkgs .t2 .wpb_wrapper>ul:nth-of-type(1)>li {
    list-style: none;
    border-bottom: 1px solid;
    padding-block: 10px;
    font-size: 20px;
    line-height: 30px;
}

#pkgs .t2 .wpb_wrapper>ul:nth-of-type(1) {
    margin-left: 0;
}

div#pkgs::after {
    content: '';
    background: linear-gradient(90deg, transparent, white, transparent);
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
}

#pkgs .t2 .wpb_wrapper>ul>li li {
    font-size: 16px;
    line-height: 26px;
}

#pkgs .c1 .vc_column-inner {
    height: 100%;
}

#pkgs .c1 .vc_column-inner .wpb_wrapper {
    height: 100%;
}

#pkgs .t2:hover {
    background: var(--c);
}

.page-id-85 div#s2::after {
    content: '';
    background: linear-gradient(90deg, transparent, white, transparent);
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
}

div#footer.lp {text-align: center;}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	div#s1 {
    padding-block: 190px 140px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	div#s1 {
    padding-block: 150px 110px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	#s4 .t2 {
    padding: 25px;
}

html body p, #footer-outer p, #footer-outer a,html body .wpb_text_column li,html body .nectar-split-heading li,html body .nectar-fancy-ul li {
    font-size: 14px;
    line-height: 24px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	div#s1 {
    padding-block: 130px 80px !important;
}

#s3 .c3 .vc_column-inner {
    margin: 0;
}

#s4 .vc_col-sm-5 {
    margin-bottom: 0;
    width: 50%;
}


#s4 .t2 {
    height: 220px;
}

html body h2 {font-size: 30px;line-height: 40px;}

#s6 .c2 .vc_column-inner {
    padding: 0;
}

#s8 .i1 {
    padding-right: 30px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	:root{
        --padding: 40px;
}

#s2 .t1 {
    margin-bottom: 20px;
}



#s2 #in1 .vc_col-sm-6 {
    width: 50%;
    margin-top: 20px;
}

#s3 .t2 {
    text-align: center;
}

#s3 .t2:not(:last-child)::before {
    left: 0;
    right: 0;
    margin-inline: auto;
}

#s4 .t2 {
    height: 240px;
}



div#s5 #in1 .vc_col-sm-4 {
    text-align: center;
    width: 50%;
}

div#s5 #in1 .vc_col-sm-4:nth-child(2) {
    order: 3;
    width: 100%;
}

#s5 .t2 h5 {
    margin-inline: auto;
}

#s7 div#in1:not(:first-child) {
    margin-top: 40px;
}

#footer .t1 {
    text-align: center;
}

#footer a#b1 {
    display: table;
    margin-inline: auto;
}
	#s3 .scrolling-tab-mobile-title .menu-content p {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    padding-bottom: 0;
}

#s3 .tabs .scrolling-tab-content {
    padding-left: 0;
}

div#s3 {
    text-align: center;
}

#s3 .tabs .scrolling-tab-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
    justify-content: center;
}

#s3 .tabs .scrolling-tab-content .wpb_tab {
    width: 48%;
    padding-top: 0;
}

div#s7 {
    text-align: center;
}

#s7 .c2 >div > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
}

#s7 div#in1 {
    width: 48%;
    margin-top: 0 !important;
    margin-bottom: 0;
}

div#s8 {
    text-align: center;
    padding-bottom: 0 !important;
    margin-bottom: -110px;
}
	div#s2::after {
    content: '';
    background: linear-gradient(90deg, transparent, white, transparent);
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
}

div#s7 #in1 .t2::before {
    left: -10px;
}

div#s7 #in1 .t2::after {
    right: -10px;
}

div#s7 #in1 .t2 {
    width: 80%;
}
div#s7 #in1:hover .t2::before, div#s7 #in1:hover .t2::after {
    width: 80%;
}

#s4 #in1 .vc_col-sm-2 {
    width: 100%;
    order: 3;
    margin-top: 40px;
}

div#s4 .i1 {
    animation: unset;
    scale: unset;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	.page-id-85 div#s1 .t1 h1 {
    font-size: 25px;
    line-height: 35px;
}

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



#pkgs .c1 {
    margin-bottom: 50px;
}
	.mob {
    display: block;
}
	.main {
    display: none;
}
	html body h1 {
    font-size: 50px;
    line-height: 54px;
}

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

#s1 .n1 form.tnp-form {
    gap: 10px;
}

html body h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

#s2 #in1 .vc_col-sm-6 {
    width: 100%;
}

#s4 .vc_col-sm-5 {
    width: 100%;
}

#s4 .t2 {
    height: auto;
    margin-bottom: 50px;
}

#s4 .ic3 .t2:last-child {
    margin-bottom: 0;
}

div#s5 #in1 .vc_col-sm-4 {
    width: 100%;
}

#s5 .i1 {
    animation: unset;
}

#footer .m1 {
    text-align: center;
}

#footer h2.widgettitle {
    margin-inline: auto;
    font-size: 20px !important;
    line-height: 30px !important;
}

div#footer .t2 {
    margin-top: 20px;
}
	#s3 .tabs .scrolling-tab-content .wpb_tab {
    width: 100%;
}

#s7 div#in1 {
    width: 100%;
}

#scr h2 {
    font-size: 100px !important;
    line-height: 110px !important;
}
	div#footer .vc_col-sm-3 {
    width: 50%;
}


}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}