/*
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
*/
div#service-inner h2 {font-size: 18px;line-height: 25px;text-wrap: balance;}

div#banner .iwt-text a {
    filter: drop-shadow(2px 4px 6px black);
    color: #fff;
}
div#team .carousel-item img {
    width: 100%;
    aspect-ratio: 3/3;
    object-fit: cover;
    border-radius: 10px;
}

div#team .carousel-item {
    border: 1px solid #7c7c7c;
    border-radius: 10px;
    margin: 5px;
}
.home .container-wrap {
  padding: 0px !important;
}
/* ============================== */
#header-outer.transparent #top nav > ul > li > a, #header-outer.transparent #top nav > .sf-menu > li > a {
    background: #ffffff26;
    border-radius: 30px;
    margin: 0px 5px;
    padding: 5px 20px !important;
}
#header-outer.transparent #top nav .sf-menu > .current-menu-item > a {
    background: #C1304F;
}
/* ========================================== */
div#revoluiton-slider {
	margin-bottom: 0px !important;
}
div#revoluiton-slider span.img-text img {
    margin: 0px 10px 0px 0px !important;
	animation: before-img 8s ease-in-out 0s 1000 alternate-reverse forwards;
}
div#revoluiton-slider span.arrow-text img {
    margin: 0px 0px -11px 10px !important;
}
div#revoluiton-slider span.arrow-text img {
    transform: rotate(0deg);
    transition: .9s;
}
div#revoluiton-slider a#SR7_1_1-1-3:hover span.arrow-text img {
    transform: rotate(360deg);
    transition: .9s;
}
/* ========================================== */
div#service {
    padding: 40px 0px !important;
}
div#service-inner img.img-with-animation.skip-lazy {
    width: 100%;
}
div#service-inner .t-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: left;
    background: #0000003d;
    border-radius: 15px;
    padding: 20px 20px !important;
    transition: .9s;
}
div#service-inner .t-1:hover {
    background: #c1304f8a;
    transition: .9s;
}
div#service-inner .t-1 h6 {
    width: 70px;
    height: 70px;
    background: #C1304F;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: .9s;
    position: absolute;
    top: 0;
    margin-top: 30px;
}
div#service-inner .t-1:hover h6 {
    background: #FFFFFF;
    transition: .9s;
}
div#service-inner .t-1 h6 img {
    margin: 0;
}
div#service-inner .t-1:hover h6 img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(79%) saturate(1375%) hue-rotate(317deg) brightness(82%) contrast(97%);
}
div#service a.nectar-button.small.regular.accent-color.regular-button.btn {
    margin: 0 auto;
    display: table;
}
div#service-inner {
  margin-bottom: 30px !important;
}
/* ========================================== */
h5 img {
    display: inline !important;
    margin: 0px 5px -5px 0px !important;
	animation: before-img 8s ease-in-out 0s 1000 alternate-reverse forwards;
}
@keyframes before-img {
	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateY(-8px);
	}

	20%,
	40%,
	60% {
		transform: translateY(8px);
	}

	80% {
		transform: translateY(6.4px);
	}

	90% {
		transform: translateY(-6.4px);
	}
}
a.nectar-button.small.regular.accent-color.regular-button.btn {
    position: relative;
    padding: 12px 55px 12px 25px !important;
    border-radius: 30px !important;
    font-size: 15px;
    background: #fff0 !important;
    color: #29191A;
    border: 2px solid #29191A;
}
a.nectar-button.small.regular.accent-color.regular-button.btn:after {
    content: "";
    background-image: url(https://free-chapel.com/wp-content/uploads/2025/04/Group-1597884950-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: 0;
    margin: 6px 10px 0px 0px !important;
    transition: .9s;
    transform: rotate(0deg);
}
a.nectar-button.small.regular.accent-color.regular-button.btn:hover:after {
    transition: .9s;
    transform: rotate(360deg);
}
/* ======================================== */
div#milstone {
    margin: 30px 0px !important;
}
div#milstone-inner .nectar-milestone {
    color: #29191A;
}
div#milstone-inner span.symbol {
    font-family: "bitter";
}
/* ===================================== */
div#about {
    overflow: hidden;
}
div#about-inner {
    margin: 0px 20px;
}
div#about-inner .vc_col-sm-6.clm .vc_column-inner {
    padding-right: 20px;
}
div#about-inner img.img-with-animation.skip-lazy {
    width: 100%;
}
div#about-inner .vc_col-sm-6.clm-one {
    background: #F1EDE4;
    border-radius: 40px;
    position: relative;
    padding: 50px;
}
div#about-inner .vc_col-sm-6.clm-one:after {
    content: "";
    background-image: url(https://free-chapel.com/wp-content/uploads/2025/04/image-3-4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 391px;
    height: 474px;
    visibility: visible;
	animation: before-img 8s ease-in-out 0s 1000 alternate-reverse forwards;
}
div#about-inner .t-2 {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 20px;
    filter: drop-shadow(2px 4px 6px #ccc);
    width: 75%;
    z-index: 999;
    position: relative;
}
/* ======================================== */
div#text-icon {
    padding: 50px 0px !important;
    border-bottom: 2px solid #00000047;
}
div#text-icon-inner .iwithtext .iwt-icon {
    background: #C1304F;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: .9s;
    outline: 3px dashed #C1304F;
    outline-offset: 5px;
}
div#text-icon-inner .iwithtext:hover .iwt-icon {
    background: #29191A;
    transition: .9s;
}
div#text-icon-inner .iwithtext .iwt-icon img {
    width: unset;
    margin: 0;
}
div#text-icon-inner .iwithtext .iwt-text {
    padding-left: 105px;
}
/* ==================================== */
div#team {
    padding: 40px 0px 20px 0px !important;
}
div#team-inner .vc_col-sm-3 .vc_column-inner {
    border: 1px solid #29191a52;
    border-radius: 20px;
    padding: 10px;
}
div#team-inner img.img-with-animation.skip-lazy {
    width: 100%;
}
div#team-inner .t-3 h5, div#team-inner .t-3 h3 {
    margin: 0;
}
div#team-inner .t-3 h6 img {
    margin: 0;
    position: relative;
    top: 3px;
}
div#team-inner .t-3 h6 {
    background: #D9D9D9;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .9s;
    margin: 0px 15px 20px 0px !important;
}
div#team a.nectar-button.small.regular.accent-color.regular-button.btn {
    margin: 0 auto;
    display: table;
}
div#team-inner {
  margin-bottom: 30px !important;
}
/* ======================================= */
div#banner {
    padding: 170px 0px !important;
}
div#banner .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
div#banner a.nectar-button.small.regular.accent-color.regular-button.btn {
    background: #FFFFFF !important;
    border-color: #FFFFFF !important;
}
div#banner .iwithtext {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px 0px 15px 190px !important;
}
div#banner .iwithtext .iwt-icon img {
    width: unset;
}
div#banner .iwithtext .iwt-text {
    padding-left: 55px;
    padding-top: 10px;
}
div#banner .iwithtext h5 a {
    color: #fff;
}
/* ========================================== */
div#scrolling-sec h1 {
    display: flex;
    align-items: center;
    padding: 20px 50px 20px 0px !important;
}
div#scrolling-sec h1 img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
/* ==================================== */
div#event {
    padding: 40px 0px 0px 0px !important;
    margin: 0;
}
/* div#event header.tribe-events-header.tribe-events-header--has-event-search {
    display: none;
}
div#event h2.tribe-events-calendar-list__month-separator {
    display: none !important;
} */
.tribe-common-l-container.tribe-events-l-container {
    padding: 0px !important;
}
div#event nav.tribe-events-calendar-list-nav.tribe-events-c-nav, div#event .tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}
/* =================================== */
div#testimonial {
    padding: 80px 0px !important;
}
div#testimonial .row-bg.viewport-desktop.using-bg-color {
    border-radius: 20px;
    border: 10px solid #fff;
    position: relative;
}
div#testimonial .row-bg:before {
    content: "";
    background-image: url(https://free-chapel.com/wp-content/uploads/2025/04/image-4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 269px;
    height: 224px;
    visibility: visible;
	animation: before-img 8s ease-in-out 0s 1000 alternate-reverse forwards;
}
div#testimonial-inner .row-bg:before {
	display: none;
}
div#testimonial-inner {
    margin: 0px 30px;
}
div#testimonial-inner p {
    font-size: 18px;
    font-family: 'Bitter';
    line-height: 28px;
    font-weight: 500 !important;
    font-style: italic;
}
div#testimonial button.owl-dot {
    margin: 0px 12px;
}
div#testimonial .owl-dot:nth-child(1) {
    background-image: url(https://free-chapel.com/wp-content/uploads/2025/04/image-2025-04-10T234635.130.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 44px;
    height: 44px;
    outline: 7px solid #fff0;
    border-radius: 30px !important;
	opacity: 0.5;
	    outline-offset: -1px;
}
div#testimonial .owl-dot:nth-child(2) {
    background-image: url(https://free-chapel.com/wp-content/uploads/2025/04/image-2025-04-10T234628.194.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 44px;
    height: 44px;
    outline: 7px solid #fff0;
    border-radius: 30px !important;
	opacity: 0.5;
	    outline-offset: -1px;
}
div#testimonial .owl-dot:nth-child(3) {
    background-image: url(https://free-chapel.com/wp-content/uploads/2025/04/image-2025-04-10T234620.848.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 44px;
    height: 44px;
    outline: 7px solid #fff0 #fff0;
    border-radius: 30px !important;
	opacity: 0.5;
	    outline-offset: -1px;
}
div#testimonial .owl-dot:nth-child(4) {
    background-image: url(https://free-chapel.com/wp-content/uploads/2025/04/image-2025-04-10T234610.329.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 44px;
    height: 44px;
	outline: 7px solid #fff0;
    border-radius: 30px !important;
	opacity: 0.5;
	    outline-offset: -1px;
}
div#testimonial .owl-dot:nth-child(5) {
    background-image: url(https://free-chapel.com/wp-content/uploads/2025/04/image-2025-04-10T234602.381.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 44px;
    height: 44px;
	outline: 7px solid #fff0;
	outline-offset: -1px;
    border-radius: 30px !important;
	opacity: 0.5;
} 
div#testimonial button.owl-dot.active:nth-child(1), div#testimonial button.owl-dot.active:nth-child(2), div#testimonial button.owl-dot.active:nth-child(3), div#testimonial button.owl-dot.active:nth-child(4), div#testimonial button.owl-dot.active:nth-child(5), div#testimonial button.owl-dot.active:nth-child(6) {
    outline: 7px solid #ffffff4f;
    transform: scale(150%);
    transition: .9s;
	opacity: 1;
}
div#testimonial .owl-dots span {
    margin: 0 !important;
}
div#testimonial button.owl-dot:hover span {
    background-color: #fff0 !important;
}
div#testimonial .owl-dots span {
    transform: unset;
    background-color: #fff0 !important;
}
div#testimonial-inner .lft-img {
	animation: lft-img 8s ease-in-out 0s 1000 alternate-reverse forwards;
}
@keyframes lft-img {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 0 50%;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}
div#testimonial-inner .rigt-img {
	animation: rigt-img 8s ease-in-out 0s 1000 alternate-reverse forwards;
}
@keyframes rigt-img {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 100% 50%;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}
/* =================================== */
div#blogs {
    padding: 40px 0px !important;
    margin: 0;
}
div#blogs a.nectar-button.small.regular.accent-color.regular-button.btn {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 30px;
}
div#blogs .vc_col-sm-4 .vc_column-inner {
    border: 1px solid #29191a52;
    border-radius: 20px;
    padding: 10px;
}
div#blogs-inner img.img-with-animation.skip-lazy {
    width: 100%;
}
div#blogs-inner .wpb_text_column.wpb_content_element {
    padding: 10px 20px;
}
div#blogs-inner ul {
    margin: 0;
}
div#blogs-inner ul li {
    display: inline-block;
    margin-right: 20px;
}
div#blogs-inner h6 span.img-text {
    display: inline-block !important;
}
div#blogs-inner .vc_col-sm-4:hover h6 span {
    color: #C1304F !important;
    transition: .9s;
}
div#blogs-inner span.img-text {
    background-color: #29191A;
    width: 35px !important;
    height: 35px !important;
    padding: 10px 10px;
    border-radius: 50%;
    line-height: 13px;
}
div#blogs .vc_col-sm-4:hover span.img-text {
    background: #C1304F;
    transition: .9s;
}
div#blogs-inner span.img-text img {
    margin: 0;
}
/* ========================================= */
div#section-logo {
    padding: 20px 0px !important;
}
div#section-logo .owl-stage {
    padding: 0px !important;
}
div#section-logo-inner {
    margin: 0px 10px;
}
/* ====================================== */
div#footer-outer {
    background-image: url(https://free-chapel.com/wp-content/uploads/2025/04/Slice-1-11.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
div#footer-widgets .row {
    padding: 50px 0px 20px 0px !important;
    border-bottom: 1px solid #fff;
}
div#footer-widgets ul li {
    margin-bottom: 15px !important;
}
div#custom_html-2 .socliy ul li {
    display: inline-block;
}
div#custom_html-2 .socliy ul li i {
    margin: 0px 2px;
    color: #fff !important;
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: .5s;
}
div#custom_html-2 .socliy ul li:hover i {
    background: #C1304F;
	transition: .5s;
	border-color: #C1304F;
}
div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
    margin: 0 auto;
    display: table;
}
div#footer-outer .widget h4 {
	text-transform: capitalize !important;
    font-size: 25px;
}
div#footer-widgets ul#menu-quick-links li a, div#footer-widgets ul#menu-helpful-links li a {
    position: relative !important;
    padding-left: 30px !important;
}
div#footer-widgets ul#menu-quick-links li a:before, div#footer-widgets ul#menu-helpful-links li a:before {
    content: "\f054" !important;
    position: absolute;
    font-family: 'fontawesome' !important;
    left: 0;
    color: #C1304F;
    transform: rotate(-40deg);
    transition: .5s;
    font-size: 10px;
    width: 19px;
    height: 18px;
    border: 1px solid #C1304F;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#footer-widgets ul#menu-quick-links li:hover a:before, div#footer-widgets ul#menu-helpful-links li:hover a:before {
    transition: .5s;
    transform: rotate(0deg);
}
div#footer-outer ul#menu-contact-us li a {
    position: relative;
    padding-left: 34px !important;
}
div#footer-outer ul#menu-contact-us li a i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    color: #fff;
}
div#footer-outer ul#menu-contact-us li:hover a i {
    color: #C1304F;
	transition: .5s;
}
/* ==================================== */
div#copyright {
    padding: 20px 0px 40px 0px !important;
    background-color: #fff0 !important;
}
div#copyright strong {
    color: #C1304F;
}

