﻿.logo img {
    width: 130px;
}
.header--3 .junior__header__top {
  background: #fbf6c7;
}
.ft__logo img {
  background: #fff887;
  border-radius: 50%;
  padding: 6px !important;
  border: 5px double #019342;
  width: 68%;
}
.footer__widget {
    padding: 0 20px 0 20px;
}
.footer--2 .dcare__twit__wrap .dcare__twit .dcare__twit__details p {
  color: #fff;
}
.footer--2.space--vertical .footer__wrapper.section-padding--lg {
  padding-bottom: 18px;
  padding-top: 60px;
}
.footer--2 .footer__widget h5 {
  color: #ffffff;
  font-family: "Dosis", sans-serif;
}
.logo2 {
   align-items: center;
  position: absolute;
  left: 106px;
  top: 0px;
  z-index: 9991;
  color: white;
}
.logo2 h4{
  color:white;
  font-size: 13px;
}
.logo2 h5{
  color:white;
  font-size: 10px;
}
.header--3.header__variation--4 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > .active{
  color: #fbf6c7;
}
.slider--four.slider__fixed--height {
  height: 500px;
}
.owl-carousel .owl-stage {
    background: rgb(69, 42, 95);
}
.videocontrol{
    width: 100%;
  height: auto;
}






/*CALL AND WHATSAPP ANIMATE*/
.pulse i {
    color: #fff;
}

.pulse {
    height: 70px;
    width: 70px;
    background-color: #e80026;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

    .pulse::before {
        content: "";
        position: absolute;
        border: 1px solid #c10032;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        border-radius: 50%;
        animation: pulse 1s linear infinite
    }

    .pulse::after {
        content: "";
        position: absolute;
        border: 1px solid #c10032;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        border-radius: 50%;
        animation: pulse 1s linear infinite;
        animation-delay: 0.3s
    }

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

#call_animate {
    position: fixed;
    left: 10px;
    bottom: 30px;
    z-index: 5;
}

.ch_pulse i {
    color: #fff
}

.ch_pulse {
    height: 70px;
    width: 70px;
    background-color: green;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

    .ch_pulse::before {
        content: "";
        position: absolute;
        border: 2px solid green;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        border-radius: 50%;
        animation: ch_pulse 1s linear infinite
    }

    .ch_pulse::after {
        content: "";
        position: absolute;
        border: 2px solid green;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        border-radius: 50%;
        animation: ch_pulse 1s linear infinite;
        animation-delay: 0.3s
    }

@keyframes ch_pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

#chat_animate {
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 5;
}

#popUpForm {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

#popContainer {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    height: auto;
    margin-top: 60px;
}

#popUpForm img {
    height: auto;
    width: 100%;
}

#close {
    width: 14px;
    font-size: 22px;
    padding: 3px;
    color: white;
    float: right;
    margin: 10px;
    cursor: pointer;
    font-weight: bold;
}

    #close:hover {
        color: #ff44449e;
    }

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Kodchasan:wght@300&display=swap');
/*CALL AND WHATSAPP ANIMATE*/







@media only screen and (max-width: 767px) {
    .logo img {
  width: 100px;
}
    .footer__variation--3 .footer__innner {
    margin-top: 18px;
  }
    .footer__variation--3 .ft__logo {
  margin-bottom: 0px;
}
    .footer--2.space--vertical .footer__wrapper.section-padding--lg {
  padding-bottom: 18px;
  padding-top: 35px;
}
    .slider--four.slider__fixed--height {
  height: 200px;
}
    .slide__carosel .owl-nav div {
  height: 50px;
  left: 0;
  line-height: 46px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  width: 50px;
  padding: 0 !important;
  text-align: center !important;
}
    .slide__carosel .owl-nav div.owl-next {
  left: auto;
  right: 10px;
}
    .header--3 .junior__header__top {
  background: #fbf6c7;
  display: none;
}
    #call_animate {
  position: fixed;
  left: 10px;
  bottom: 0px;
  z-index: 5;
}
    #chat_animate {
    position: fixed;
    right: 10px;
    bottom: 0px;
    z-index: 5;
}
    .pulse {
  height: 50px;
  width: 50px;
  background-color: #e80026;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
    .ch_pulse {
    height: 50px;
  width: 50px;
    background-color: green;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}
.videocontrol{
    width: 100%;
  height: auto;
}
}