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

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

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

body::-webkit-scrollbar-thumb
{
	background-color: #333333;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
/* header css  */
#top {
    background: #000;
}

nav ul li a {
    color: #F5F5F5 !important;
    opacity: unset !important;
}

li#search-btn {
    background: #fff;
    width: 90px;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    position: relative !important;
    left: 20px;
}

li#search-btn a span {
    font-size: 30px !important;
     color: #000 !important;
}

li#search-btn a {
      color: #000 !important;
}
.custom-mobile-header-buttons a.mobile-btn {
    background: #fff;
    color: #000 !important;
    font-size: 10px !important;
    line-height: 18px !important;
    padding: 5px;
    border-radius: 2px;
}

.custom-mobile-header-buttons a.mobile-btn.services-btn {
    border: 1px solid #fff;
    background: #000 !important;
     color: #ffffff !important;
}
li#search-btn a:hover:before {
    color: #000 !important;
}

/* banner css  */
#white-btn {
    background: #fff !important;
    color: #000;
    padding: 12px 40px;
    font-size: 17px;
    line-height: 26px;
    opacity: unset !important;
    margin-right: 20px;
    transition: all 0.5s !important;
}

#white-btn:hover {
    transform: translateY(10px);
    opacity: unset !important;
    box-shadow: -10px 10px 0px 0px #ffffff !important;
    background: #000 !important;
    color: #fff;
    transition: all 0.5s !important;
}
#white-btn:focus {
 box-shadow: unset !important;
}

#blur-btn {
    background: #ffffff4f !important;
    color: #fff;
    padding: 12px 40px;
    font-size: 17px;
    line-height: 26px;
    opacity: unset !important;
    margin-right: 20px;
    transition: all 0.5s !important;
    backdrop-filter:blur(10px);
    border:1px solid #fff;
}

#blur-btn:hover{
   transform: translateY(10px);
    opacity: unset !important;
    box-shadow: -10px 10px 0px 0px #ffffff !important;
    background: #000 !important;
    color: #fff;
    transition: all 0.5s !important;
     border:1px solid #000;
}
#blur-btn:focus{
    box-shadow: unset !important;
}
#about-us h4 {
    background: #ffffff40;
    width: 320px;
    text-align: center;
    padding: 12px;
    border: 1px solid #fff;
}
/* slider text */
 .slider-container {
      width: 100%;
      overflow: hidden;
      background: #ffffff;
      white-space: nowrap;
      position: relative;
     
    }

    .slider-content {
      display: inline-block;
      white-space: nowrap;
      animation: slide 20s linear infinite;
    }

.slide-item {
   display: inline-flex;
   align-items: center;
   gap: 12px;
   padding: 0 40px;
   font-size: 3rem;
   font-weight: 700;
   color: #000;
   text-transform: uppercase;
}

div#scrolling-text {
    background: #fff;
}

.slide-item img {
    filter: invert(1);
	max-width: 30px !important;
}

   
    @keyframes slide {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }

.programs h4 {
    font-size: 34px !important;
    line-height: 42px !important;
}
#about-us.mission h4 {
    width: unset;
    text-align: left;
}
div#prgram-inr .vc_column-inner {
    transition: all 0.5s;
    transform: scale(1);
}

div#prgram-inr .vc_column-inner:hover {
    transform: scale(1.05);
}
/* footer css  */
#contact-detail .form input, .form textarea,  .form select {
    background: #ffffff33;
    border: 1px solid #E6E8EB;
    padding: 17px;
	color: #fff;
    font-size: 21px;
    line-height: 29px !important;
}

#contact-detail .form select option {
    color: #000 !important;
}

#contact-detail .form ::placeholder {
    color: #fff;
    font-size: 21px;
    line-height: 29px !important;
}
#contact-detail .form textarea {
    height: 140px;
}
.contact-info li {
    list-style: none;
    padding: 14px 0;
    position: relative !important;
}
#contact-detail .phone:before {
    position: absolute;
    content: '\f2a0';
    left: -60px;
    right: 0;
    top: 16px;
    bottom: 0;
    font-family: 'FontAwesome';
    background: #333333;
    width: 50px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 50px;
}