div#contact-inner label.gfield_label.gform-field-label {
    display: none;
}

div#contact-inner .gform_fields.top_label.form_sublabel_below.description_below.validation_below {
    column-gap: 10px !important;
    row-gap: 40px;
}

div#contact-inner .gform_fields.top_label.form_sublabel_below.description_below.validation_below input {
    border: 1px solid #000 !important;
}
/* ====================================== */
@media (max-width: 1920px) {}
@media (max-width: 1600px) {
	    .text-lft {
        margin-left: -100px !important;
    }
	div#revoluiton-slider span.arrow-text img {
    margin: 0px 0px -8px 10px !important;
    width: 25px !important;
}
	div#about-inner .vc_col-sm-6.clm-one {
    padding: 30px;
}
	div#banner {
    padding: 130px 0px !important;
}
}
@media (max-width: 1440px) {
	    .text-lft {
        margin-left: -140px !important;
    }
	div#about-inner .t-2 {
    padding: 20px;
    width: 85%;
}
	div#about-inner .vc_col-sm-6.clm-one {
    border-radius: 30px;
    padding: 20px;
}
	div#banner {
    padding: 120px 0px !important;
}
}
@media (max-width: 1366px) {
	div#revoluiton-slider span.arrow-text img {
    margin: 0px 0px -6px 10px !important;
    width: 20px !important;
}
	div#about-inner .t-2 {
    padding: 10px 20px !important;
}
	div#about-inner .vc_col-sm-6.clm-one {
    padding: 20px 30px !important;
}
	div#banner {
    padding: 100px 0px !important;
}
	div#testimonial-inner {
    margin: 0px 10px;
}
}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {
	.text-lft {
        margin-left: -120px !important;
    }
	div#testimonial button.owl-dot.active:nth-child(1), div#testimonial button.owl-dot.active:nth-child(2), div#testimonial button.owl-dot.active:nth-child(3), div#testimonial button.owl-dot.active:nth-child(4), div#testimonial button.owl-dot.active:nth-child(5), div#testimonial button.owl-dot.active:nth-child(6) {
    transform: scale(130%);
}
	div#section-logo .owl-dots {
    display: none;
}
	div#testimonial-inner p {
  font-size: 17px;
  line-height: 27px;
}
}
@media (max-width: 1080px) {
	.text-lft {
        margin-left: -90px !important;
    }
	div#revoluiton-slider span.arrow-text img {
    margin: 0px 0px -5px 10px !important;
    width: 17px !important;
}
	div#service-inner .t-1 {
    padding: 10px 20px !important;
}
	div#service-inner .t-1 h6 {
    width: 60px;
    height: 60px;
    margin-top: 10px;
}
	div#service {
    padding: 20px 0px !important;
    margin: 0;
}
	div#about-inner p br {
    display: none;
}
	p, li a {
    font-size: 14px;
    line-height: 24px;
}
	div#milstone-inner .number.default, div#milstone-inner .symbol-wrap {
    font-size: 60px !important;
}
	a.nectar-button.small.regular.accent-color.regular-button.btn {
    padding: 10px 55px 10px 25px !important;
    font-size: 14px;
}
	div#milstone {
    margin: 20px 0px !important;
}
	div#about-inner .t-2 {
        padding: 10px 20px !important;
        width: 100%;
    }
	a.nectar-button.small.regular.accent-color.regular-button.btn:after {
    width: 27px;
    height: 27px;
    margin: 6px 7px 0px 0px !important;
}
	div#about-inner img.img-with-animation.skip-lazy {
    height: 550px;
    object-fit: cover;
    border-radius: 20px;
}
	    div#about-inner .vc_col-sm-6.clm-one {
        border-radius: 20px;
    }
	div#about-inner .vc_col-sm-6.clm-one:after {
    width: 301px;
    height: 404px;
}
	div#text-icon-inner .iwithtext .iwt-icon {
    width: 70px;
    height: 70px;
}
	div#text-icon-inner .iwithtext .iwt-text {
    padding-left: 90px;
}
	div#text-icon {
    padding: 40px 0px !important;
    margin: 0;
}
	div#team {
    padding: 30px 0px !important;
    margin: 0;
}
	div#team-inner .t-3 h6 {
    width: 35px;
    height: 35px;
    margin: 0px 10px 25px 0px !important;
}
	    div#banner {
        padding: 70px 0px !important;
    }
	div#banner .iwithtext {
    margin: 0px 0px 10px 180px !important;
}
	div#testimonial {
    padding: 40px 0px !important;
}
	div#testimonial .row-bg:before {
    width: 179px;
    height: 154px;
}
	div#testimonial-inner p {
    font-size: 16px;
    line-height: 26px;
}
	div#blogs {
    padding: 30px 0px !important;
}
	div#section-logo {
    padding: 10px 0px !important;
}
}
@media (max-width: 1024px) {
	div#banner .iwithtext {
        margin: 0px 0px 20px 180px !important;
    }
	div#team .carousel-item h5 {
    font-size: 10px;
    line-height: 20px;
}
	div#service-inner h2 {
    font-size: 13px;
    line-height: 18px;
}
	.text-lft {
        margin-left: -70px !important;
    }
	div#about-inner p br {
    display: none;
}
}
@media (max-width: 912px) {
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 35px !important;
    }
	div#header-outer {
    padding: 25px 0px !important;
}
	    .text-lft {
        margin-left: -90px !important;
    }
	div#revoluiton-slider span.img-text img {
    width: 25px;
}
	div#revoluiton-slider span.arrow-text img {
    margin: 0px 0px -5px 10px !important;
    width: 15px !important;
}
	div#service-inner {
    margin: 0px 150px;
}
	div#milstone-inner {
    text-align: center;
}
	div#milstone .vc_col-sm-4 {
    width: 33.3%;
    margin: 0;
}
	div#milstone-inner .number.default, div#milstone-inner .symbol-wrap {
        font-size: 50px !important;
    }
	div#milstone-inner .col {
    margin: 0;
}
	div#about-inner {
    margin: 0px 130px;
    text-align: center;
}
	div#text-icon-inner .vc_col-sm-4 {
        width: 33.3%;
        margin: 0;
    }
	    div#text-icon-inner .iwithtext .iwt-text {
        padding-left: 0px;
        text-align: center;
        padding-top: 20px;
    }
	    div#text-icon-inner .iwithtext .iwt-icon {
        width: 70px;
        height: 70px;
        position: unset;
        margin: 0 auto;
    }
	div#service-inner {
  margin-bottom: 20px !important;
}
	div#team-inner {
  margin-bottom: 20px !important;
}
	 a.nectar-button.small.regular.accent-color.regular-button.btn::after {
    margin: 9px 7px 0px 0px !important;
  }
	div#team-inner {
    margin: 0px 50px;
}
	div#banner {
        padding: 50px 0px !important;
    }
	div#testimonial-inner .vc_col-sm-2 {
    width: 15%;
}
	div#testimonial-inner .vc_col-sm-8 {
    width: 70%;
}
	div#testimonial-inner p {
        font-size: 15px;
        line-height: 25px;
    }
	div#blogs-inner {
    margin: 0px 130px;
}
	div#blogs .t-4 {
    text-align: center;
}
	div#blogs a.nectar-button.small.regular.accent-color.regular-button.btn {
    position: relative !important;
    margin: 10px auto;
    display: table;
}
	div#footer-outer {
    background-size: cover !important;
    background-position: center center !important;
}
	div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
    display: unset;
}
}
@media (max-width: 800px) {
	div#service-inner {
        margin: 0px 120px;
    }
	    div#about-inner {
        margin: 0px 100px;
    }
	div#team-inner {
        margin: 0px 30px;
    }
	div#blogs-inner {
        margin: 0px 100px;
    }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	div#header-outer {
        padding: 20px 0px !important;
    }
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 30px !important;
    }
	div#revoluiton-slider span.arrow-text img {
        margin: 0px 0px -3px 4px !important;
        width: 15px !important;
    }
	    .text-lft {
        margin-left: -10px !important;
    }
	div#service-inner {
        margin: 0px 0px;
    }
	div#milstone .vc_col-sm-4 {
        width: 100%;
        margin: 10px;
    }
	div#about-inner {
        margin: 0px 10px;
    }
	div#about-inner .vc_col-sm-6.clm .vc_column-inner {
    padding-right: 0px;
}
	div#about-inner .vc_col-sm-6.clm-one {
        padding: 20px 20px !important;
    }
	div#text-icon-inner .vc_col-sm-4 {
        width: 100%;
        margin: 20px;
    }
	div#text-icon {
        padding: 20px 0px !important;
        margin: 0;
    }
	div#banner .row-bg.viewport-desktop.using-image {
    background-size: cover;
    background-position: center center !important;
}
	div#testimonial-inner .vc_col-sm-2 {
        display: none;
    }
	div#testimonial-inner .vc_col-sm-8 {
        width: 100%;
    }
	div#blogs-inner {
        margin: 0px 20px;
    }
	div#copyright {
    padding: 20px 0px 60px 0px !important;
}
	.tribe-events-calendar-day__event-featured-image {
  width: 100% !important;
}
	.tribe-events .tribe-events-calendar-day__event {
  padding-left: 0px !important;
}
	img.tribe-events-calendar-list__event-featured-image {
    width: 100% !important;
}
	div#blogs-inner {
    margin-bottom: 30px !important;
}
}
@media (max-width: 428px) {}
@media (max-width: 414px) {
	div#testimonial {
        padding: 30px 0px !important;
    }
	div#testimonial .owl-stage {
    padding: 0px !important;
}
	div#testimonial .owl-dots {
    display: none;
}
	    div#team-inner {
        margin: 0px 0px;
    }
	div#blogs-inner {
        margin: 0px 0px;
    }
}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}


@-moz-document url-prefix() {  
.nectar-scrolling-text-inner {
  height: 100px !important;
}
	#testimonial-inner {
  height: 130px;
}
	#section-logo-inner {
  height: 50px;
}
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {}
@media (max-width: 912px) {}
@media (max-width: 800px) {
	#testimonial-inner {
  height: 150px;
}
	}
@media (max-width: 768px) {}
@media (max-width: 480px) {}
@media (max-width: 428px) {}
@media (max-width: 414px) {
	 #testimonial-inner {
    height: 220px;
  }
	}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}

}