html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bold;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} 
.title-animation svg path { 
fill:#DDB312;
stroke: #DDB312;
stroke-width:3;
stroke-dasharray: 1000;
stroke-dashoffset: 1000;
-webkit-animation: dash 5s linear forwards;
animation: dash 5s linear forwards;
}
@-webkit-keyframes dash {
to {
stroke-dashoffset: 0;
}
}
@keyframes dash {
to {
stroke-dashoffset: 0;
}
}
#first-block:before {
content: "";
position: absolute;
right: 0;
top: 0;
width: 50%;
background: url(//standardpoodlesanddoodles.in/wp-content/uploads/2022/06/background-shade.png) 0 0 no-repeat;
height: 100%;
}
h1 {
font-size: 3.052rem
}
h2 {
font-size: 2.441rem
}
h3 {
font-size: 1.953rem
}
h4 {
font-size: 1.563rem
}
h5 {
font-size: 1.25rem
}
h6 {
font-size: 1rem
}
.image-hover img{
transition:0.5s all;
transform:perspective(1000px) rotateY(-10deg)
}
.image-hover img:hover{
transform:none
} 
.elementor-element-bfa107a .adopt-left-dots {
position:absolute;
top:0;
left:0;
width:100%
}
.adopt-left-dots .adopt-left-dots1 {
height: 30px;
width: 30px;
border-radius: 50%;
background: #df3f52;
top: 10px;
left: 0;
position: absolute;
animation: rotatedelement 5s linear infinite;
}
.adopt-left-dots .adopt-left-dots2 {
height: 18px;
width: 18px;
border-radius: 50%;
background: #ffca3a;
top: 40px;
left: 50%;
position: absolute;
animation: rotatedelement2 5s linear infinite;
}
.adopt-left-dots .adopt-left-dots3 {
height: 10px;
width: 10px;
border-radius: 50%;
background: #ff8315;
top: 25px;
right: 0;
position: absolute;
animation: rotatedelement3 5s linear infinite;
}
.adopt-left-dots .adopt-left-dots4 {
height: 15px;
width: 15px;
border-radius: 50%;
background: #fa45a2;
top: 200px;
right: 0;
position: absolute;
animation: rotatedelement4 5s linear infinite;
} 
@-webkit-keyframes rotatedelement {
0% {
-webkit-transform: translate(0) rotate(0deg);
transform: translate(0) rotate(0deg)
}
25% {
-webkit-transform: translate(-10px, 10px) rotate(10deg);
transform: translate(-10px, 10px) rotate(10deg)
}
50% {
-webkit-transform: translate(5px, -5px) rotate(25deg);
transform: translate(5px, -5px) rotate(25deg)
}
75% {
-webkit-transform: translate(15px, -5px) rotate(15deg);
transform: translate(15px, -5px) rotate(15deg)
}
to {
-webkit-transform: translate(0) rotate(0deg);
transform: translate(0) rotate(0deg)
}
}
@keyframes rotatedelement {
0% {
-webkit-transform: translate(0) rotate(0deg);
transform: translate(0) rotate(0deg)
}
25% {
-webkit-transform: translate(-10px, 10px) rotate(10deg);
transform: translate(-10px, 10px) rotate(10deg)
}
50% {
-webkit-transform: translate(5px, -5px) rotate(25deg);
transform: translate(5px, -5px) rotate(25deg)
}
75% {
-webkit-transform: translate(15px, -5px) rotate(15deg);
transform: translate(15px, -5px) rotate(15deg)
}
to {
-webkit-transform: translate(0) rotate(0deg);
transform: translate(0) rotate(0deg)
}
}
@-webkit-keyframes rotatedelement2 {
0% {
-webkit-transform: translate(0);
transform: translate(0)
}
25% {
-webkit-transform: translate(10px, 10px);
transform: translate(10px, 10px)
}
50% {
-webkit-transform: translate(5px, 5px);
transform: translate(5px, 5px)
}
75% {
-webkit-transform: translate(10px, -5px);
transform: translate(10px, -5px)
}
to {
-webkit-transform: translate(0);
transform: translate(0)
}
}
@keyframes rotatedelement2 {
0% {
-webkit-transform: translate(0);
transform: translate(0)
}
25% {
-webkit-transform: translate(10px, 10px);
transform: translate(10px, 10px)
}
50% {
-webkit-transform: translate(5px, 5px);
transform: translate(5px, 5px)
}
75% {
-webkit-transform: translate(10px, -5px);
transform: translate(10px, -5px)
}
to {
-webkit-transform: translate(0);
transform: translate(0)
}
}
@-webkit-keyframes rotatedelement3 {
0% {
-webkit-transform: translate(0);
transform: translate(0)
}
25% {
-webkit-transform: translate(-10px, -10px);
transform: translate(-10px, -10px)
}
50% {
-webkit-transform: translate(-5px, -5px);
transform: translate(-5px, -5px)
}
75% {
-webkit-transform: translate(-10px, 5px);
transform: translate(-10px, 5px)
}
to {
-webkit-transform: translate(0);
transform: translate(0)
}
}
@keyframes rotatedelement3 {
0% {
-webkit-transform: translate(0);
transform: translate(0)
}
25% {
-webkit-transform: translate(-10px, -10px);
transform: translate(-10px, -10px)
}
50% {
-webkit-transform: translate(-5px, -5px);
transform: translate(-5px, -5px)
}
75% {
-webkit-transform: translate(-10px, 5px);
transform: translate(-10px, 5px)
}
to {
-webkit-transform: translate(0);
transform: translate(0)
}
}
@-webkit-keyframes rotatedelement4 {
0% {
-webkit-transform: translate(0);
transform: translate(0)
}
25% {
-webkit-transform: translate(15px, 15px);
transform: translate(15px, 15px)
}
50% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px)
}
75% {
-webkit-transform: translate(15px, -8px);
transform: translate(15px, -8px)
}
to {
-webkit-transform: translate(0);
transform: translate(0)
}
}
@keyframes rotatedelement4 {
0% {
-webkit-transform: translate(0);
transform: translate(0)
}
25% {
-webkit-transform: translate(15px, 15px);
transform: translate(15px, 15px)
}
50% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px)
}
75% {
-webkit-transform: translate(15px, -8px);
transform: translate(15px, -8px)
}
to {
-webkit-transform: translate(0);
transform: translate(0)
}
}
.page {
margin:0
}
.more-details{
display:none;
}
.click-to-hide{
display:none;
}
#masthead {
position: absolute;
top: 0;
left: 0;
z-index: 9;
width: 100%; background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); }
.swiper-slide-image {
filter: brightness(0.9);
background-position: left;
object-fit: contain;
height: 500px !important;
object-position: 10%;
width: 100%;
} .elementor-swiper-button {
z-index: 3 !important;
}
.image-path img {
-webkit-mask-image: url(//standardpoodlesanddoodles.in/wp-content/uploads/2022/06/blob.svg);
-webkit-mask-size: cover;
-webkit-mask-size: 100%;
}
.image-path:before {
content: "";
background: url(//standardpoodlesanddoodles.in/wp-content/uploads/2022/06/blob-1.svg);
width: 100%;
height: 100%;
position: absolute;
background-position: center center;
z-index: 0;
left: -10px;
right: 0;
top: -5px;
bottom: 0;
background-size:100%;
animation: spin 30s linear infinite;
}
@keyframes spin{
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.eicon-play:before {
content: '\f04b' !important;
font-family: 'Font Awesome 5 Free';
background: #df3f52;
border-radius: 50%;
font-size: 23px;
color: #fff;
-webkit-mask-image: none;
padding: 20px;
transition: .3s all;
}
.elementor-custom-embed-play i{
opacity:1 !important;
transition: .3s all;
}
.eicon-play:hover:before {
-webkit-mask-image: url(//standardpoodlesanddoodles.in/wp-content/uploads/2022/06/blob.svg);
-webkit-mask-size: cover;
-webkit-mask-position: center center;	
padding: 38px;
}
.elementor-image-carousel:not(.swiper-container-initialized).elementor-element.elementor-element-1228130 .elementor-image-carousel-caption {
bottom: 50%;
left: auto;
transform: translate(0%,50%);
right: 11%;
}
.elementor-14 .elementor-element.elementor-element-1228130 .elementor-image-carousel-caption {
text-align: center;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
z-index: 9;
background: #df3f52;
color: #ffffff;
opacity: 1;
font-size: 45px;
font-family: "Oleo Script Swash Caps", sans-serif;
text-transform: capitalize;
padding: 20px;
border-radius: 5px;
bottom: 50%;
left: auto;
transform: translate(0%,50%);
right: 11%;
width: min-content;
min-width: 36%;
}
.eicon-chevron-left:before , .eicon-chevron-right:before {
background: #00000014;
border-radius: 50%;
padding: 10px;
color: #000;
}
.contact-us-form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.contact-us-form .col-6 {
width: 47%;
}
.contact-form .col-12, .contact-us-form .col-12 {
width: 100%;
}
.contact-us-form input[type="text"], .contact-us-form input[type="tel"], .contact-us-form input[type="email"], .contact-us-form select, .contact-us-form textarea {
background: transparent;
border: none;
padding: 10px;
font-size: 15px;
margin: 0 0 25px 0;
width: 100%;
border-bottom: 2px solid #95959536;
color: #767676;
font-family: 'Oleo Script Swash Caps';
}
.contact-us-form textarea{
height:150px;
}
.contact-us-form button:hover{
color: #fff;
background-color:#df3f52;
}
.contact-us-form button {
color: #fff;
font-family: 'Oleo Script Swash Caps';
font-size: 16px;
font-weight: 400;
font-weight: 500;
padding: 18px 30px 18px 30px;
border: none;
background: #f58634;
border-radius: 5px;
transition: all 1s !important;
cursor:pointer;
background-position: center left;
background-size: 100% 100%;
}
:focus{
outline:none;
}
input:-internal-autofill-selected {
background-color:none !important;
}
.click-to-show, .click-to-hide {
cursor:pointer	
}
#menu-main-menu{
list-style-type: none;
display: flex;
margin: 0;
padding: 0;
gap: 40px;	
}
.sub-menu {
list-style-type: none;
display: flex;
margin: 0;
padding: 0;
flex-wrap: wrap;
position: absolute;
visibility: hidden;
z-index: 9;
background: #fff;
padding: 20px;
box-shadow: 0px 0px 30px -20px #000;
border-radius: 10px;
gap: 20px;
top: 40px;
width: 40vh;
max-width: 50vh;
}
.has-mega-menu:hover .sub-menu{
visibility:visible;
}
.sub-menu li{
width:100%;
}
.sub-menu li a{
color: #000;
font-weight: 400;
font-size:14px;
font-family: 'Acme';
}
#menu-main-menu li a {
color: #fff;
font-weight: 300;
font-family: 'Acme';
}
#menu-main-menu li a:hover{
color:#DF3F52;
}
#menu-main-menu>li>a{
padding:20px 0;
}
.ser_inner_list .elementor-icon-list-icon{
margin-top:-25px;
}
.elementor-9 .elementor-element.elementor-element-1764d38 img {
width: 120px;
background: #fff;
border-radius: 50%; }
.sidebar {
height: 100%; width: 0; position: fixed; z-index: 99; top: 0;
display:none;
left: 0;
background-color:#df3f52; overflow: hidden; padding-top: 60px; transition: 0.5s; }
.sidebar a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #ffffff;
display: block;
transition: 0.3s;
}
.show{
display:block;
} .sidebar a:hover {
color: #f1f1f1;
} .sidebar .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
} .openbtn {
font-size: xx-large;
cursor: pointer;
background-color: transparent;
color: black;
padding: 0;
border: none;
}
.openbtn:hover {
background-color: #444;
}
.has-mega-menu:before {
transition: all 0.5s;
content: "\f0d7";
font-family: 'Font Awesome 5 Free';
position: absolute;
right: -22px;
left: auto;
top: 50%;
margin-top: -7px;
display: block;
line-height: 1;
font-weight: bold;
font-size: 14px;
height: 14px;
width: 14px;
cursor:pointer;
}
.has-mega-menu {
position: relative;
margin-right: 17px;
}
.elementor-9 .elementor-element.elementor-element-d71c354 .elementor-icon-wrapper{
display:flex;
}
#menu-main-menu .has-mega-menu a{
pointer-events: none;
}
.has-mega-menu.open-submenu:before{
transform: rotate(180deg);
}
body{
overflow-x:hidden;
}
.image-path , .adopt-left-dots , .image-hover img , .image-hover , .image-path:before , .adopt-left-dots .adopt-left-dots3 , .adopt-left-dots .adopt-left-dots2 , .adopt-left-dots .adopt-left-dots1{
overflow:hidden;
} #main {
transition: margin-left .5s; display:none;
} @media screen and (max-height: 450px) {
.sidebar {padding-top: 15px;}
.sidebar a {font-size: 18px;}
}
@media(max-width:767px){
.heading-main .elementor-widget-container {
background-color: #00000042 !important;
}
.sidebar{
display:block;
}
#masthead{
background:transparent;
}
.left{
order:2 !important;
}
#first-block:before {
background: url(//standardpoodlesanddoodles.in/wp-content/uploads/2022/06/background-shade.png) 0 0 no-repeat;
height: 100%;
bottom: 0;
background-position: bottom;
background-size: contain;
width:100%;
}
.contact-us-form .col-6{
width:100%;
}
#main {
text-align: right;
display: block;
margin-left: 0px !important;
}
.has-mega-menu:before {
right: 0;
font-size: 20px;
color: #fff;
}
.sidebar .sub-menu a{
padding:0px;
}
.sidebar .has-mega-menu:hover .sub-menu {
position: initial;
width: 100%;
margin-left: 9px;
}
}	
.footer-first-text span {
font-size:35px
}
.pets-info > .elementor-widget-wrap{ 
padding:0 !important;
margin: 50px 0;
}
.pets-info p {
margin-bottom: 0.5em;
margin-top: 0.5em;
}
.pets-info .elementor-column-gap-default {
border: 1px solid #dedede;
} 
@media(max-width:1200px){
#menu-main-menu{
gap:30px;
}
}
@media(max-width:992px){
#menu-main-menu{
gap:25px;
}
.elementor-14 .elementor-element.elementor-element-1228130 .elementor-image-carousel-caption{
right:5% !important;
}
.swiper-slide-image{
height:300px !important;
}
.elementor-14 .elementor-element.elementor-element-1228130 .elementor-image-carousel-caption{
font-size: 30px;
padding: 15px;
}
}
@media(max-width:767px){
.swiper-slide-image {
filter: brightness(0.9);
background-position: left;
object-fit: contain;
height: 700px !important;
object-position: 100% 90%;
width: 100%;
}
.swiper-image-stretch .swiper-slide .swiper-slide-image {
width: 100%;
height: 430px;
object-fit: cover;
object-position: center;
background: #c7a10f;
}
.elementor-image-carousel-caption {
transform: none !important;
bottom: 10%  !important;
left: 50%  !important;
width: auto  !important;
right: auto  !important;
position: relative  !important;
left: 0  !important;
right: 0  !important;
width: 100  !important;
bottom: 0px  !important;
background: #c7a10f  !important;
border-radius: 0px  !important;
font-size: 40px  !important;
padding: 10px  !important;
color: #fff !important;
}
.elementor-element-bc326ca {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.elementor-9 .elementor-element.elementor-element-ca6bc08.elementor-column > .elementor-widget-wrap {
justify-content: center !important;
}
.elementor-9 .elementor-element.elementor-element-ed8b0cf.elementor-column > .elementor-widget-wrap {
justify-content: center !important;
}
.elementor-element-ca6bc08 {
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-text-top {
margin: 0;
}
.elementor-9 .elementor-element.elementor-element-561844b .elementor-heading-title {
text-align:left !important
}
}
@media(max-width:500px){
.social_card {
width: 100% !important;
}
.swiper-slide-image {
filter: brightness(0.9);
background-position: bottom;
object-fit: contain;
height: 460px !important;
object-position: 100% 70%;
}
}
.elementor-9 .elementor-element.elementor-element-1764d38 img {
width: 110px !important;
}
.elementor-9 .elementor-element.elementor-element-1764d38 {
margin-bottom:0
}
#menu-main-menu li {
position:relative
}
#menu-main-menu li:after {
content: "";
position: absolute;
bottom: -10px;
left: 50%;
transform: translate(-50%, 0);
height: 5px;
width: 5px;
background: #fff;
border-radius: 5px;
transition:0.5s all;
}
#menu-main-menu li:hover:after {
content: "";
position: absolute;
bottom: -10px;
left: 50%;
transform: translate(-50%, 0);
height: 5px;
width: 100%;
background: #DF3F52;
border-radius: 5px;
transition:0.5s all;
}
.animat-img img {
filter: invert(1);
}
.animat-img .elementor-image-box-img {
position: relative;
}
.animat-img .elementor-image-box-img::before {
opacity: 0;
transform: scale(1.2);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-animation: blobbing-reverse 25s ease-in-out infinite both alternate;
animation: blobbing-reverse 25s ease-in-out infinite both alternate;
content: "" !important;
height: 150px;
width: 150px;
z-index: 1;
left: 50%;
position: absolute !important;
z-index: -1;
transition: var(--DTBaseTransition);
top: 50%;
transform: translate(-50%, -50%);
} .animat-img .elementor-image-box-img::after{
background-color: #ddb312;
opacity: 1;
-webkit-animation: blobbing 25s ease-in-out infinite both alternate;
animation: blobbing 25s ease-in-out infinite both alternate;
content: "" !important;
height: 150px;
left: 50%;
position: absolute !important;
width: 150px;
z-index: -1;
transition: var(--DTBaseTransition);
top: 50%;
transform: translate(-50%, -50%);
}
@keyframes blobbing{
0%, 100% {
border-radius: 67% 33% 43% 57% / 27% 28% 72% 73%;
}
7% {
border-radius: 30% 70% 57% 43% / 53% 38% 62% 47%;
}
14% {
border-radius: 74% 26% 43% 57% / 51% 25% 75% 49%;
}
21% {
border-radius: 49% 51% 72% 28% / 32% 36% 64% 68%;
}
28% {
border-radius: 71% 29% 27% 73% / 52% 59% 41% 48%;
}
35% {
border-radius: 33% 67% 29% 71% / 43% 46% 54% 57%;
}
42% {
border-radius: 66% 34% 35% 65% / 68% 69% 31% 32%;
}
49% {
border-radius: 44% 56% 67% 33% / 33% 46% 54% 67%;
}
56% {
border-radius: 70% 30% 64% 36% / 43% 59% 41% 57%;
}
63% {
border-radius: 25% 75% 62% 38% / 39% 60% 40% 61%;
}
70% {
border-radius: 47% 53% 68% 32% / 70% 68% 32% 30%;
}
77% {
border-radius: 71% 29% 42% 58% / 35% 67% 33% 65%;
}
84% {
border-radius: 50% 50% 54% 46% / 69% 69% 31% 31%;
}
91% {
border-radius: 73% 27% 62% 38% / 26% 36% 64% 74%;
}
}
@keyframes blobbing-reverse{
0%, 100% {
border-radius: 73% 27% 62% 38% / 26% 36% 64% 74%;
}
7% {
border-radius: 50% 50% 54% 46% / 69% 69% 31% 31%;
}
14% {
border-radius: 71% 29% 42% 58% / 35% 67% 33% 65%;
}
21% {
border-radius: 47% 53% 68% 32% / 70% 68% 32% 30%;
}
28% {
border-radius: 25% 75% 62% 38% / 39% 60% 40% 61%;
}
35% {
border-radius: 70% 30% 64% 36% / 43% 59% 41% 57%;
}
42% {
border-radius: 44% 56% 67% 33% / 33% 46% 54% 67%;
}
49% {
border-radius: 66% 34% 35% 65% / 68% 69% 31% 32%;
}
56% {
border-radius: 43% 67% 29% 71% / 43% 46% 54% 57%;
}
63% {
border-radius: 25% 75% 62% 38% / 39% 60% 40% 61%;
}
70% {
border-radius: 71% 29% 27% 73% / 52% 59% 41% 48%;
}
77% {
border-radius: 49% 51% 72% 28% / 32% 36% 64% 68%;
}
84% {
border-radius: 74% 26% 43% 57% / 51% 25% 75% 49%;
}
91% {
border-radius: 30% 70% 57% 43% / 53% 38% 62% 47%;
}
}
@media (max-width:1024px){
.animat-img .elementor-image-box-img::after{
width:140% !important;
height:140% !important;
}
}