#contact-detail .email:before {
    position: absolute;
    content: '\f0e0';
    left: -60px;
    right: 0;
    top: 16px;
    bottom: 0;
    font-family: 'FontAwesome';
    background: #333333;
    width: 50px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 50px;
}
#contact-detail .address:before {
    position: absolute;
    content: '\f3c5';
    left: -60px;
    right: 0;
    top: 16px;
    bottom: 0;
    font-family: 'FontAwesome';
    background: #333333;
    width: 50px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 50px;
}
#contact-detail .social-links {
    display: flex;
    gap: 14px;
    margin: 0;
}

#contact-detail .social-links li {
    list-style: none;
}

#contact-detail .social-links i {
    background: #fff;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    line-height: 34px !important;
    border-radius: 50px;
    color: #000;
    transition: all 0.5s !important;
}

#contact-detail .social-links i:hover {
    background: #333333;
    color: #fff !important;
}

#contact-detail .wpcf7-submit.has-spinner.btn-form {
    background: #333333;
    border:1px solid #fff;

}

#contact-detail .wpcf7-submit.has-spinner.btn-form:hover{
    transform:unset !important;
    opacity:unset !important;
}

#contact-detail ul li a {
    color: #fff;
}


#main-footer ul li {
    list-style: none !important;
    padding: 6px 0;
}

#main-footer ul {
    margin: 0;
}

#main-footer a {
    color: #fff;
}

#main-footer .tnp-submit {
    background: #fff !important;
    color: #000 !important;
    position: absolute !important;
    width: 120px !important;
    right: -90px;
    top: 60px;
}
#main-footer .tnp-submit:hover {
    transform: unset !important;
    opacity: unset !important;
}
#main-footer #tnp-1 {
    background: #333333;
    padding: 18px !important;
}

#main-footer label {
    display: none;
}

#main-footer #tnp-1::placeholder {
    color: #fff !important;
    font-size: 20px;
}

#main-footer {
    padding-bottom: 50px !important;
}

#main-footer p {
    text-align: center;
    font-family: 'Oswald';
}

#copyright {
    display: none;
}

/* events CSS start */

.tribe-events-c-top-bar__datepicker * {
    color: #fff;
}

time.tribe-events-calendar-list__month-separator-text {
    color: #fff !important;
}

.tribe-common-g-row * {
    color: #fff !important;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    background: #fff !important;
    color: #000 !important;;
    font-size: 17px;
    line-height: 26px;
    opacity: unset !important;
    margin-right: 20px;
    transition: all 0.5s !important;
    border: unset !important
}


.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover {
    transform: translateY(10px);
    opacity: unset !important;
    box-shadow: -10px 10px 0px 0px #ffffff !important;
    background: #000 !important;
    color: #fff !important;
    transition: all 0.5s !important;
}

div#tribe-events-content * {
    color: #fff;
}

#tribe-events-content .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    background: #ffffff4f !important;
    color: #fff;
    padding: 12px 40px;
    font-size: 17px;
    line-height: 26px;
    opacity: unset !important;
    margin-right: 20px;
    transition: all 0.5s !important;
    backdrop-filter:blur(10px);
    border:1px solid #fff !important;
}

#tribe-events-content .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover{
   transform: translateY(10px);
    opacity: unset !important;
    box-shadow: -10px 10px 0px 0px #ffffff !important;
    background: #000 !important;
    color: #fff;
    transition: all 0.5s !important;
     border:1px solid #000 !important;
}

div#author-bio, .comment-wrap {
    display: none;
}

#events span.meta-category {
    display: none !important;
}

#events h3.title {
    font-size: 30px;
    line-height: 38px;
}

#events img {
    border-radius: 20px;
}

/* events CSS end */
    #boxd-hver .nectar-fancy-box .box-bg {
        margin-top: 20px;
    }

/* new CSS start */

#serv-inr .wpb_text_column {
    background: #1C1C1C;
    border: 2px solid #505050;
    padding: 10px 40px;
    min-height: 189px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#prgram-inr .wpb_text_column {
    background: #1C1C1C;
    border: 2px solid #505050;
    padding: 10px 40px;
    min-height: 189px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* font CSS start */

