/*
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#input_1_13 {
    display: unset !important;
    flex-direction: unset !important;
    flex-wrap: unset !important;
}
div#CONTACT legend {
    margin-top: 0px !important;
}

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

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

::-webkit-scrollbar-thumb
{
	background-color: #776030;
}

div#TESTIMONIALS .c2 .carousel-item .text1 p {
    height: 100px;
    overflow-x: auto;
    padding-right: 10px;
}

div#TESTIMONIALS .c2 .carousel-item .text1 h6 {
    padding-top: 15px;
}

div#CONTACT form#gform_1 div#gform_fields_1 select {
    background-color: transparent;
    border: 1px solid #00000021;
    color: #666666;
}
div#header-secondary-outer ul#social i:hover {
    background-color: transparent !important;
    -webkit-text-stroke: 1px white;
    border: 1px solid white;
}

#banner .move {
    margin-left: 80px;
}

div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-transform: lowercase;
}

div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows i {
    background-color: black;
    color: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    -webkit-text-stroke: 1px white;
    transition: 0.9s;
    border: 1px solid black;
}

div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows {
    float: left;
    margin-top: 3px;
}

div#header-secondary-outer ul#social {
    float: right;
    position: relative;
    padding-left: 110px;
    margin-top: 7px;
}

div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li:hover i {
    background-color: transparent;
    -webkit-text-stroke: 1px white;
    border: 1px solid white;
}

div#header-secondary-outer ul#social i {
    background-color: black;
    color: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    -webkit-text-stroke: 1px white;
    transition: 0.9s;
    border: 1px solid black;
}
body.material #header-secondary-outer #social:before {
    content: 'SOCIAL LINK:';
    position: absolute;
    left: 0;
    top: 12px;
    color: white;
    font-weight: 200;
    text-transform: uppercase;
}

div#header-secondary-outer {
    margin-block: 0px;
    background-color: transparent !important;
}
div#header-secondary-outer:before {
    content: '';
    position: absolute;
    background-color: #776030;
    width: 99%;
    height: 60px;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
div#banner {
    padding-top: 80px !important;
}
div#header-secondary-outer {
    padding-top: 10px;
}
div#header-secondary-outer i {
    top: 0;
}
header#top {
    padding-top: 12px;
}
header#top .b1 a {
    font-family: Fredoka;
    background-color: black;
    padding: 15px 30px !important;
    border-radius: 30px !important;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}
div#about {
    padding-block: 30px 100px !important;
}
div#about div#about-in {
    background-color: #776030;
    width: 46%;
    border-radius: 20px;
    padding: 20px 10px;
    position: absolute;
    left: 0;
    z-index: 99;
    top: 60px;
    filter: drop-shadow(2px 4px 6px #ccc);
}
div#about div#about-in .nectar-milestone {
    color: white;
}
div#about div#about-in .nectar-milestone .number.default {
    margin-bottom: 0;
}
.dog h4 span {
    display: flex;
    align-items: center;
    font-weight: 700;
}
.dog h4 span img {
    margin-bottom: 5px !important;
    padding-right: 3px;
    animation: 30s move linear alternate infinite;
}
@keyframes move{
	0%{
		transform:rotatey(360deg)
	}
}
.line h1 {
    position: relative;
}
.line h1:before {
    content: '';
    position: absolute;
    background-image: url(https://deltadogacademy.com/wp-content/uploads/2025/05/Vector-3302.png);
}
div#about .c1 .img1 {
    float: right;
    width: 69%;
}

div#about .c1 .img2 {
    position: absolute;
    bottom: -590px;
    left: 0;
    animation: 2s move1 linear alternate infinite;
}
@keyframes move1{
	0%{
		transform:translateY(15px)
	}
}
.dog1 h4 span {width: fit-content;margin: 0 auto;}
div#SERVICES {
    padding-block: 40px 0px !important;
}
div#SERVICES .text1 p {
    width: 50%;
    margin: 0 auto;
}
div#SERVICES ul.wpb_tabs_nav {
    margin: 0 auto;
    display: table;
    margin-bottom: 0px;
}
div#SERVICES ul.wpb_tabs_nav li.tab-item a {
    font-family: Fredoka !important;
    background-color: transparent;
    border: 1px solid black !important;
    border-radius: 30px;
    margin-inline: 10px;
    color: black;
    text-transform: uppercase;
    font-weight: 800;
    padding-block: 11px;
    padding-inline: 23px;
    transition: 0.9s;
}
div#SERVICES ul.wpb_tabs_nav li.tab-item.active-tab a {
    border: 1px solid #776030 !important;
    background-color: #776030;
    filter: drop-shadow(2px 4px 6px #cccc);
    color: white;
}
#SERVICES .carousel-item {
    margin-inline: 12px !important;
    background-color: white;
    filter: drop-shadow(2px -9px 11px #ccc);
    padding-inline: 20px;
    padding-block: 20px 0px !important;
    border-radius: 38px 0px 38px 38px !important;
    transition: 0.9s;
}
#SERVICES .carousel-item .tex2 p {
    height: 130px;
}
#SERVICES .owl-nav.disabled {
    display: block;
}
#SERVICES button.owl-next,#SERVICES button.owl-prev {width: 50px;height: 50px;background-color: transparent;border: 1px solid #00000042;color: #00000042;boir-=r: ;transition: 0.9s;position: relative;border-radius: 100% !important;}
#SERVICES button.owl-next span, #SERVICES button.owl-prev span {
    font-size: 0;
}
#SERVICES button.owl-next:before {
    content: '\f061';
    position: absolute;
    font-family: fontawesome;
    left: 0;
    right: 0;
}
#SERVICES button.owl-prev:before {
    content: '\f060';
    position: absolute;
    font-family: fontawesome;
    left: 0;
    right: 0;
}
#SERVICES button.owl-next:hover, #SERVICES button.owl-prev:hover {
    background-color: #776030 !important;
    border: 1px solid #776030;
    color: white;
    transform: rotate(360deg);
    transition: 0.9s;
}
#SERVICES .row-bg.viewport-desktop.using-image {
    background-size: 100% 100% !important;
}
div#FAQ’S {
    padding-block: 70px  !important;
}
h4 {
    margin-bottom: 0px !important;
}
div#TESTIMONIALS {
    padding-block: 70px 20px !important;
}
div#TESTIMONIALS .c2 .carousel-item div#testimonialscaro {
    margin-bottom: 0;
    z-index: 999999999999;
}
div#TESTIMONIALS .c2 .carousel-item div#testimonialscaro h5 img {
    width: 18%;
    animation: 2s rotate linear alternate infinite;
}

@keyframes rotate {
	0%{
		transform:rotate(10deg)
	}
	0%{
		transform:rotate(-10deg)
	}
}
div#TESTIMONIALS .c2 .carousel-item {
    background-color: white;
    filter: drop-shadow(2px 4px 6px #ccc);
    margin-inline: 20px;
    padding-inline: 40px;
    padding-block: 20px 20px !important;
    border-radius: 20px;
}
div#TESTIMONIALS .c2 .carousel-item h5 {
    margin-top: -50px;
    position: relative;
}
div#TESTIMONIALS .c2 .carousel-item  p {
    padding-bottom: 20px;
}
div#TESTIMONIALS .c2 .carousel-item h6 img {
    margin-bottom: 10px;
}
div#TESTIMONIALS .c2 .carousel-item h4 {
    font-family: Fredoka;
    text-transform: capitalize;
}
div#TESTIMONIALS .c2 .owl-dots {
    display: none;
}
div#TESTIMONIALS .owl-nav.disabled {
    display: block;
}
div#TESTIMONIALS button.owl-prev,div#TESTIMONIALS button.owl-next {
    color: black;
    background-color: #E2E2E2;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important;
    border: 0;
    transition: 0.9s;
    position: relative;
    top: 34%;
}
div#TESTIMONIALS button.owl-prev span, div#TESTIMONIALS button.owl-next span {
    font-size: 0;
}
div#TESTIMONIALS button.owl-prev:hover, div#TESTIMONIALS button.owl-next:hover {
    background-color: #776030;
    color: white;
}
div#TESTIMONIALS button.owl-prev:before {
    content: '\f053';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    right: 0;
    margin: 0 auto;
}
div#TESTIMONIALS button.owl-next:before {
    content: '\f054';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    right: 0;
    margin: 0 auto;
}
div#TESTIMONIALS button.owl-prev {
    position: absolute;
    left: 0;
}
div#TESTIMONIALS button.owl-next {
    position: absolute;
    right: 0;
}
div#TESTIMONIALS .c2 .carousel-item h5:before {
    content: '';
    position: absolute;
    background-image: url(https://deltadogacademy.com/wp-content/uploads/2025/05/quote-2-4.png);
    width: 40px;
    height: 40px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -12px;
}
div#TESTIMONIALS .c2 .owl-stage-outer:before {
    content: '';
    position: absolute;
    background-color: white;
    width: 80%;
    height: 30%;
    bottom: 32px;
    filter: drop-shadow(0px -4px 2px #ccc);
    border-radius: 20px;
    z-index: -6;
    left: 0;
    right: 0;
    margin: 0 auto;
}

div#TESTIMONIALS .c2 .owl-stage {
    padding-block: 30px 70px;
    height: 370px;
}
div#TESTIMONIALS .img1 {
    width: 27%;
}
div#BLOGS {
    padding-block: 60px  !important;
}
div#BLOGS .nectar-post-grid-wrap .nectar-post-grid-item-bg {
    height: 270px;
}
span.meta-category {
    display: none !important;
}
div#BLOGS .nectar-post-grid-wrap .flickity-viewport {
    height: 400px !important;
}
div#BLOGS .nectar-post-grid-wrap .content {
    padding-block: 10px;
}
div#BLOGS .nectar-post-grid-wrap .content h3 a {
    font-size: 23px !important;
    line-height: 33px;
}
div#BLOGS .nectar-post-grid-wrap span.link_text {
    font-family: Fredoka;
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
}
div#BLOGS .nectar-post-grid-wrap .nectar-post-grid-item:hover span.link_text {
    color: #776030;
}

div#CONTACT {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 60px !important;
    margin-top: 50px;
}
div#CONTACT form#gform_1 div#gform_fields_1 {
    row-gap: normal;
}

div#CONTACT form#gform_1 div#gform_fields_1 input,div#CONTACT form#gform_1 div#gform_fields_1 textarea {
    background-color: transparent;
    border: 1px solid #00000021;
    color: #666666;
}
div#CONTACT form#gform_1 input#gform_submit_button_1 {
    width: 100%;
    background-color: #776030;
    font-family: Fredoka;
    color: white;
    font-weight: 700;
}
div#CONTACT  .column-bg-overlay {
    border-radius: 30px;
}
div#CONTACT .vc_column-inner {
    padding: 40px 60px;
    filter: drop-shadow(2px 4px 6px #ccc);
}
div#CONTACT .text1 p {
    width: 60%;
    margin: 0 auto;
}
.line h1 {
    position: relative;
}
.line h1:before {
    content: '';
    position: absolute;
    background-image: url(https://deltadogacademy.com/wp-content/uploads/2025/05/Vector-3302-1.png);
    width: 120px;
    height: 13px;
    background-size: cover;
    bottom: 0;
    right: 0;
}

.line1 h1 {
    width: fit-content;
    margin: 0 auto;
}
.line h1 {
    margin-bottom: 10px;
    width: fit-content;
    padding-bottom: 5px;
}
div#footer-outer {
    background-color: transparent !important;
    background-size: 100% 100% !important;
}
div#footer-outer div#footer-widgets .row {
    padding-block: 56px 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff5e;
}
div#footer-outer div#footer-widgets .col.span_5 {
    max-width: 100% !important;
}
div#footer-outer div#footer-widgets div#media_image-2 {
    margin-bottom: 0;
}
div#footer-outer div#footer-widgets div#media_image-2 img {
    width: 40%;
}
body .widget h4, body #footer-outer .widget h4 {
    font-family: Fredoka;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    text-align: center;
    padding-bottom: 10px;
}
#footer-outer div#nav_menu-2 {
    margin-bottom: 0;
}
#footer-outer div#nav_menu-2 ul#menu-contact-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 110%;
    margin: 0 auto;
    margin-left: -50px;
}
#footer-outer div#nav_menu-2 ul#menu-contact-us i {
    background-color: black;
    color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    -webkit-text-stroke: 1px white;
    transition: 0.9s;
    border: 1px solid black;
    margin-right: 10px;
}
#footer-outer div#nav_menu-2 .iconnn {
    margin: 0 auto;
    display: table;
}
#footer-outer .iconnn ul li i {background-color: black;color: transparent;width: 35px;height: 35px;line-height: 35px;border-radius: 100%;-webkit-text-stroke: 1px white;transition: 0.9s;border: 1px solid black;margin: 0 auto;display: table;margin-top: 9px;}

#footer-outer div#custom_html-2 {
    margin-bottom: 0;
}

div#copyright {
    padding-block: 9px 25px !important;
}

div#footer-outer div#footer-widgets .row:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffff5e;
    width: 100%;
    top: 18px;
}

#footer-outer div#nav_menu-2 a {
    font-weight: 800;
}
div#CONTACT div#field_1_3 label.gfield_label.gform-field-label {
    margin-top: 0;
}

div#FAQ’S {}

h3.toggle-title {}

div#FAQ’S .toggle.default {
    border: 1px solid #0000003b;
    margin-bottom: 20px;
    padding: 27px 30px;
    border-radius: 12px;
}

div#FAQ’S .toggle.default h3.toggle-title a {
    padding-block: 0;
    color: black;
    font-weight: 700;
}
div#FAQ’S .toggle.default i.fa.fa-plus-circle {
    background-color: black;
    border: 0;
    background-image: url(https://deltadogacademy.com/wp-content/uploads/2025/05/Icon.png);
    background-repeat: no-repeat;
    background-position: 50%;
}
div[data-style="minimal"] .toggle > .toggle-title i:before,div[data-style="minimal"] .toggle > .toggle-title i:after {
    height: 0;
    width: 0;
}
div#FAQ’S  .toggle.default.open {background-color: #776030;border: 1px solid #776030;}
div#FAQ’S .toggle.default.open a,div#FAQ’S .toggle.default.open p {
    color: white !important;
}
div#FAQ’S .toggle.default.open h3.toggle-title a {
}
div#FAQ’S .toggle.default.open div {
    padding-top: 5px;
    PADDING-BOTTOM: 0 !IMPORTANT;
}
div#FAQ’S .toggle.default.open p {
    font-size: 18px;
    line-height: 32px;
}
div#FAQ’S .toggle.default.open i.fa.fa-minus-circle {
    background-color: white;
    background-image: url(https://deltadogacademy.com/wp-content/uploads/2025/05/Vector-3209.png);
    background-repeat: no-repeat;
    background-position: 50%;
    border: 0;
}

.dog1 h4 span img {
    margin-bottom: 8px !important;
    padding-right: 8px;
}
#SERVICES .carousel-item .tex2 {
    padding-top: 12px;
}


/* #SERVICES .carousel-item:hover img {
    filter: brightness(0.5);
}
 */
