/*@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
} 
 
::before,
::after {
  -webkit-box-sizing: border-box; 
          box-sizing: border-box; 
}

::selection {
    color: #fff;
    background-color: #d12223;
}
@font-face {
    font-family: 'avigearegular';
    src: url('avigea-webfont.woff2') format('woff2'),
         url('avigea-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Homemade-Sausage';
    src:url('Homemade-Sausage.woff') format('woff'),
        url('Homemade-Sausage.woff2') format('woff2'),
        url('Homemade-Sausage.svg#Homemade-Sausage') format('svg'),
        url('Homemade-Sausage.eot'),
        url('Homemade-Sausage.eot?#iefix') format('embedded-opentype'),
        url('Homemade-Sausage.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
span{
    font-family: 'Homemade-Sausage';
}
label{
    font-family: 'Homemade-Sausage';
}
body {
 font-family: 'avigearegular';
  font-size: 0.9rem;
  color: #18293c;
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ffa786), to(#fe94a9));
  background-image: linear-gradient(to bottom right, #ffa786, #fe94a9);
  background-attachment: fixed;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
/*  padding: 20px 10px;*/
}

body.hide-scrolling {
  overflow-y: hidden;
}

body::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #cddc39;
  z-index: -1;
  opacity: 0.12;
   font-family: 'avigearegular' !important;
}

p {
  font-size: 0.95rem;
  font-family: 'Homemade-Sausage';
  /*text-transform:capitalize;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #18293c;
  font-size: 2.5rem;
  font-weight: 600;
  /*text-transform: capitalize;*/
 font-family: 'avigearegular';
 

}

img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none!important;
  color: #18293c;
  font-family: 'Homemade-Sausage';
}

button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          font-family: 'Homemade-Sausage';
}

ul {
  list-style: none;
  font-family: 'avigearegular';
}