.extraa h2, .extraa h4, .extraa p, .extraa .hover-content {
    font-family: 'Abadi MT Condensed Extra Bold' !important;
}

/* font CSS end */


/* responsive start */
@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
#main-banner {
    padding: 235px 0px !important;
}
	
.slide-item {
    font-size: 2.6rem !important;
    padding: 0px 30px !important;
    gap: 10px !important;
}	
	
.slide-item img {
	max-width: 25px !important;
}	

h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}
#main-footer .tnp-submit {
    background: #fff !important;
    color: #000 !important;
    position: absolute !important;
    width: 120px !important;
    right: -60px;
    top: 60px;
}	

div#events {
    padding-top: 80px !important;
}

#events h3.title {
    font-size: 28px !important;
    line-height: 36px !important;
}	
	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
#main-banner {
    padding: 210px 0px !important;
}
	
.slide-item {
    font-size: 2.4rem !important;
    padding: 0px 20px !important;
    gap: 8px !important;
}	
	
.slide-item img {
	max-width: 25px !important;
}	

h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}
#main-footer .tnp-submit {
    background: #fff !important;
    color: #000 !important;
    position: absolute !important;
    width: 120px !important;
    right: -60px;
    top: 60px;
}
#about-us h4 {
    background: #ffffff40;
    width: 240px;
    text-align: center;
    padding: 8px;
    border: 1px solid #fff;
    font-size: 30px !important;
    line-height: 38px;
}

#about-us img {
    min-height: 580px;
}
#boxd-hver .nectar-fancy-box .box-bg {
    margin-top: 20px;
}	

div#events {
    padding-top: 60px !important;
}

#events h3.title {
    font-size: 25px !important;
    line-height: 33px !important;
}	
	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
#main-banner {
    padding: 155px 0px !important;
}
	
.slide-item {
    font-size: 2rem !important;
    padding: 0px 15px !important;
    gap: 7px !important;
}	
h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}
#main-footer .tnp-submit {
    background: #fff !important;
    color: #000 !important;
    position: absolute !important;
    width: 120px !important;
    right: -60px;
    top: 60px;
}
#about-us h4 {
    background: #ffffff40;
    width: 240px;
    text-align: center;
    padding: 8px;
    border: 1px solid #fff;
    font-size: 30px !important;
    line-height: 38px;
}

#about-us img {
    min-height: 580px;
    min-width: 460px;
}
#boxd-hver .nectar-fancy-box .box-bg {
    margin-top: 20px;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
#about-us {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

#boxd-hver {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
#boxd-hver h4 {
    font-size: 30px;
    line-height: 38px;
}
#boxd-hver .nectar-fancy-box .box-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 93.2% 579.703px;
    width: 100.2%;
    background-size: cover;
    z-index: 1;
    background-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .6s cubic-bezier(.24,1,.3,1);
    -webkit-transition: all .6s cubic-bezier(.24,1,.3,1);
}	
div#events {
    padding-top: 50px !important;
}

#events h3.title {
    font-size: 22px !important;
    line-height: 30px !important;
}	
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	
.slide-item {
    font-size: 2rem !important;
    padding: 0px 15px !important;
    gap: 7px !important;
}	
	
#main-banner {
    padding: 123px 0px!important;
}
h2 {
    font-size: 38px !important;
    line-height: 46px !important;
}
#main-footer .tnp-submit {
    background: #fff !important;
    color: #000 !important;
    position: absolute !important;
    width: 120px !important;
    right: -60px !important;
    top: 57px !important;
}
#about-us h4 {
    background: #ffffff40;
    width: 200px;
    text-align: center;
    padding: 6px;
    border: 1px solid #fff;
    font-size: 25px !important;
    line-height: 33px !important;
}

#about-us img {
    min-height: unset !important;
    min-width: unset !important;
}
#boxd-hver .nectar-fancy-box .box-bg {
    margin-top: 20px;
}
p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#about-us {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#boxd-hver {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#boxd-hver h4 {
    font-size: 30px;
    line-height: 38px;
}
#boxd-hver .nectar-fancy-box .box-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 93.2% 579.703px;
    width: 100.2%;
    background-size: cover;
    z-index: 1;
    background-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .6s cubic-bezier(.24,1,.3,1);
    -webkit-transition: all .6s cubic-bezier(.24,1,.3,1);
}	
div#events {
    padding-top: 50px !important;
}