img {
    transition: 0.9s;
}

div#FAQ’S img:hover {
    filter: brightness(0.5);
    scale: 0.9;
}

#footer-outer div#nav_menu-2 ul#menu-contact-us li:hover i {
    background-color: transparent;
    -webkit-text-stroke: 1px  white;
    border: 1px solid white;
}

#footer-outer .iconnn ul li:hover i {
    border: 1px solid white;
    background-color: transparent;
    -webkit-text-stroke: 1px white;
}

/* #SERVICES .carousel-item .hover-wrap-inner:before {
    content: '';
    position: absolute;
    background-color: #77603038;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    z-index: 99;
    border-radius: 35px 0px 0px 0px !important;
    transition: 0.9s;
} */
div#BLOGS .text1 {
    margin-bottom: 0;
}
/* #SERVICES .carousel-item .hover-wrap-inner {
    position: relative !important;
}
#SERVICES .carousel-item .hover-wrap-inner:after {
    content: '';
    position: absolute;
    background-color: #77603038;
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-radius: 0px 0px 35px 35px !important;
    transition: 0.9s;
} */
/* #SERVICES .carousel-item:hover {
    background-color: #776030;
}

#SERVICES .carousel-item:hover span {
    color: white !important;
} */
div#about div#about-in .img3 {
    float: right !important;
}