section {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  min-height: calc(100vh - 70px);
 /* border-radius: 30px;*/
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: none;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

section.sec-padding {
  padding: 190px 0 0;
}

section.active {
  display: block;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}

section.fade-out {
  -webkit-animation: fadeOut 0.5s ease-in-out forwards;
          animation: fadeOut 0.5s ease-in-out forwards;
}

.section-title {
  padding: 0 15px;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  color: #000;
  font-size: 28px;
  text-transform: capitalize;

}
.section-title h1 {
  color: #e02f6b;
  font-size: 1.9rem;
  text-transform: uppercase;
}


.main {
  max-width:100%;
/*  margin: auto;*/
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.main.fade-out {
  opacity: 0;
}

.container {
  padding: 0 20px;
  width: 100%;
}

/*.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}*/

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hidden {
  display: none !important;
}

.btn-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2rem;
}

.col-4 {
  width: 33.3333333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-7 {
  width: 58.3333333333%;
}


::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: red;
}

.btn-custom {
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  color: #d12223;
  padding: 10px 28px;
  display: inline-block;
  border-radius:8px;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  z-index: 1;
  font-family: 'Homemade-Sausage';
}

.btn-custom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #d12223;
  z-index: -1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.btn-custom:hover::before {
  width: 100%;
}

.btn-custom:hover {
  color: #fff;
}

.btn-custom-bg {
  background-color: #e02f6b;
  color: #fff;
}

.btn-custom-bg::before {
  background-color: #fff;
}

.btn-custom-bg:hover {
  color: #e02f6b;
}

@-webkit-keyframes zoomInOut {
  0%,
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomInOut {
  0%,
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes bounceTop {
  0%,
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes bounceTop {
  0%,
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes dogBounce {
  0%,
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@keyframes dogBounce {
  0%,
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@-webkit-keyframes toyBounce {
  0%,
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes toyBounce {
  0%,
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes numberBounce {
  0%,
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes numberBounce {
  0%,
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@-webkit-keyframes starSpin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes starSpin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes tilt {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}

@keyframes tilt {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes heart-beat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heart-beat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes planet-orbit {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes planet-orbit {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.bg-circles {
  position: fixed;
  top: 0;
  height: 100%;
  max-width: 1350px;
  width: calc(100% - 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bg-circles .circle {
  position: absolute;
  border-radius: 50%;
}

.bg-circles .circle.circle-1 {
  height: 60px;
  width: 60px;
  background-image: linear-gradient(to top left  ,#fe9fb1 , #fce3df);
  /*background-color: #0000ff;*/
  left: 5%;
  top: 10%;
  opacity: 0.3;
  -webkit-animation: zoomInOut 8s linear infinite;
          animation: zoomInOut 8s linear infinite;
}

.bg-circles .circle.circle-2 {
height: 300px;
    width: 300px;
    background-image: linear-gradient(to top left ,#ffa786 , #ffd8d2);
    /* background-color: #e02f6b; */
    opacity: 0.4;
        left: 16%;
    top: 50%;
    -webkit-animation: bounceTop 5s ease-in-out infinite;
    animation: bounceTop 5s ease-in-out infinite;
}

.bg-circles .circle.circle-3 {
  height: 120px;
  width: 120px;
  background-image: linear-gradient(to top left  ,#f9b5aa , #fce3df);
  opacity: 0.6;
  top: 40%;
  right: -60px;
}

.bg-circles .circle.circle-4 {
  height: 90px;
  width: 90px;
  background-image: linear-gradient(to bottom right ,#ffa786 , #fce3df);
  opacity: 0.6;
  top: 80%;
  left: -30px;
}

.bg-circles .circle.circle-5 {
  height: 80px;
  width: 80px;
  background-image: linear-gradient(to top right ,#fe9fb1 , #fce1e6);
  top: 80%;
  right: 30px;
  -webkit-animation: bounceTop 2s ease-in-out infinite;
          animation: bounceTop 2s ease-in-out infinite;
}
.bg-circles .circle.circle-6 {
height: 400px;
    width: 400px;
    background-image: linear-gradient(to top left ,#ffa786 , #ffd8d2);
    /* background-color: #e02f6b; */
    opacity: 0.4;
   left: 56%;
    top: 26%;
    -webkit-animation: bounceTop 5s ease-in-out infinite;
    animation: bounceTop 5s ease-in-out infinite;
}
.bg-circles .circle.circle-7 {
  height: 250px;
  width: 250px;
  background-image: linear-gradient(to bottom right ,#ffa786 , #fce3df);
  opacity: 0.6;
  top: 20%;
  left: 20px;
}

.modal {
  position: fixed;
  top: 40%;
  left: 50%;
  width: 600px;
  max-width: 95%;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  z-index: 99;
}

.modal.modal--active {
  -webkit-transform: translate(-50%, -40%) scale(1);
          transform: translate(-50%, -40%) scale(1);
}

.modal__header {
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__close-btn {
  font-size: 2rem;
  color: #e02f6b;
  width: 35px;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.modal__body {
  padding: 1rem 2rem;
}

.modal__body .contact-form {
  margin-bottom: 1rem;
}

.modal__body .contact-form .input-group {
    margin-bottom: 22px;
}

.modal__body .contact-form .input-group .input-control {
  border: 0.5px solid #e02f6b;
  height: 45px;
}

.modal__body .contact-form .input-group textarea.input-control {
    height: 110px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  pointer-events: none;
  z-index: 98;
}

.modal-overlay.modal-overlay--active {
  opacity: 1;
  pointer-events: all;
}
/*NAVIGATION BAR SECTION START*/
header {
    transition: all 0.3s ease-in-out;
    height: auto;
}
.logo {
    padding: 8px 0px;
    width: 325px;
}
.mob-menu {
    display: none;
}
.main-menu {
    margin: 20px 0px;
    float: right;
}
.main-menu ul.nav {
    float: left;
    margin-right: 20px;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-top:6px;
}
.nav li:first-child {
    margin-left: 0px;
}
.main-menu ul {  display: inline-block; }
.main-menu ul li {
    position: relative;
    display: inline-block;
    margin: 12px 13px;
}
.main-menu ul li a {
  font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Homemade-Sausage';
      transition: 0.1s;
}
.main-menu ul li a:hover {
 color: #d12223;
    border-bottom: 4px solid #d12223;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

}
.main-menu ul li #active {
  color: #000;
    border-bottom: 4px solid #d12223;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 5px;
    font-weight: 600;
    font-family: 'Homemade-Sausage';
    visibility: visible;

    
}
.main-menu a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #18d26e;
    visibility: hidden;
    width: 0px;
    transition: all 1s ease-in-out 2s;
}
.main-menu ul.right-nav{   
 padding-left:0px;
}
.main-menu ul.right-nav li a {
    width: 150px;
    height: 45px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    color: #3a76cb;
    border: solid 1px #3a76cb;
    vertical-align: middle;
    display: table-cell;
}
.main-menu ul.right-nav li:last-child {
    margin-right: 0px;
}
.main-menu ul.right-nav li.active a {
    background-color: #3a76cb;
    color: #fff;
}
@media(max-width:1000px){
  .logo {
    display: inline-block;
    width: 78%;
    padding: 10px 10px 10px 0px;
}
.mob-menu {
    display: inline-block;
    width: 20%;
}
.mob-menu span {
    border: solid 2px #d12223;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 2px 6px;
    width: 50px;
    color: #d12223;
    font-size: 25px;
    cursor: pointer;
    margin-left: 30px;

} 

.main-menu {
    margin: 0px 0px 20px 0px;
    float: left;
    background-color: #f1f1f1;
    width: 100%;
    display: none;
} 
.main-menu ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    width: 100%;
}
  .main-menu ul.right-nav {
    text-align: center;
    margin-top: 6px;
}
ul.right-nav {
    margin-bottom: 10px;
}
.main-menu {
    margin: 0px 0px 20px 0px;
    float: left;
    background-color:  #f1f1f14d;
    width: 100%;
    display: none;
}
.main-menu ul li {
    display: block;
    width: 100%;
    margin: 0px;
}
 .nav li:first-child {
    margin-left: 0px;
}
.main-menu ul li a {
    padding: 10px 15px;
    display: block;
    border-bottom: solid 1px #e2e4e6;
    text-align: center;
}
 .main-menu ul.right-nav li {
    margin-left: 0px;
    margin-right: 30px;
    display: inline-block;
    width: 150px;
}
 .main-menu ul.right-nav li a {
    font-size: 18px !important;
}
}
/*NAVIGATION BAR SECTION END*/





.footer {
  width: 100%;
  padding: 0 5px 0;
  margin-top: 10rem;
}

.footer .container {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  position: relative;
}

.footer .container .newsletter-container {
  position: absolute;
  left: 50%;
  top: -100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.footer .container .newsletter-container .row {
  padding: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .container .newsletter-container .row .col {
  width: 100%;
}

.footer .container .newsletter-container .row .col h6 {
  font-size: 2rem;
  line-height: 42px;
  margin-bottom: 1rem;
}

.footer .container .newsletter-container .row .col p {
  letter-spacing: 1px;
  opacity: 0.8;
}

.footer .container .newsletter-container .row .col .newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.footer .container .newsletter-container .row .col .newsletter-form .form-control {
  display: block;
  background: transparent;
  padding: 1rem 1.5rem;
  color: #18293c;
  font-size: 0.95rem;
  letter-spacing: 1px;
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  outline: none;
      font-family: 'Homemade-Sausage';
}

.footer .container .newsletter-container .row .col .newsletter-form .form-control:focus {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.footer .container .newsletter-container .row .col .newsletter-form .btn-custom {
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid transparent;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.5rem;
}

.footer .container .footer-container {
  margin-top: 140px;
  padding: 1.2rem 0;
  font-weight: 500;
}

.footer .container .footer-container .row .col {
  width: 100%;
  padding: 0.9rem;
}

.footer .container .footer-container .row .col a {
  color: #18293c;
  font-size: 0.95rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.footer .container .footer-container .row .col a:hover {
  color: #e02f6b;
}

.footer .container .footer-container .row .col .about-company .img-container {
  max-width: 60%;
  margin: auto;
  margin-bottom: 0.7rem;
}

.footer .container .footer-container .row .col .about-company .img-container a {
    display: block;
    padding: 0;
}

.footer .container .footer-container .row .col .about-company .text-container {
  max-width: 80%;
  margin: auto;
}

.footer .container .footer-container .row .col .top-heading {
  margin-bottom: 1rem;
}

.footer .container .footer-container .row .col .top-heading h6 {
  font-size: 1.5rem;
}

.footer .container .footer-container .row .col .links-list {
  margin-left: 0.3rem;
}

.footer .container .footer-container .row .col .links-list li {
  margin-bottom: 0.4rem;
}

.footer .container .footer-container .row .col .links-list li:last-child {
  margin-bottom: 0;
}

.footer .container .footer-container .row .col .contact-details {
    padding-top: 0.44rem;
}

.footer .container .footer-container .row .col .contact-details .contact-item {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footer .container .footer-container .row .col .contact-details .contact-item:last-child {
  margin-bottom: 0;
}

.footer .container .footer-container .row .col .contact-details .contact-item p {
  position: relative;
  padding-left: 1.8rem;
}

.footer .container .footer-container .row .col .contact-details .contact-item p i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
}

.footer .container .footer-container .row .col .contact-details .address-container p i {
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer .container .footer-container .row .col .contact-details .social-links-container .social-links a {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  color: #e02f6b;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0;
  margin: 0.2rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.footer .container .footer-container .row .col .contact-details .social-links-container .social-links a:hover {
  color: #fff;
  background-color: #e02f6b;
}

.footer .copyright-section {
  padding: 1rem 0;
}

.footer .copyright-section .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .copyright-section .row .separator {
  margin: 0 0.5rem;
}

.footer .copyright-section .row .developed-by .fa-heart {
  margin: 0 0.1rem;
  -webkit-animation: heart-beat 2s infinite;
          animation: heart-beat 2s infinite;
}

.card-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1350px;
}

.card-container .card {
  position: relative;
  width: 280px;
  height: 400px;
  margin: 20px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-container .card .content {
  padding: 20px;
  text-align: center;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.card-container .card .content h3 {
  position: absolute;
  top: -60px;
  right: 20px;
  font-size: 8em;
  color: #e02f6b;
  opacity: 0.15;
  pointer-events: none;
}

.card-container .card .content h4 {
  font-size: 2rem;
  z-index: 1;
}

.card-container .card .content p {
  font-size: 0.95rem;
}

.card-container .card:hover .content {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.home-section {
  padding: 10px 0px 20px 0px;
}

.home-section .section-title {
  margin-top: 80px;
}

.home-section .container .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-section .container .row.home-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.home-section .container .row .home-text-content {
  width: 100%;
  margin-top: 90px;
}

.home-section .container .row .home-text-content h3 {

  line-height: 30px;
}
@media screen and (max-width: 480px) {
.home-section .container .row .home-text-content h3 {
line-height: 30px;
font-size:21px;
font-weight:600;
}
.hero_section_social_icon .follow{
font-size: 17px;
    font-family: 'Homemade-Sausage';
    letter-spacing: 4px;
    margin-top: 13px;
}
.social-links a{
      margin-right: 29px;
    font-size: 19px;
    color: #000;
}

}
.home-section .container .row .home-text-content h1{
font-size: 55px;
    /* line-height: 20px; */
    line-height: 80px;
    font-family: 'avigearegular';
    letter-spacing:8px;
}
.home-section .container .row .home-text-content h4{
  font-weight: 500;
  font-size: 25px;
  line-height: 50px;
font-family: 'avigearegular';
}
.hero_section_social_icon span{
  font-size: 25px;
font-family: 'avigearegular';
  letter-spacing:10px;
}

.animate-charcter
{
   text-transform: uppercase;
     background-image: linear-gradient( -225deg, #d12324 0%, #44107a 29%, #0e0e0e 67%, #fff800 100% );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 25px;
      letter-spacing:4px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
 .social-links a{
 margin-right: 30px;
    font-size: 25px;
    color: #000;
   /* background-color: #a958610f;*/
  /*  padding: 6px;*/

}

.classes_section_start h2{
  text-align: center;
}

.classes_card{
 background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(2px);
padding: 10px;
border-radius: 10px;
}
.classes_card img{
  border-radius: 10px;
}
.btn2{
  margin-top: 9px;
  text-align: right;
}
.btn2 button{
 padding: 6px;
 border:transparent;
 border-radius: 6px;
 background-color: #fff;
 width: 130px;


}
.card_content .fa{
  color: #FDCC0D;
}
.card_content h4{
    font-size:20px;
    
}
.view h4{
  color: #d12223!important;
  text-align: right;
  text-decoration: none!important;
}

.home-section .container .row .home-img .img-container .img-1 {
  -webkit-animation: dogBounce 7s ease-in-out infinite;
          animation: dogBounce 7s ease-in-out infinite;
}

.home-section .container .row .home-img .img-container .img-2 {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: -3px;
  left: -20px;
  -webkit-animation: toyBounce 5s ease-in-out infinite;
          animation: toyBounce 5s ease-in-out infinite;
}

.home-section .container .row .home-img .img-container .img-3 {
  width: 30px;
  height: auto;
  position: absolute;
  top: -53px;
  right: 110px;
  -webkit-animation: starSpin 6s linear infinite;
          animation: starSpin 6s linear infinite;
}



.home-section .card-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-section .card-container .card {
  height: 410px;
  max-width: 25%;
  margin: 0;
}

.home-section .card-container .card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.home-section .card-container .card .content h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 40px;
}

.home-section .card-container .card .content p {
  margin-bottom: 1rem;
}

.home-section .card-container .card .content .img-box {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
  height: 140px;
  width: 100%;
}



.home-section .breed-banner-container .breed-banner-bg .content-bx {
  width: 90%;
  max-width: 800px;
}

.home-section .breed-banner-container .breed-banner-bg .content-bx .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-section .breed-banner-container .breed-banner-bg .content-bx .wrapper .dynamic-txts {
  margin-left: 15px;
  line-height: 90px;
  height: 90px;
  overflow: hidden;
}

.home-section .breed-banner-container .breed-banner-bg .content-bx .wrapper .dynamic-txts li {
  position: relative;
  top: 0;
  -webkit-animation: slide 12s steps(4) infinite;
          animation: slide 12s steps(4) infinite;
}

.fade-in-text{
   font-family: 'Homemade-Sausage';
  animation: fadeIn 3s;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/*FADE IN UP CSS SECTION*/
@keyframes fadeInUp {
    from {
        transform: translate3d(0,60px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,60px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/*FADE IN UP CSS SECTION END*/

.home-section .home-banner {
  margin: 80px 0 0;
}



/*ABOUT US SECTION CSS START*/
.about_us_section{
  padding: 20px 0px;
}
.about_us_section h4{
  color:#d12223;
}
.about_us_section h2{
  font-weight: 700;
  line-height: 54px;
}
.about_us_section p{
  font-size: 17px;
  font-family: 'Homemade-Sausage';
  font-weight: 500;
  /*text-transform: capitalize;*/
  text-align:justify ;
}
.experience span{
  color: #d12223;
  font-size: 50px;
  font-weight: bold;
  margin-right: 8px;
}
.experience button{
  padding: 10px;
    border: transparent;
    border-radius: 6px;
   background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    width: 130px;
}
.right_side_img{
  border: 1px solid #d12223;
  border-radius: 10px;
  padding: 20px;
}
/*.about-us-section img{
  height: 400px;
}*/
/*ABOUT US SECTION CSS END*/

/*DEMO CLASS SECTION  START*/
.add_review{
 background-color: #ffffff40;
    padding: 36px 50px;
    border-radius:20px;

}
.add_review h3{
    font-size:35px;
    margin-bottom:15px;
}

/*DEMO CLASS SECTION END*/

/*TESTIMONIAL SECTION START*/


/*======slik slider css start======*/

.slider {
  max-width: 1300px;
  margin: 30px auto;
}
.slick-slide {
  margin: 0 5px;
}
.slick-list {
  margin: 0px -5px 0px -5px;
}




/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    /*margin-left: 30px;*/
    height: 100%;
    min-height: 1px;
}


[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-slider
{
 margin-bottom: 0px;
    margin-top:0px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

figure.snip1192 {
font-family: 'Homemade-Sausage';
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px;
  color: #333;
  text-align: left;
    display: block;
  border-radius: 8px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.6em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 40px;
  height: 200px;
  width: 300px;
}
}

figure .author img {
  max-width: 100%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
figure.snip1192 blockquote {

}
figure.snip1192 blockquote:before,
figure.snip1192 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1192 blockquote:before {
  top: 35px;
  left: 20px;
}
figure.snip1192 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 15px;
}
figure.snip1192 .author {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
figure.snip1192 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1192 .author h5 span {
  font-weight: 400;
  text-transform: none;
  display: block;
}
/*======slik slider css end======*/
/*TESTIMONIAL SECTION END*/


/*BLOG SECTION START*/

.blog_section_start{
  padding: 10px 0px;
  position: relative;
}
.first_blog_section img{
  width: 350px;
}
.blog_card{
 max-width: 340px;
    background-color: #fff;
    padding:15px;
    border-radius: 10px;
    position: absolute;
    top: 57px;
    right: 52px;
    box-shadow: 4px -2px 0px -2px #d12223;
}
.blog_card h5{
  font-weight: 500;

}
.post_day span{
  font-size: 12px;
  margin-left: 5px;
 font-family: 'Homemade-Sausage';
}
.blog_content p{
  text-align: justify;
  font-size: 15px;

}
.blog_content a{
  color: #d12223;
  font-size: 18px;
  font-weight: 500;
  font-family: 'avigearegular';

}
.blog_content .fa-solid{
  color: #d12223;
  font-size: 20px;
  margin-left: 15px;
}
.highlight-review {
    padding: 40px;
    background-color: #ffffff5e;
    border-radius: 20px;
    position: relative;
}
/*BLOG SECTION END*/

/*EVENT SECTION START*/
.event_content a{
 font-size:16px;
 color: #d12223;
 font-family: 'avigearegular';
}
.event_content p{
 font-size:15px;
 color: #d12223;
}
/*EVENT SECTION END*/
/*CONTACT US SECTION START*/
.contact_details{
  padding: 30px;
}
.contact_details h3{
  font-size: 30px;
  font-weight: 600;
  
}
.contact_details .fa{
  font-size: 25px;
  color: #000;
}
.contact_details span{
  font-size: 20px;
  margin-left: 10px;
}
.form-box {
  max-width: 500px;
  margin: auto;
  padding:20px 50px;
}

.form-box .btn{
    background-color: #d12223;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-family: 'avigearegular';
}

/*CONTACT US SECTION END*/

/*FOOTER SECTION START*/
.footer-section {
  
  position: relative;
}
.footer-cta {
    border-bottom: 1px solid #37363626;
    background-color: #f4eef340;
    padding: 38px;
    border-radius: 15px;
}
.single-cta i {
  color: #000;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width:330px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #000;
  line-height: 28px;
}
.footer-social-icon span {
  color: #d12223;
  display: block;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Homemade-Sausage';
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color:#d12223;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  margin-top: 32px;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #000;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #d12223;
}
.footer-widget ul li a {
  color: #000;
  /*text-transform: capitalize;*/
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #fff;
  border: 1px solid #fff;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #d12223;
    padding: 13px 20px;
    border: 1px solid #d12223;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{

  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #000;
}
.copyright-text p a{
  color: #d12223;
  margin-left: 5px;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #d12223;
}
.footer-menu li a {
  font-size: 14px;
  color: #000;
}
.footer-social-icon i{
  background-color: #000;
}
/*FOOTER SECTION END*/

/*ABOUT US PAGE CSS START*/
.about-us-page{
  padding: 30px 0px;

}
.about_banner{
  height:300px;
  background-color: #f4eef340;
  padding-top: 125px;
}
.about_heading{
  text-align: center;
  margin: auto;
}
.about_content h3 {
  color: #d12223;
  letter-spacing:3px;
}
.about_content p{
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 35px;
    text-align: justify;
}
/*.side_img img{*/
/*  height: 550px;*/
/*}*/
.about_company{
  padding: 30px;
 background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
 box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.25);
 backdrop-filter: blur(2px);
 border-radius: 5px;
 max-width: 1200px;
 display: block;
 margin: auto;
}
.company_details li{
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
font-family: 'Homemade-Sausage';
font-weight:600;
  list-style-type:disc;
  line-height: 40px;

}
.music_icon img{
  width: 80px;
}
.music_icon p{
font-weight:600;
}
.about_founder h2{
  text-align: center;
  color: #d12223;
}
.about_founder p{
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  line-height: 40px;
}
.main_content{
  position: relative;
}
.title_section{
    align-item:center;
}
.content_kaushik{
  width: 900px;
  display: block;
  margin: auto;
}
.main_content img{
position: absolute;
}

.our_story p{

    line-height: 38px;
    text-align: justify;
    margin-top: 10px;
    font-size:16px;

}

.our_philoshophy p{
    line-height: 38px;
    text-align: justify;
    margin-top: 10px;
    font-size:16px;
}
.our_philoshophy img{
  max-width: 405px;
}

/*ABOUT US PAGE CSS END*/

/*SIGN-UP SECTION START*/
.sign_up_section{
   background-color:#ffffff54;
   padding: 30px 0px;
   border-radius: 20px;
}
.sign_up_section h2{
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;

}
.left-side-guitar{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.left-side-guitar img{
  height: 500px;
}
.form label{
  font-size:18px;
  font-weight: 600;
}
.form-group .input_field {
    padding: 22px;
    font-family: 'Homemade-Sausage';
}
/*SIGN-UP SECTION END*/

/*REGISTRATION SECTION START*/
.registration{
      background-color:#ffffff47;
  max-width: 700px;
  display: block;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
}
.registration .input_field{
  
}
.reg_summery{
  background-color: #fff;
  max-width: 400px;
  display: block;
  margin: auto;
  padding: 30px;
  border-radius: 20px;
}
.summery{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.summery h5{
   font-weight: 600;
}
.summery p{
  font-size: 18px;
}

.pay_now_btn{
  width: 200px;
  padding: 10px;
  background-color: #d12223;
  border: none;
  color: #fff;
  border-radius: 10px;
  display: block;
  margin-left:auto;
  margin-right:auto;
  margin-top: 20px;
}
.payment_App{
text-align: center;
margin-top: 20px;
}
.payment_App img{
  width: 250px;
  text-align: center;
}
.success_img{
  max-width: 400px;
  display: block;
  margin: auto;
  margin-top: 30px;
}
/*REGISTRATION SECTION END*/

/*EVENT SECTION START*/

.event_card{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding:10px;
  border-radius: 15px;
  margin-top: 10px;
  background-color:#fff;
}
/*.event_card img{*/
/*  height: 100px;*/
/*}*/
.arrow a{
  font-size: 30px;
  color:#d12223;
}
.event_card h6{
  color: #d12223;
}
.work_card{
  background-color:#ffffff42;
  margin-top:20px;
 }
.work_card_content h4{

}
.work_card_content p{
  font-weight: 400;
font-family: 'Homemade-Sausage';
}
.work_shop_details{
  display: flex;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  align-items: center;
}
.work_shop_details a{
  color: #d12223;
  font-size: 18px;
}

/*EVENT SECTION END*/

/*EVENT DETAILS SECTION START*/
.mahostav_content h2{
letter-spacing:4px;
  margin: 5px 0px;

}
.mahostav_content h6{

  margin: 5px 0px;
  color: #d12223;

}
.mahostav_content p{
  font-weight: 500;
  font-size: 18px;
  padding: 5px 0px;
  line-height: 33px;
  text-align: justify;
}
.mahostav_activity h2{

  margin: 5px 0px;

}
.mahostav_activity p{
  font-weight: 500;
  font-size: 22px;
  padding: 5px 0px;
  line-height: 35px;
  text-align: justify;
}
.bottom_content p{
    font-weight: 500;
  font-size: 22px;
  padding: 5px 0px;
  line-height: 45px;
  text-align: justify;
}
.mahostav_event_details{
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.mahostav_event_details h3{

  padding: 6px 0px;
  margin: 6px 0px;
}
.mahostav_event_details i{
  color: #d12223;
  font-size: 18px;
  padding: 8px 0px;
}
.mahostav_event_details span{
  font-weight: 300;
  font-size:15px;
  margin-left: 5px;
}

.Organized_details h2{
  margin: 5px 0px;
}
.Organized_details i{
  color: #d12223;
  font-size: 25px;
  margin-top: 15px;
}
.Organized_details p{
  margin-left: 12px;
  font-size: 15px;
  font-weight: 500;
}

/*EVENT DETAILS SECTION END*/

/*COURCE DETAILS SECTION START*/
.cource_details h2{
  margin: 5px 0px;
}
.cource_details p{
font-weight: 500;
    font-size: 16px;
    padding: 5px 0px;
     text-align: justify; 
    line-height: 30px;
}
.cource_details i{
    color: #d12223;
  font-size: 20px;
 
}
.cource_details h6{
  margin-left: 10px;
  font-size: 17px;
}
.button-register button{
  border: none;
  background-color: #d12223;
  color: #fff;
  padding: 10px;
  width: 154px;
  border-radius: 10px;
  font-size:13px;

}
.cource_details h4{
  font-weight: 600;
}
.list_item li{
padding: 5px;
    margin: 5px;
    list-style-type: disc;
    font-size: 17px;
    font-weight: 500;
    /*text-transform: capitalize;*/
    font-family: 'avigearegular';

}

.carnatic_vocal_class{

}
@media screen and (max-width: 480px) {
.carnatic_vocal_class iframe{
    width: 360px;
}
}

.about_carnatical h2{
  font-weight: 600;
  text-align: center;

}
.about_carnatical span{
  color: #d12223;
}
.about_carnatical p{
font-weight: 500;
    font-size:16px;
    line-height: 30px;
    text-align:justify;
}
.tags{
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  

}
.tags a{
    margin-top:13px;
    color:#000;
}
.tags a:hover{
    color:#d12223;
}
.topic_cover{
    /*margin-left:25px;*/
    line-height:35px;
}
.tags h3{
}
.tags p{

  padding: 6px;
  font-size: 20px;
  margin-left: 10px;
}
.instructor_img img{
  width: 62px;
}
.review span{
  font-weight: 600;
  margin-left: 10px;
}
.instructor_section p{
  font-weight: 400;
  font-size: 16px;
  padding-top: 15px;
}


.bottom_review p{
  font-weight: 400;
  font-size: 16px;
  padding-top: 15px;
}
.review-btn{
    border: none;
  background-color: #d12223;
  color: #fff;
  padding: 10px;
  width: 200px;
  border-radius: 10px;
  text-transform: capitalize;
}

/*COURCE DETAILS SECTION START*/

.category-section .category-carousel-container {
  margin-bottom: 6rem;
}

.category-section .category-carousel-container .carousel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.category-section .category-carousel-container .carousel-header .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-section .category-carousel-container .carousel-header .title h3 {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.category-section .category-carousel-container .carousel-header .view-all a {
  color: #e02f6b;
}
.single-page-breed-section .breed-info .faq__section h4 {
    font-size: 2rem;
}

.single-page-breed-section .breed-info .faq__section .container-fluid .accordion {
  width: 100%;
  background-color: #18293c;
  padding: 0.8rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1rem 0;
  cursor: pointer;
}

.single-page-breed-section .breed-info .faq__section .container-fluid .accordion .icon {
  color: #fff;
  margin: 0 1.5rem;
  width: 15px;
  -webkit-transition: 250ms ease-in;
  transition: 250ms ease-in;
}

.single-page-breed-section .breed-info .faq__section .container-fluid .accordion h5 {
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
}

.single-page-breed-section .breed-info .faq__section .container-fluid .accordion.active .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.single-page-breed-section .breed-info .faq__section .container-fluid .panel {
  padding: 0 1rem;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

.single-page-breed-section .breed-info .faq__section .container-fluid .panel p {
  line-height: 25px;
}

.single-page-breed-section .get-puppy-bx {
  text-align: center;
  margin-top: 3rem;
}

.puppy-stage-section .puppy-box .row .col-6 {
  width: 100%;
  padding: 1.2rem 0;
}

.puppy-stage-section .puppy-box .row .col-6 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  paddang: 1.5rem;
  height: 100%;
  min-height: 250px;
}

.puppy-stage-section .puppy-box .row .col-6 .content .img-box {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.puppy-stage-section .puppy-box .row .col-6 .content .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.puppy-stage-section .puppy-box .row .col-6 .content .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.puppy-stage-section .puppy-box .row .col-6 .content .text-box h6 {
  line-height: 35px;
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
}

.puppy-stage-section .puppy-box .row .col-6 .content .text-box p {
    margin-bottom: 1.2rem;
}

.puppy-stage-section .puppy-box .row .col-6 .content:hover .img-box img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.puppy-stage-1-section .section-content .img-container {
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 2rem;
  width: 100%;
    max-width: 670px;
}

.puppy-stage-1-section .section-content .text-container h1 {
  margin-bottom: 1.5rem;
  line-height: 50px;
}

.puppy-stage-1-section .section-content .text-container p {
  margin-bottom: 1rem;
}

.puppy-stage-1-section .section-content .text-container p:last-child {
  margin-bottom: 0;
}

.puppy-stage-1-section .section-content .text-container h2 {
  font-size: 1.5rem;
  margin: 1.5rem 0;
}

.puppy-stage-1-section .section-content .text-container .list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
}

.puppy-stage-1-section .section-content .text-container .list li:last-child {
  margin-bottom: 0;
}

.puppy-stage-1-section .section-content .text-container .list li::before {
  position: absolute;
  content: "\f1b0";
  font-family: "font awesome 6 free";
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 1rem;
  color: #e02f6b;
}

.puppy-stage-1-section .section-content .text-container .tab-accordion-box {
  position: relative;
  display: inline-block;
  margin: 2.5rem 0 0;
}

.puppy-stage-1-section .section-content .text-container .tab-accordion-box .tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  border-bottom: 1px solid #333;
  width: 100%;
}

.puppy-stage-1-section .section-content .text-container .tab-accordion-box .tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  height: 31px;
  line-height: 31px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  background-color: #666;
  color: #ccc;
  overflow: hidden;
  position: relative;
}

.puppy-stage-1-section .section-content .text-container .tab-accordion-box .tabs li:hover {
  background-color: #ccc;
  color: #333;
}

.puppy-stage-1-section .section-content .text-container .tab-accordion-box .tabs li.active {
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
  display: block;
}

.puppy-stage-1-section .section-content .text-container .tab-accordion-box .tabs .tab_last {
  border-right: 1px solid #333;
}

.puppy-stage-1-section .section-content .text-container .tab_container {
  border: 1px solid #333;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.puppy-stage-1-section .section-content .text-container .tab_container .tab_drawer_heading {
  display: none;
}

.puppy-stage-1-section .section-content .text-container .tab_container .tab_content {
  padding: 20px;
  display: none;
}

@media (max-width: 480px) {
  .puppy-stage-1-section .section-content .text-container .tab-accordion-box .tabs {
    display: none;
  }
  .puppy-stage-1-section .section-content .text-container .tab-accordion-box .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .puppy-stage-1-section .section-content .text-container .tab-accordion-box .d_active {
    background-color: #666;
    color: #fff;
  }
}

.adoption-section .section-title {
  margin-top: 80px;
}

.adoption-section .main-heading {
  margin-top: 0;
}

.adoption-section .top-section .row.align-items-center {
    flex-direction: column-reverse;
}

.adoption-section .top-section .col-7 {
  width: 100%;
}

.adoption-section .top-section .col-5 {
  width: 100%;
  margin-bottom: 2rem;
}

.adoption-section .top-section .text-bx {
  margin-bottom: 2rem;
}

.adoption-section .top-section .text-bx .typewrite {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.adoption-section .top-section .text-bx p {
  margin-bottom: 0.7rem;
}

.adoption-section .top-section .img-bx {
  border-radius: 15px;
  overflow: hidden;
}

.adoption-section .planning-box .col-4 {
  padding: 0.7rem;
  width: 100%;
}

.adoption-section .planning-box .item {
  padding: 1rem;
  text-align: center;
  height: 100%;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.adoption-section .planning-box .item .icon-box {
  margin: 0 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adoption-section .planning-box .item .icon-box img {
  width: 55px;
  display: block;
}

.adoption-section .planning-box .item .heading-box {
  margin-bottom: 1rem;
}

.adoption-section .planning-box .item .heading-box h5 {
  line-height: 35px;
  font-size: 1.5rem;
}

.adoption-section .rcc-dog-box .col-6 {
  width: 100%;
}

.adoption-section .rcc-dog-box .first-rcc-box {
  padding-right: 1.5rem;
}

.adoption-section .rcc-dog-box .adoption-card {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.adoption-section .rcc-dog-box .adoption-card .img {
  overflow: hidden;
}

.adoption-section .rcc-dog-box .adoption-card .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.adoption-section .rcc-dog-box .adoption-card .text {
  padding: 1rem;
}

.adoption-section .rcc-dog-box .adoption-card .text .desc-box,
.adoption-section .rcc-dog-box .adoption-card .text .breed-box,
.adoption-section .rcc-dog-box .adoption-card .text .gender-box,
.adoption-section .rcc-dog-box .adoption-card .text .age-box,
.adoption-section .rcc-dog-box .adoption-card .text .size-box,
.adoption-section .rcc-dog-box .adoption-card .text .training-box {
  margin-bottom: 1rem;
}

.adoption-section .rcc-dog-box .adoption-card .text .desc-box .title,
.adoption-section .rcc-dog-box .adoption-card .text .breed-box .title,
.adoption-section .rcc-dog-box .adoption-card .text .gender-box .title,
.adoption-section .rcc-dog-box .adoption-card .text .age-box .title,
.adoption-section .rcc-dog-box .adoption-card .text .size-box .title,
.adoption-section .rcc-dog-box .adoption-card .text .training-box .title,
.adoption-section .rcc-dog-box .adoption-card .text .health-box .title {
  font-weight: 500;
}

.adoption-section .rcc-dog-box .adoption-card .text .btn-box {
  text-align: right;
}

.adoption-section .rcc-dog-box .adoption-card:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.adoption-section .all-dog-box .all-dog-slider .slick-arrow {
  width: 35px;
  height: 35px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.adoption-section .all-dog-box .all-dog-slider .slick-arrow::before {
  font-size: 35px;
  color: #e02f6b;
  line-height: 40.5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.adoption-section .all-dog-box .all-dog-slider .card {
  padding: 0 1rem;
}

.adoption-section .all-dog-box .all-dog-slider .card .content {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 410px;
}

.adoption-section .all-dog-box .all-dog-slider .card .content .img-box {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
  height: 140px;
  width: 100%;
}

.adoption-section .all-dog-box .all-dog-slider .card .content .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.adoption-section .all-dog-box .all-dog-slider .card .content h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 40px;
}

.adoption-section .all-dog-box .all-dog-slider .card .content p {
  margin-bottom: 1rem;
}

.adoption-section .all-dog-box .all-dog-slider .slick-dots {
  bottom: -45px;
}

.adoption-section .all-dog-box .all-dog-slider .slick-dots li button::before {
  font-size: 12px;
  color: #e02f6b;
}

.post-card__info img{
  width: 15px;
}

.grid-container {
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.grid-container .section__title {
  line-height: 1.3;
  margin: 0 0 32px;
}

.tag h4{
  margin-top: 20px;

}
.tag span{
    border: 1px solid #000;
    padding: 2px;
    font-weight: 400;
   font-family: 'Homemade-Sausage';
}
.blog-icon i{
  font-size: 25px;
  margin-right: 10px;
  color: #fff;
}
.grid-container .post-card {
 position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    overflow: hidden;
    margin-top: 10px;
    height: 400px;

}

.grid-container .post-card .post-card__anchor-tag {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.grid-container .post-card .post-card__img-container {
  padding-top: 50%;
  position: relative;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.grid-container .post-card .post-card__img-container .post-card__img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.grid-container .post-card .post-card__body {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
          padding: 10px;
}
.post-card__body button{
  border-color: #d12223;
  padding: 5px;
  color: #d12223;
  background-color: transparent;
  border-radius: 10px;
  width: 160px;
  font-size: 20px;
font-family: 'Homemade-Sausage';
margin-top:5px;
}


.grid-container .post-card .post-card__body .post-card__info {
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #18293c;
  font-size: 0.9rem;
  opacity: 0.5;
}

.grid-container .post-card .post-card__body .post-card__info .post-card__info-divider {
  margin: 0 0.75rem;
}

.grid-container .post-card .post-card__body .post-card__title {
    line-height: 1.3;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    margin-top: 9px;
    margin-bottom: 0.6rem;
font-family: 'Homemade-Sausage';
    font-weight: 600;
}
.post-card__para{
font-family: 'Homemade-Sausage';
  font-size: 14px;
  font-weight: 500;
}

.grid-container .post-card:hover {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.grid-container .post-card:hover .post-card__img-container {
  overflow: hidden;
}

.grid-container .post-card:hover .post-card__img-container .post-card__img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.blog-single-section .container .main-content .col-4 {
  width: 100%;
}

.blog-single-section .container .main-content .col-8 {
  width: 100%;
}

.blog-single-section .container .main-content .sidebar .search-bar-box {
  margin-bottom: 2rem;
}

.blog-single-section .container .main-content .sidebar .search-bar-box .search-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.blog-single-section .container .main-content .sidebar .search-bar-box .search-option input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0.5rem 0;
}

.blog-single-section .container .main-content .sidebar .search-bar-box .search-option button {
  background-color: transparent;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.blog-single-section .container .main-content .sidebar .recent-blog-box {
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.blog-single-section .container .main-content .sidebar .recent-blog-box h4 {
  padding: 1rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.blog-single-section .container .main-content .sidebar .recent-blog-box .recent-post {
  padding: 0.5rem 1rem;
}
.main-content h3{
  margin-bottom: 10px;
}

.blog-single-section .container .main-content .sidebar .recent-blog-box .recent-post ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}

.blog-single-section .container .main-content .sidebar .recent-blog-box .recent-post ul li:last-child {
  border-bottom: none;
}

.blog-single-section .container .main-content .sidebar .recent-blog-box .recent-post ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recent-post a{
    color:#000;
}

.blog-single-section .container .main-content .sidebar .recent-blog-box .recent-post ul li .img-bx {
  width: 70%;
  padding: 1rem 0.5rem 1rem 0;
}

.blog-single-section .container .main-content .sidebar .recent-blog-box .recent-post ul li .text-bx {
  width: 70%;
  padding: 1rem 0 1rem 0.5rem;
}

.blog-single-section .container .main-content .blog-box {
  margin-bottom: 0;
}

.blog-single-section .container .main-content .blog-box .blog-post-wrapper .post-thumbnail {
  border-radius: 5px;
  overflow: hidden;
}

.blog-single-section .container .main-content .blog-box .blog-post-wrapper .post-information {
  padding: 1rem 0 0 0;
}

.blog-single-section .container .main-content .blog-box .blog-post-wrapper .post-information h2 {
  line-height: 55px;
}

.blog-single-section .container .main-content .blog-box .blog-post-wrapper .post-information .entry-meta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin: 1rem 0;
  padding-bottom: 0.7rem;
}

.blog-single-section .container .main-content .blog-box .blog-post-wrapper .post-information .entry-meta span {
  margin-right: 1.5rem;
}

.blog-single-section .container .main-content .blog-box .blog-post-wrapper .post-information .entry-meta i {
  margin-right: 0.4rem;
}

.blog-single-section .container .main-content .blog-box .blog-post-wrapper .post-information .entry-content p {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
  text-transform: capitalize;
}
.perform_gallery h3{
  color: #d12223;
}
.perform_gallery img{
border-radius: 10px;
}
.highlight-review{
  /*padding: 40px;*/
  /*background-color: #ffffff5e;*/
  /*border-radius: 20px;*/
  /*position: relative;*/

}
.highlight-review p{
  font-weight: 400;
  font-size: 20px;
}
.qoute{
  position: absolute;
  left: 0px;

}
.qoute img{
  width: 30px;
}
/*GALLERY SECTION START*/
 .gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  width: 350px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 250px;
  width: 350px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img { 
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}



/*GALLERY SECTION END*/

.contact-section .contact-form,
.contact-section .contact-info {
  width: 100%;
  padding: 0;
}

.contact-section .contact-info .contact-info-item {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

.contact-section .contact-info .contact-info-item h3 {
  font-size: 1.5rem;
  text-transform: capitalize;
  margin: 0 0 5px;
}

.contact-section .contact-info .contact-info-item .social-links a {
 display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #d12223;
    font-size: 0.95rem;
    border-radius: 50%;
    margin: 6px 4px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-section .contact-info .contact-info-item .social-links a:last-child {
  margin-right: 0;
}

.contact-section .contact-info .contact-info-item .social-links a:hover {
  color: #fff;
  background-color: #d12223;
}

.contact-form {
  margin-bottom: 3rem;
}

.contact-form .input-group {
  width: 100%;
  margin-bottom: 30px;
}

.contact-form .input-group .input-control {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: none;
  font-family: inherit;
  font-weight: 400;
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0 20px;
  color: #18293c;
  caret-color: #e02f6b;
  border: 1px solid transparent;
  outline: none;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.contact-form .input-group .input-control::-webkit-input-placeholder {
  color: #18293c;
  opacity: 0.8;
  font-weight: 500;
}

.contact-form .input-group .input-control:-ms-input-placeholder {
  color: #18293c;
  opacity: 0.8;
  font-weight: 500;
}

.contact-form .input-group .input-control::-ms-input-placeholder {
  color: #18293c;
  opacity: 0.8;
  font-weight: 500;
}

.contact-form .input-group .input-control::placeholder {
  color: #18293c;
  opacity: 0.8;
  font-weight: 500;
}

.contact-form .input-group .input-control:focus {
  border-color: rgba(255, 255, 255, 0.4);
}

.contact-form .input-group textarea.input-control {
  caret-color: #e02f6b;
  height: 120px;
  resize: none;
  padding-top: 15px;
}

.contact-form .submit-btn {
    margin: auto;
}

.getting-puppy-section .getting-puppy-box .col-5,
.getting-puppy-section .getting-puppy-box .col-7 {
  width: 100%;
  margin-bottom: 1.5rem;
}

.getting-puppy-section .getting-puppy-box .category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.2rem;
}

.getting-puppy-section .getting-puppy-box .category.category-1,
.getting-puppy-section .getting-puppy-box .category.category-3,
.getting-puppy-section .getting-puppy-box .category.category-5 {
    flex-direction: column-reverse;
}

.getting-puppy-section .getting-puppy-box .text-bx {
  width: 90%;
}

.getting-puppy-section .getting-puppy-box .text-bx h2 {
  margin-bottom: 0.7rem;
  font-size: 1.6rem;
}

.getting-puppy-section .getting-puppy-box .text-bx p {
  margin-bottom: 1rem;
}

.getting-puppy-section .getting-puppy-box .text-bx .breed-list .heading {
  margin-bottom: 0.4rem;
}

.getting-puppy-section .getting-puppy-box .text-bx .breed-list ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.2rem;
}

.getting-puppy-section .getting-puppy-box .text-bx .breed-list ul li::before {
    position: absolute;
    content: "\f1b0";
    font-family: "font awesome 6 free";
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 1rem;
    color: #e02f6b;
}

.getting-puppy-section .getting-puppy-box .img-bx {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

/*@media (min-width: 576px) {
    .section-title h2 {
        font-size: 2.5rem;
    }
    
    .header .logo-container {
        width: 150px;
    }*/
    
  .home-section .container .row .home-text-content,
  .home-section .container .row .home-img {
    width: 100%;
  }
  
  .getting-puppy-section .getting-puppy-box .text-bx h2 {
      font-size: 2.2rem;
  }
  
  .adoption-section .top-section .text-bx .typewrite {
    font-size: 2.5rem;
    }
  
  .single-page-breed-section .breed-info .breed-info-bottom .info-col-1,
  .single-page-breed-section .breed-info .breed-info-bottom .info-col-2 {
      width: 50%;
  }
  
  .single-page-breed-section .breed-info .breed-info-bottom .info-col-1 {
      padding-right: 0.9rem;
      margin-bottom: 0;
  }
  
   .single-page-breed-section .breed-info .breed-info-bottom .info-col-2 {
      padding-left: 0.9rem;
    }
  
  .single-page-breed-section .breed-info h5 {
      font-size: 2rem;
  }
  
  .puppy-stage-section .puppy-box .row .col-6 {
    padding: 1.2rem;
  }
  
  .puppy-stage-section .puppy-box .row .col-6 .content {
    flex-direction: row;
  }
  
  .puppy-stage-section .puppy-box .row .col-6 .content .img-box,
  .puppy-stage-section .puppy-box .row .col-6 .content .text-box {
    width: 50%;
    height: 100%;
    margin: 0.8rem;
  }
  
  .puppy-stage-section .puppy-box .row .col-6 .content .img-box {
    margin: 0 0.8rem 0 0;
  }
  
  .puppy-stage-section .puppy-box .row .col-6 .content .text-box {
    align-items: flex-start;
    text-align: left;
  }
  

  
@media (min-width: 768px) {
  body {
    /*padding: 30px 15px;*/
  }
  
  .container1 {
    padding: 0 40px;
  }

  .contact-section .contact-form,
  .contact-section .contact-info {
    width: 95%;
  }
  .contact-section .contact-info .contact-info-item {
    padding: 0 0 0 20px;
  }
  
  .contact-form .submit-btn {
      margin: 0;
  }
  
  .footer {
    padding: 0 40px 0;
  }
  .footer .container .newsletter-container {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .home-section .container .row.home-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home-section .container .row .home-text-content,
  .home-section .container .row .home-img {
    /*width: 50%;*/
  }
  
      .home-section .get-puppy-now-container .container .img-container .system {
        width: 500px;
        height: 500px;
    }

    .home-section .get-puppy-now-container .container .img-container .system .sun {
        width: 200px;
        height: 200px;
    }
    
    .home-section .get-puppy-now-container .container .img-container .system .orbit-1 {
    width: 320px;
    height: 320px;
    }
    
    .home-section .get-puppy-now-container .container .img-container .system .orbit-1 .planet {
    height: 50px;
    margin-top: -20px;
    margin-left: -15px;
    }
    
    .home-section .get-puppy-now-container .container .img-container .system .orbit-2 {
    width: 460px;
    height: 460px;
    }
    
    .home-section .get-puppy-now-container .container .img-container .system .orbit-2 .planet {
    height: 50px;
    margin-top: -24px;
    margin-right: -24px;
    }
  
  .home-section .blog-box .row .individual-blogs {
    width: 33.333333%;
    padding-bottom: 0;
  }
  
  .adoption-section .planning-box .col-4 {
    width: 33.3333333333%;
  }
  .adoption-section .rcc-dog-box .col-6 {
    width: 50%;
  }
  .puppy-stage-section .puppy-box .row .col-6 {
    width: 50%;
  }
  
  .single-page-breed-section .breed-info .breed-info-bottom .info-col-1 {
      padding-right: 1rem;
  }
  
  .single-page-breed-section .breed-info .breed-info-bottom .info-col-2 {
      padding-left: 1rem;
  }
  
  .single-page-breed-section .breed-info .pros-cons-faq-box .pro-con-container {
     -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 1rem;
  }
  
  .single-page-breed-section .breed-info .pros-cons-faq-box .pro-con-container .pros-box {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
  
  .single-page-breed-section .breed-info .pros-cons-faq-box .faq-container {
      padding-left: 1rem;
  }
  
  .gallery-section .photo-grid-container {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .contact-section .contact-info .contact-info-item {
    margin: 0 0 30px auto;
    width: 80%;
  }
  .footer .container .newsletter-container .row .col {
    width: 50%;
  }
  .footer .container .footer-container .row .col {
    width: 25%;
  }
  
  .footer .container .footer-container .row .col .quick-links {
      margin-left: 3rem;
  }
}

@media (min-width: 0) and (max-width: 425px) {
  .blog-section .container {
    padding: 0;
  }
  .blog-single-section .container {
    padding: 0 15px;
  }
}
/*# sourceMappingURL=main.css.map */
    /*404 page start*/
.page_404{
   padding:130px;
}
.page_404 h2{
    text-align:center;
    font-size:40px;
    
}
.page_404 p{
    text-align:center;
    font-size:17px;
    font-weight:400;
}


      
       /*404 page end*/


    /*   DASHBOARD SECTION START*/
    
    .user-profile {
border: 1px solid #fde2d8;
    padding: 20px 12px 20px 12px;
    margin-top: 45px;
    min-width: 250px;
    border-radius: 5px;
      background-color: #fde2d8;
}

          .user-dashboard{
    border: 1px solid #fde2d8;
    padding: 20px 10px 20px 10px;
    margin-top: 46px;
    background-color: #fde2d8;
    border-radius: 7px;
}
.profile-form .form-control{
padding:22px;
}
            .dashboard{
                border: 1px solid #cccccc30;
                min-width: 250px;
                margin-top: 20px;
                padding: 6px 0px 6px 0px;
                border-radius: 5px;
                background-color:#ffffff75;
                min-height: 695px;
                
            }
            .dashboard .ul li{
                list-style: none;
                display: block;
                padding-left:20px;
                
            }
            .dashboard .ul li a{
                color: #000;
                padding-top: 10px;
                font-size: 20px;
                margin-left:10px;
                
            }
            .dashboard li .fa{
                color:#000;
            }
        

            .card{
                background-color: #ff652f;
                padding: 30px;
                
            }
            #green{
                background-color: green;
            }
            #grey{
                background-color: grey;
            }
            .edit-prf-btn button{
                width: 240px;
                border: none;
                padding: 10px;
                border-radius: 6px;
                text-align: center;
            }
            .dashboard_nav{
                display: flex;
                justify-content: space-start;
                align-items: center;
            }
            .dashboard_nav li{
                list-style-type: none;
                margin-left: 20px;
            }
            .dashboard_nav li a{
                font-size: 18px;
                color: #000;
            }
         .table-section{
          background-color: #fff;
          padding: 25px;
          border-radius: 20px;
         }
         .table-section .thead{
          background-color:#cccccc29;

         }
        .table-section button{
          padding: 8px;
          border: none;
          border-radius: 10px;
        }
       /*DASHBOARD SECTION END*/
       
       /*WHATSAPP BUTTON */
/*  .float{*/
/*	position:fixed;*/
/*	width:60px;*/
/*	height:60px;*/
/*	bottom:40px;*/
/*	right:40px;*/
/*	background-color:#25d366;*/
/*	color:#FFF;*/
/*	border-radius:50px;*/
/*	text-align:center;*/
/*  font-size:30px;*/
/*	box-shadow: 2px 2px 3px #999;*/
/*  z-index:100;*/
/*}*/

/*.my-float{*/
/*	margin-top:16px;*/
/*}*/

.float-button {
        text-decoration: none;
        position: fixed;
        padding: 10px;
        padding-right: 15px;
        bottom: 30px;
        right: 30px;
        color: #fff;
        background-color:#25D366;
        border-radius: 25px 30px 5px 25px;
        z-index: 100;
        font-family: Arial;
        font-size: 17px;
        animation: whatsapp-animation 0.5s ease-in-out;
        box-shadow: 1px 2px 5px 2px rgba(30,30,30,0.3);
        transition:all 0.3s ease-out;
    }

    .float-button:hover {
         background-color: #128C7E;
          color: #fff;
    }

    .fa-whatsapp {
        font-size: 20px !important;
        padding-right: 5px;
        padding-left: 5px;
    }

    @keyframes whatsapp-animation {
        from {
            opacity: 0%;
        }

        to {
            opacity: 100%
        }
    }

    @media screen and (max-width: 545px) {
        span {
           
        }

        .float-button {
            bottom: 15px;
    right: 3px;
    width: 140px;
    border-radius: 20px 20px 5px 20px;
        }

        .fa-whatsapp {
            font-size: 22px !important;
            padding: 4px;
        }
    }
    
    /*WHATSAPP SECTION END*/
.classes_card img{
  height: 230px;

}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'avigearegular';
}
.quote-container {
  position: relative;
    background-color: #ffffff69;
    color: #000000;
    border-radius: 10px;
    max-width: 350px;
    /* height: 450px; */
    margin: 0 auto;
    overflow: hidden;
    padding: 40px;
    margin-top:5px;
}

.bottom {
  position: absolute;
  min-height: 200px;
  bottom: 0;
  left: 0;
  line-height: 0;
  transform: rotate(180deg);
  width: 440px;
}

.bottom svg.curves {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  transform: rotateY(180deg);
}

.bottom .shape-fill {
  fill: #e8191f;
}

.star-rating {
  color: #ff1133;
  margin: 17px 0 10px;
  font-size: 1.8em;
  text-align: center;
}

p.quote {
  margin: 15px 0;
  font-size: 16px;
  line-height: 1.3em;
  text-align: center;
}

.reviewer-photo {
  position: relative;
  z-index: 9;
  margin: 20px auto 10px;
  text-align: center;
}

.reviewer-photo img {
 border-radius: 50%;
    border: 6px solid #ffffff;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
    width: 105px;
    display:block;
    margin:auto;
}

.reviewer-details {
  position: relative;
  z-index: 9;
  text-align: center;
  color: #ffffff;
}

.reviewer-details .name {
  font-size: 20px;
  font-weight: 600;
  display: block;
  padding: 7px 0 10px 0;
}

.reviewer-details .title {
  font-size: 17px;
  font-weight: 400;
}






/*======Summer class start======*/
.summer_card_content{
    height:30px;
}
.summer_card_content ul li{
   font-family: 'avigearegular';
   font-size:15px;
   line-height:28px;
  
   
}
.summer_card_content h4{
     font-family: 'avigearegular';
     font-size:20px;
}
.event_package h6{
   text-align: center;
    font-weight: 500;
    font-size: 15px;
}
.event_package h4{
       text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #d12223;
    margin: 10px 0px;
}
.event_package h4 span{
color:#000;
font-family: 'avigearegular';
}
.event_package h6 span{
    color: #d12223;
    font-size: 15px;
    font-family: 'avigearegular';

}


.package_list .checkmark li {
  font-size: 14px;
    margin-bottom: 1em;
    list-style-type: none;
    padding: 0.25em 0 0 2.5em;
    position: relative;
    font-family: 'avigearegular';
}
.package_list .checkmark li:before {
  content: " ";
  display: block;
  border: solid 0.8em #d12223;
  border-radius: 0.8em;
  height: 0;
  width: 0;
  position: absolute;
  left: 0.5em;
  top: 40%;
  margin-top: -0.5em;
}
.package_list .checkmark li:after {
  content: " ";
  display: block;
  width: 0.3em;
  height: 0.6em;
  border: solid #fff;
  border-width: 0 0.2em 0.2em 0;
  position: absolute;
 left: 17px;
    top: 43%;
  margin-top: -0.2em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.add_on_course{
     background-color: #ffffffa1;
    /* padding: 15px; */
    padding: 8px 8px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.work_card_content{
 background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #d12223;
}

@media screen and (max-width: 480px) {
.footer-cta iframe{
    width:318px;
}
}


/*======Summer class end======*/

/*.work_img{*/
/*    height:300px;*/
/*}*/
.event_content h6{
    text-transform:lowercase;
}
.event_content p{
    text-transform:lowercase;
}
.event_content a{
    text-transform:lowercase;
}

.contact-form .input-group .input-control{

    font-family: 'avigearegular'
}
#event_card{
    background-color:#fff;
    padding:0px;
    border-radius:10px;
}
.sec-vid iframe{
       width: 356px;
    height: 201px;
    border-radius: 6px;
}



/*.fab {*/
/*  background-color: transparent;*/
/*  width: 185px;*/
/*    height: 48px;*/
/*  border-radius: 6px;*/
/*  transition: height 300ms;*/
/*  transition-timing-function: ease;*/
/*  position: fixed;*/
/*      bottom: 38px;*/
/*    left: 14px;*/
/*  text-align: center;*/
/*  overflow: hidden;*/
/*}*/


/*.mainop {*/
/*    margin: auto;*/
/*    width: 135px;*/
/*    height: 48px;*/
/*    position: fixed;*/
/*    bottom: 38px;*/
/*    left: 14px;*/
/*    transition: transform 300ms;*/
/*    background-color:#d12223;*/
/*    border-radius: 6px;*/
/*    z-index: 6;*/
/*}*/

/*.mainopShadow {*/
/*  width: 135px;*/
/*    height: 48px;*/
/*    border-radius: 6px;*/
/*    position: fixed;*/
/*    left: 14px;*/
/*    bottom: 38px;*/
/*    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
/*}*/

/*.mainop button {*/
/*margin-top: 18px;*/
/*    font-size: 12px;*/
/*    color: #fff;*/
/*    background: transparent;*/
/*    border: none;*/
/*    text-transform: capitalize!important;*/
/*}*/

/*.minifab {*/
/*  position: relative;*/
/*  width: 48px;*/
/*  height: 48px;*/
/*  border-radius: 6px;*/
/*  z-index: 5;*/
/*  float: left;*/
/*  margin-bottom: 8px;*/
/*  margin-left: 8px;*/
/*  margin-right: 8px;*/
/*  background-color: blue;*/
/*  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);*/
/*  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
/*}*/

/*.minifab:hover {*/
/*  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
/*}*/

/*.minifabIcon {*/
/*  height: 24px;*/
/*  width: 24px;*/
/*  margin-top: 12px;*/
/*}*/

/*.op1 {*/
/*  background-color: #2f82fc;*/
/*}*/

/*.op2 {*/
/*  background-color: #0f9d58;*/
/*}*/

/*.op3 {*/
/*  background-color: #fb0;*/
/*}*/

/*.op4 {*/
/*  background-color: #dd5145;*/
/*}*/

/*.op5 {*/
/*  background-color: #673ab7;*/
/*}*/


.buttonLink {
  color: #275d8b;
}

.verticalButton {
padding: 0px 0px 0px 0px;
    width: 250px;
    height: 40px;
    background-color: #d12223;
    border-radius: 0px 0px 5px 5px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: fixed;
    left: -105px;
    top: 370px;
    color: #fff;
    border-color: #d12223;
}



/*POP UP SECTION START*/
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;

}
.bts-popup h2{
     padding:20px; 
}
.bts-popup button{
    margin: 10px 10px 10px 10px;
      background-color: #0a0909;
    color: #fff;
    border: none;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 4em auto;
  background: #ffffff;
  border-radius: none;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding:30px;
}

.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid black;
  display: inline-block;
  margin-bottom: 10px;

}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}
/*POPUP SECTION END*/

.detail-comments .comment-box, .single-comments .comment-box {
    display: flex;
    margin-bottom: 30px;
}
.detail-comments .comment-box .comment-image, .single-comments .comment-box .comment-image {
    text-align: center;
}
.detail-comments .comment-box .comment-content, .single-comments .comment-box .comment-content {
    border-bottom: 1px dashed #f1f1f1;
    position: relative;
    background: #f1f1f1;
    padding: 20px;
    margin-left: 30px;
}
.detail-comments .comment-box .comment-content:before, .single-comments .comment-box .comment-content:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 25px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f1f1f1;
}
.detail-comments .comment-box .comment-content p.comment-date, .single-comments .comment-box .comment-content p.comment-date {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    margin: 0;
}
.rating span {
    color: #ffbc00;
    display: inline;
    font-size: 14px;
}
.detail-comments .comment-box .comment-content p.comment-date, .single-comments .comment-box .comment-content p.comment-date {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    margin: 0;
}
.detail-comments .comment-box .comment-content .comment-rate span.comment-title, .single-comments .comment-box .comment-content .comment-rate span.comment-title {
    font-weight: 500;
    font-style: italic;
}
.comment-box{
    margin-top: 20px;
    background: #ffffff8c;
    padding: 34px;
    border-radius: 6px;
}