#events h3.title {
    font-size: 25px !important;
    line-height: 33px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

div#header-outer {
    padding: unset !important;
}

header#top {
    padding: 10px 0px !important;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

h5 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#white-btn {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 30px !important;
}

#blur-btn {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 30px !important;
}

.slide-item {
    gap: 10px !important;
    padding: 0 20px !important;
    font-size: 45px !important;
    line-height: 53px !important;
}

div#contact-detail {
    padding: 60px 0px!important;
}

div#footer-widgets {
    display: none !important;
}

h6 {
    font-size: 22px !important;
    line-height: 30px !important;
}

#contact-detail .form .row {
    padding: unset !important;
}

#contact-detail .form input, .form textarea, .form select {
    padding: 12px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

#contact-detail .form input::placeholder, .form textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

div#inr-banner {
    padding: 100px 0px !important;
}

#contact-detail .social-links i {
    height: 40px !important;
    width: 40px !important;
    font-size: 22px !important;
    line-height: 30px !important;
}

#contact-detail ul li:before {
    height: 40px !important;
    width: 40px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}	
	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	
.slide-item {
    font-size: 1.8rem !important;
    padding: 0px 15px !important;
    gap: 7px !important;
}

.slide-item img {
    max-width: 20px !important
}	
	
#main-banner {
    padding: 75px 0px!important;
}
h2 {
    font-size: 28px !important;
    line-height: 36px !important;
}
#main-footer .tnp-submit {
    background: #fff !important;
    color: #000 !important;
    position: unset !important;
    width: 50% !important;
}
#about-us h4 {
    background: #ffffff40;
    width: 170px;
    text-align: center;
    padding: 6px;
    border: 1px solid #fff;
    font-size: 20px !important;
    line-height: 28px !important;
}

#about-us img {
    min-height: unset !important;
    min-width: unset !important;
}
#boxd-hver .nectar-fancy-box .box-bg {
    margin-top: 20px;
}
p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#about-us {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#boxd-hver {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#boxd-hver h4 {
    font-size: 25px;
    line-height: 33px;
}
#boxd-hver .nectar-fancy-box .box-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 93.2% 579.703px;
    width: 100.2%;
    background-size: cover;
    z-index: 1;
    background-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .6s cubic-bezier(.24,1,.3,1);
    -webkit-transition: all .6s cubic-bezier(.24,1,.3,1);
}	
div#events {
    padding-top: 50px !important;
}

#events h3.title {
    font-size: 24px !important;
    line-height: 32px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

div#header-outer {
    padding: unset !important;
}

header#top {
    padding: 10px 0px !important;
}

h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

h5 {
    font-size: 22px !important;
    line-height: 30px !important;
}

#white-btn {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 8px 25px !important;
    margin-right: 15px !important;
}

#blur-btn {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 8px 25px !important;
}

.slide-item {
    gap: 10px !important;
    padding: 0 20px !important;
    font-size: 40px !important;
    line-height: 48px !important;
}

div#contact-detail {
    padding: 40px 0px!important;
}

div#footer-widgets {
    display: none !important;
}

h6 {
    font-size: 22px !important;
    line-height: 30px !important;
}

#contact-detail .form .row {
    padding: unset !important;
}

#contact-detail .form input, .form textarea, .form select {
    padding: 10px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

#contact-detail .form input::placeholder, .form textarea::placeholder {
    font-size: 15px !important;
    line-height: 23px !important;
}

h3 {
    font-size: 26px !important;
    line-height: 34px !important;
}

div#inr-banner {
    padding: 70px 0px 50px !important;
}

#contact-detail .social-links i {
    height: 35px !important;
    width: 35px !important;
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact-detail ul li:before {
    height: 35px !important;
    width: 35px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    left: -40px !important;
    top: 20px !important;
}

div#scrolling-text {
    padding: 20px 0px !important;
}

#boxd-hver .nectar-fancy-box[data-style=hover_desc] {
    padding: 30px !important;
}