div#SERVICES .line h1:before {
    right: 100px;
}



#footer-outer div#nav_menu-2 ul#menu-contact-us a {
    text-transform: lowercase;
}
#SERVICES .carousel-item:hover .hover-wrap-inner:after,#SERVICES .carousel-item:hover .hover-wrap-inner:before {
    height: 50%;
}
#SERVICES .carousel-item {
    height: 440px !important;
}

/* ================================================== */
@media (max-width: 1600px) {
#banner .move {
    margin-left: -31px !important;
}
	#SERVICES .carousel-item .tex2 p {
    height: 150px;
}
}
/* ================================================== */
@media (max-width: 1440px) {
	#banner .move {
    margin-left: -90px !important;
}
		#SERVICES .carousel-item {
    padding-inline: 23px;
}
#SERVICES .carousel-item .tex2 p {
    height: 130px;
    font-size: 13px;
    line-height: 23px;
/*     overflow-x: auto !important; */
/*     padding-right: 10px; */
}

#SERVICES .carousel-item .tex2 {
    padding-top: 12px;
}
	#SERVICES .carousel-item .tex2 {
    padding-bottom: 20px;
}

}
/* ================================================== */
@media (max-width: 1366px) {
	div#about .c1 .img2 {
    width: 47%;
    bottom: -530px;
}
#SERVICES .carousel-item p {
    font-size: 14px;
    line-height: 24px;
}
div#FAQ’S .toggle.default.open p {
    font-size: 17px;
    line-height: 31px;
}
h1 {
    font-size: 40px !important;
    line-height: 50px !important;
}
div#BLOGS .text1 {
    margin-bottom: 10px;
}
div#BLOGS .nectar-post-grid-wrap .nectar-post-grid-item-bg {
    height: 240px;
}
}
/* ================================================== */
@media (max-width: 1340px) {
	#SERVICES .carousel-item {
  height: 390px !important;
}
}
/* ================================================== */
@media (max-width: 1336px) {}
/* ================================================== */
@media (max-width: 1320px) {}
/* ================================================== */
@media (max-width: 1280px) {
	#footer-outer div#nav_menu-2 a {
    font-size: 13px !important;
    line-height: 23px !important;
}
	#banner .move {
    margin-left: -75px !important;
}
	#SERVICES .carousel-item p {
    font-size: 13px;
    line-height: 23px;
}
div#FAQ’S .toggle.default.open p {
    font-size: 15px;
    line-height: 28px;
}
div#BLOGS .nectar-post-grid-wrap .content h3 a {
    font-size: 21px !important;
    line-height: 30px;
}
div#BLOGS .nectar-post-grid-wrap .flickity-viewport {
    height: 380px !important;
}
div#footer-outer p,div#footer-outer a {
    font-size: 14px;
    line-height: 24px;
}
}
/* ================================================== */
@media (max-width: 1080px) {
	#footer-outer div#nav_menu-2 ul#menu-contact-us a {
    font-size: 10px !important;
}
	h1 {
    font-size: 30px !important;
    line-height: 40px !important;
}
	div#TESTIMONIALS .c2 .carousel-item div#testimonialscaro h5 img {
    width: 29%;
}
	div#TESTIMONIALS .c2 .owl-stage {

    height: 330px;
}
#banner .move {
    margin-left: -42px !important;
}
	p,a {
    font-size: 12px;
    line-height: 22px;
}
div#about div#about-in {
    width: 58%;
}
div#about .c1 .img2 {
    width: 47%;
    bottom: -430px;
}
div#about div#about-in .number.default h1,div#about div#about-in .number.default .symbol-wrap {
    font-size: 30px  !important;
    line-height: 40px !important;
}
div#about div#about-in .number.default .symbol-wrap {}
#SERVICES .carousel-item {
    padding-inline: 10px;
    margin-inline: 5px !important;
}
#SERVICES .carousel-item p {
    font-size: 12px;
    line-height: 22px;
}
div#FAQ’S .toggle.default {
    padding: 17px 20px;
}
div#FAQ’S .toggle.default h3.toggle-title a {
    font-size: 16px !important;
    line-height: 26px;
}
div#TESTIMONIALS {
    padding-block: 50px 20px !important;
}
div#BLOGS {
    padding-block: 40px !important;
}
div#BLOGS .nectar-post-grid-wrap .nectar-post-grid-item-bg {
    height: 170px;
}
div#BLOGS .nectar-post-grid-wrap .content h3 a {
    font-size: 17px !important;
    line-height: 24px;
}
div#BLOGS .nectar-post-grid-wrap .content span.nectar-post-grid-item__read-more {
    margin-top: 1px;
}
div#BLOGS .nectar-post-grid-wrap .flickity-viewport {
    height: 280px !important;
}
div#CONTACT {
    width: 90%;
}
div#CONTACT .vc_column-inner {
    padding: 30px 30px;
}
#footer-outer div#nav_menu-2 ul#menu-contact-us i,#footer-outer .iconnn ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
#footer-outer div#nav_menu-2 a {
    font-size: 10px;
    line-height: 20px;
}
	  #SERVICES .carousel-item {
    height: 350px !important;
  }
}
/* ================================================== */
@media (max-width: 912px) {
	div#SERVICES .text1 {
    margin-bottom: 0;
}
	#banner .move {
    margin-left: -60px !important;
}
	div#FAQ’S {
    padding-block: 40px !important;
}

div#banner .col.span_12 {
    padding-top: 79px;
}



div#SERVICES .owl-nav.disabled {
    display: none;
}
div#TESTIMONIALS .c2 .owl-stage {
    padding-block: 30px 50px;
}

body .widget h4, body #footer-outer .widget h4 {
    text-align: left;
}

div#about div#about-in {
    position: unset;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
}
	div#about div#about-in .img3 {
    float: unset !important;
}

	div#footer-outer div#footer-widgets .row {
    display: block;
}

#footer-outer div#nav_menu-2 a {
    font-size: 14px !important;
    line-height: 24px !important;
}

#footer-outer div#nav_menu-2 ul#menu-contact-us i, #footer-outer .iconnn ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

#footer-outer .iconnn ul li i {
    margin: unset;
}
	header#top {
    padding-top: 0px;
}
	div#banner {
    padding-top: 0px !important;
}
	div#about {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-block: 30px  !important;
}
.line h1 {
    margin: 0 auto;
}
.dog h4 {
    margin: 0 auto;
    display: table;
    font-size: 15px !important;
    line-height: 25px !important;
}
div#about .cc1 .img1 {
    width: auto;
    margin: 0 auto;
    display: table;
    float: unset;
}
div#about .cc1 {
    margin-bottom: 0;
}
div#about .c1 .img2 {
    display: none;
}
div#about .c1 .img1 {
    margin: 0;
    display: table !important;
    float: unset;
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 20px !important;
}
div#about .cc1 .img3 {
    margin: 0 auto;
}
p,a {
    font-size: 14px !important;
    line-height: 24px !important;
}