#contact-detail .social-links {
    gap: 8px !important;
}

#contact-detail .wpcf7-submit.has-spinner.btn-form {
    padding: 10px 15px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

#main-footer {
    padding-bottom: 30px !important;
}

#boxd-hver .vc_col-sm-6 {
    margin: unset !important;
}

#events .excerpt {
    font-size: 14px !important;
    line-height: 22px !important;
}	
#main-banner #white-btn, #blur-btn {
    display: none !important;
}		
}
@media only screen and (min-width: 300px) and (max-width: 519px){

.slide-item {
    font-size: 1.5rem !important;
    padding: 0px 10px !important;
    gap: 5px !important;
}

.slide-item img {
    max-width: 15px !important
}	
	
#main-banner {
    padding: 45px 0px !important;
}
h2 {
    font-size: 24px !important;
    line-height: 32px !important;
}
#main-footer .tnp-submit {
    background: #fff !important;
    color: #000 !important;
    position: unset !important;
    width: 40% !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 10px 15px !important;
}
#about-us h4 {
    background: #ffffff40;
    width: 150px;
    text-align: center;
    padding: 6px;
    border: 1px solid #fff;
    font-size: 18px !important;
    line-height: 26px !important;
}

#about-us img {
    min-height: unset !important;
    min-width: unset !important;
}
#boxd-hver .nectar-fancy-box .box-bg {
    margin-top: 20px;
}
p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#about-us {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#boxd-hver {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#boxd-hver h4 {
    font-size: 25px;
    line-height: 33px;
}
#boxd-hver .nectar-fancy-box .box-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 93.2% 579.703px;
    width: 100.2%;
    background-size: cover;
    z-index: 1;
    background-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .6s cubic-bezier(.24,1,.3,1);
    -webkit-transition: all .6s cubic-bezier(.24,1,.3,1);
}	
div#events {
    padding-top: 40px !important;
}

#events h3.title {
    font-size: 20px !important;
    line-height: 28px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

div#header-outer {
    padding: unset !important;
}

header#top {
    padding: 10px 0px !important;
}

h1 {
    font-size: 22px !important;
    line-height: 30px !important;
}

h5 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#white-btn {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 7px 20px !important;
    margin-right: 12px !important;
}

#blur-btn {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 7px 20px !important;
}

.slide-item {
    gap: 8px !important;
    padding: 0 15px !important;
    font-size: 30px !important;
    line-height: 38px !important;
}

div#contact-detail {
    padding: 40px 0px!important;
}

div#footer-widgets {
    display: none !important;
}

h6 {
    font-size: 22px !important;
    line-height: 30px !important;
}

#contact-detail .form .row {
    padding: unset !important;
}

#contact-detail .form input, .form textarea, .form select {
    padding: 10px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

#contact-detail .form input::placeholder, .form textarea::placeholder {
    font-size: 15px !important;
    line-height: 23px !important;
}

h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#inr-banner {
    padding: 50px 0px 40px !important;
}

#contact-detail .social-links i {
    height: 30px !important;
    width: 30px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

#contact-detail ul li:before {
    height: 30px !important;
    width: 30px !important;
    font-size: 14px !important;
    line-height: 22px !important;
    left: -38px !important;
    top: 18px !important;
}

div#scrolling-text {
    padding: 15px 0px !important;
}

#boxd-hver .nectar-fancy-box[data-style=hover_desc] {
    padding: 30px !important;
}

#contact-detail .social-links {
    gap: 6px !important;
}

#contact-detail .wpcf7-submit.has-spinner.btn-form {
    padding: 10px 15px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

#main-footer {
    padding-bottom: 30px !important;
}

#boxd-hver .vc_col-sm-6 {
    margin: unset !important;
}

#events .excerpt {
    font-size: 14px !important;
    line-height: 22px !important;
}

.contact-info li {
    padding: 10px 0px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#main-footer #tnp-1 {
    padding: 10px !important;
    font-size: 14px !important;
    line-height: 23px !important;
}

#main-footer #tnp-1::placeholder {
    font-size: 15px !important;
    line-height: 23px !important;
}
#main-banner #white-btn, #blur-btn {
    display: none !important;
}	
}