div#SERVICES .text1 p {
    width: 70%;
}
div#SERVICES {
    padding-inline: 100px !important;
    padding-block: 40px 0px !important;
}
#SERVICES .carousel-item {
    filter: drop-shadow(-9px 8px 5px #ccc);
}
div#FAQ’S .c2 {
    order: -2;
    padding-bottom: 40px;
}
div#FAQ’S {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-block: 30px 0px !important;
}
div#FAQ’S .toggle.default {
    text-align: left;
}
div#TESTIMONIALS {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
div#TESTIMONIALS .img1 {
    width: 20%;
    margin: 0 auto;
}
div#TESTIMONIALS .c2 .carousel-item h6 img {
    margin: 0 auto;
}
div#TESTIMONIALS .c2 .carousel-item div#testimonialscaro h5 img {
    margin: 0 auto;
}
div#BLOGS {
    width: 100%;
    margin: 0 auto;
}
div#BLOGS .nectar-post-grid-wrap .nectar-post-grid-item-bg {
    height: 250px;
}
div#BLOGS .nectar-post-grid-wrap .flickity-viewport {
    height: 370px !important;
}
div#footer-outer {
    background-image: unset !important;
    background-color: #776030 !important;
}
div#footer-outer div#footer-widgets .col.span_4 {
    margin-bottom: 0;
}
div#footer-outer div#footer-widgets div#media_image-2 img {
    width: 30%;
}
#footer-outer div#nav_menu-2 ul#menu-contact-us {
    width: 100%;
    margin: unset;
}
#footer-outer div#nav_menu-2 ul#menu-contact-us {
    display: block;
}
div#footer-outer div#footer-widgets .row {
    padding-block: 26px 10px;
}
div#copyright {
    padding-block: 12px !important;
}
	#SERVICES .carousel-item {
        filter: unset !important;
        box-shadow: 0px 0px 6px 4px #cccccc;
        margin: 0px 10px !important;
    }
}
/* ================================================== */
@media (max-width: 800px) {
		div#banner .row_col_wrap_12.col.span_12 {
    padding-top: 90px;
}

header#top {
    padding-top: 12px;
}
	div#SERVICES {padding-inline: 70px !important;}
div#BLOGS .nectar-post-grid-wrap .nectar-post-grid-item-bg {
    height: 201px;
}
div#BLOGS .nectar-post-grid-wrap .flickity-viewport {
    height: 310px !important;
}
div#CONTACT .text1 p {
    width: 80%;
}
div#footer-outer  .col.span_4 {
}
div#footer-outer .col.span_4 {
    max-width: 100% !important;
}
#footer-outer div#nav_menu-2 a {
    font-size: 11px !important;
    line-height: 21px !important;
}
body .widget h4, body #footer-outer .widget h4 {
    text-align: left;
    font-size: 20px !important;
    line-height: 30px !important;
}
	
	
}
/* ================================================== */
@media (max-width: 768px) {
.ginput_container.ginput_container_checkbox label {
  margin-right: 10px !important;
  padding: 0px !important;
}
.ginput_container.ginput_container_checkbox input {
  margin-bottom: 10px !important;
}
}
/* ================================================== */
@media (max-width: 480px) {
	a.floatttt:hover {
    opacity: 1 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 20px !important;
    background: #a3771a !important;
    margin-top: -6px !important;
    border-radius: 60px 0px 0px  0px!IMPORTANT;
}div#footer-outer {
    z-index: 999 !IMPORTANT;
}

	    div#TESTIMONIALS .c2 .owl-stage {
     
        height: 400px;
    }
	#banner .move {
    margin-left: 0px !important;
}
	div#footer-outer div#footer-widgets div#media_image-2 img {
    width: 25%;
}
div#banner .row_col_wrap_12.col.span_12 {
    padding-top: 0;
}

/* div#header-outer {
    position: relative !important;
}
 */
div#header-outer {
    padding-block: 0px !important;
}

div#TESTIMONIALS .c2 .carousel-item div#testimonialscaro h5 img {
    width: 35%;
}

div#TESTIMONIALS .c2 .carousel-item h5:before {
    bottom: 0;
}
div#footer-outer div#footer-widgets .col.span_4 {
    margin-bottom: 27px;
}
div#banner .col.span_12 {
    padding-top: 0;
}
header#top {
    padding-top: 0;
}
h1 {
    font-size: 25px !important;
    line-height: 35px !important;
}
div#about {
    width: 100%;
}
div#SERVICES  .row-bg.viewport-desktop.using-image {
    background-image: unset !important;
    background-color: #F5F2ED;
}
div#SERVICES {
    padding-inline: 0px !important;
}
#SERVICES .owl-nav.disabled {
    display: none;
}

div#SERVICES {
    padding-block: 30px !important;
}
div#SERVICES .text1 p {
    width: 100%;
}
div#FAQ’S {
    width: 100%;
}
div#TESTIMONIALS .row-bg.viewport-desktop.using-image {
    background-image: unset !important;
    background-color: #F5F2ED;
}
div#TESTIMONIALS {
    width: 100%;
}
div#TESTIMONIALS .img1 {
    width: 30%;
}
div#CONTACT .text1 p {
    width: 100%;
}
div#CONTACT {
    width: 100%;
}
	    #SERVICES .carousel-item .tex2 p {
        height: auto;
        
    }
	
	#SERVICES .carousel-item .tex2 p {
    height: 100px !important;
}
/* 	#ajax-content-wrap .vc_row.right_padding_20px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_20px .row_col_wrap_12 {
    padding-right: 30px;
}
#ajax-content-wrap .vc_row.left_padding_20px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_20px .row_col_wrap_12 {
    padding-left: 30px;
} */
	 #SERVICES .carousel-item {
    margin: 0px 5px !important;
  }
	 body #footer-outer a.floatttt {
    position: fixed;
    right: 0px;
    top: 25%;
    background: #776030;
    padding: 10px;
    font-size: 12px !important;
  }
	body #footer-outer .fa-solid.fa-phone {
  font-size: 12px !important;
}
	#about p {
  padding: 20px !important;
}
	  #footer-outer div#nav_menu-2 ul#menu-contact-us a {
    font-size: 13px !important;
  }
	#SERVICES .carousel-item {
  height: 400px !important;
}
	  #SERVICES .carousel-item {
    padding: 10px !important;
    margin-inline: 5px !important;
  }
}
/* ================================================== */
@media (max-width: 428px) {
	    #SERVICES .carousel-item .tex2 p {
        height: 130px !important;
    }
}
/* ================================================== */
@media (max-width: 414px) {
	#SERVICES .carousel-item {
    margin: 0px 10px !important;
}
	    #SERVICES .carousel-item .tex2 p {
        height: 100px !important;
    }
	    div#TESTIMONIALS .c2 .owl-stage {

        height: 460px;
    }
	div#footer-outer div#footer-widgets .col.span_4 {
    margin-bottom: 9px;
}
	div#about {
    padding-block: 30px  0 !important;
}
	div#footer-outer div#footer-widgets div#media_image-2 img {
    width: 37%;
}

div#SERVICES ul.wpb_tabs_nav li.tab-item.active-tab a {
    margin-bottom: 20px;
}

div#TESTIMONIALS .img1 {
    width: 41%;
}

div#TESTIMONIALS .c2 .carousel-item div#testimonialscaro h5 img {
    width: 47%;
}

div#CONTACT .vc_column-inner {
    padding: 12px;
}

div#copyright p {
    font-size: 11px !important;
}
	h1 br {
    display: none;
}
}
/* ================================================== */
@media (max-width: 390px) {
	    #SERVICES .carousel-item .tex2 p {
        height: 130px !important;
    }
}
/* ================================================== */
@media (max-width: 375px) {}
/* ================================================== */
@media (max-width: 360px) {
	    #SERVICES .carousel-item .tex2 p {
        height: 160px !important;
    }
}
/* ================================================== */