/* global css start */

@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Duru+Sans&display=swap");

:root {
  --color-primary: #002073;
  --color-secondary: #e2b009;
  --color-black: #111111;
  --color-grey: #ebebeb;
  --font-karla: "Karla", sans-serif;
  --font-duru-sans: "Duru Sans", sans-serif;
}
body {
  font-family: var(--font-duru-sans);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-karla);
  font-weight: 600;
}
.form-control:focus {
  box-shadow: unset;
}
a {
  color: #1e1e1e;
  text-decoration: none;
}
a:hover {
  color: var(--color-primary);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.color-primary {
  color: var(--color-primary);
}
.color-secondary {
  color: var(--color-secondary);
}
.background-primary {
  background-color: var(--color-primary);
}
.background-secondary {
  background-color: var(--color-secondary);
}
.text-justify {
  text-align: justify;
}
.global-title {
  color: var(--color-primary);
  font-weight: 700;
  font-family: var(--font-karla);
  line-height: normal;
  position: relative;
  text-align: center;
  margin-bottom: 1.4rem;
}
.global-title:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 3px;
  bottom: -10px;
  background-color: var(--color-secondary);
  left: 50%;
  transform: translateX(-50%);
}
.after-none:after {
  content: unset;
}
.global-subtitle {
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
}
.global-content {
  line-height: 1.7rem;
}
.global-ul {
  line-height: 1.9rem;
}
.btn-global {
  color: #000;
  background-color: var(--color-secondary);
  border: 2px solid var(--color-primary);
  font-size: 0.8rem;
  padding-top: 0.5rem;
  font-weight: 600;
}
.btn-global:hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
  border: 2px solid var(--color-primary);
}
.object-fit-cover {
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .global-subtitle {
    font-size: 1rem;
  }
}
/* global css end */

/* header css start */
.site-logo {
  width: 105px;
}
.navbar-nav .nav-item .nav-link {
  color: var(--color-primary);
  font-weight: 700;
  font-family: var(--font-karla);
}
.main-navbar {
  background-color: var(--color-secondary);
}
.navbar-nav .nav-item .nav-link:hover {
  color: #000;
}
.offcanvas-body {
  background-color: var(--color-secondary);
}
.offcanvas.offcanvas-start {
  width: 350px;
}
/* header css end */

/* footer css start */
footer {
  border-top: 6px solid var(--color-secondary);
  background-image: url("../images/footer-banner.webp");
  background-size: cover;
  color: #fff;
  font-size: 0.8rem;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: var(--color-secondary);
}
.footer-ul {
  list-style: none;
  padding-left: 0;
}
.footer-ul li {
  margin-bottom: 17px;
}
.border-right {
  border-right: 1px solid var(--color-secondary);
}
.border-right:last-child {
  border-right: 0;
}
.border-bottom {
  border-bottom: 1px solid var(--color-secondary) !important;
}
.border-bottom:last-child {
  border-bottom: 0 !important;
}
.footer-heading {
  font-weight: 700;
  font-family: var(--font-karla);
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}
.footer-fluid1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.copyright {
  line-height: 1.4rem;
}
.copyright a {
  color: var(--color-secondary);
}
.copyright a:hover {
  color: #ffd54a;
}
@media only screen and (max-width: 768px) {
  .border-right {
    border-right: 0;
  }
  .copyright {
    font-size: 0.7rem;
    border-top: 1px solid var(--color-secondary);
  }
}
/* footer css end */

/* section2 start */
.section2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/section2.webp");
  background-size: cover;
  position: relative;
}
.section2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #000719;
  opacity: 0.7;
}
.section2-box {
  border-radius: 12px;
  padding: 1.5rem;
  position: relative;
}
.section2-inner-box {
  text-align: center;
  padding: 0 1rem;
}
.section2-inner-box img {
  width: 80px;
}
.section2-inner-box h6 {
  color: var(--color-primary);
  font-size: 1.1rem;
  font-weight: 700;
}
.section2-inner-box p {
  color: #000;
}
/* section2 end */

/* faq start */
.faq {
  background-size: cover;
}
.btn-faq {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-primary);
  width: 100%;
  color: #fff;
  font-size: 0.9rem;
  text-align: start;
}
.btn-faq:hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}
.btn-faq-view:hover {
  color: #0051ff;
}
/* faq end */

/* quote start */
.quote {
  background-image: url("../images/quote-banner.webp");
  background-size: cover;
  background-position: center;
}
.btn-quote {
  border: 1px solid var(--color-secondary);
  color: #fff;
  font-size: 0.9rem;
}
.btn-quote:hover {
  background-color: var(--color-secondary);
  color: #000;
}
.btn-quote span {
  font-size: 1.2rem;
  margin-right: 6px;
}
.btn-quote:hover span {
  color: #000;
}
/* quote end */

/* inner banner start */
.inner-banner {
  background-image: url("../images/banner.webp");
  background-size: cover;
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* @media only screen and (max-width: 768px) {
  .inner-banner {
    height: 10rem;
  }
} */
/* inner banner end */

/* contact page start */
.input-control {
  font-size: 0.9rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-top: 1.2rem;
}
.contact-box-right {
  font-size: 0.8rem;
}
/* contact us end */

/* about page start */
.about-image {
  margin-top: 8rem;
  height: 42rem;
  object-fit: cover;
}
.quality-images {
  width: 80px;
}
@media only screen and (max-width: 768px) {
  .about-image {
    margin-top: 0;
    height: 100%;
  }
}
/* about page end */

/* enquiry form start */
.enquiry-control {
  background: transparent !important;
  border: 2px solid var(--color-secondary) !important;
  color: #fff !important;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.enquiry-control::placeholder {
  color: #ffffffb4;
}
.btn-enquiry {
  color: var(--color-primary);
  font-weight: 800;
  background-color: var(--color-secondary);
  width: 100%;
  height: 80%;
  font-size: 1.5rem;
  font-family: var(--font-karla);
}
.btn-enquiry:hover {
  background-color: #c09506;
}
@media only screen and (max-width: 768px) {
  .enquiry-row .col {
    width: 100%;
  }
  .btn-enquiry {
    height: 100%;
  }
}
/* enquiry form end */

/* divisions page start */
.divisions img {
  width: 100px;
}
/* divisions page end */

/* faq page start */
.faq-accordion .accordion-item .accordion-collapse .accordion-body {
  font-size: 0.9rem;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background-color: var(--color-secondary);
  font-weight: 500;
}
.faq-accordion .accordion-button.collapsed {
  background: #ebebeb;
}
.faq-accordion .accordion-button {
  padding: 10px 10px;
  border-radius: 0;
}
.faq-accordion .accordion-button:focus {
  border: none;
  border-radius: 0;
}
.faq-accordion .accordion-item {
  margin-bottom: 5px;
  border: none;
}
/* faq page end */

/* products start */
.btn-product {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border: 2px solid var(--color-primary);
}
.btn-product:hover {
  background-color: #fff;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  font-weight: 600;
}
.product-img-box {
  border: 2px solid var(--color-secondary);
  height: 260px;
  border-radius: 0.8rem;
}
.product-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
}
.product-body p {
  font-size: 0.7rem;
  font-weight: 600;
}
.product-img-box a:not(:first-child) {
  display: none;
}
.dummy-image{
	width: 120px !important;
	height: unset !important;
	text-align: center;
}
.dummy-box{
	display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
	.product-img-box{
		height: 330px;
	}
}
/* products end */


 /* left right arrow start */ 
    .left-right-arrow .owl-nav .owl-prev {
        border-radius: 50%;
        width: 35px;
        height: 35px;
		display: inline-flex;
    	align-items: center;
    	justify-content: center;
    }

    .left-right-arrow .owl-nav .owl-next {
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .left-right-arrow .owl-nav .owl-prev span {
        font-size: 25px;
    }

    .left-right-arrow .owl-nav .owl-next span {
        font-size: 25px;
    }

    /* left right arrow end */




/* Back to top button start */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: var(--color-primary);
  font-size: 0;
  padding: 12px 12px;
  border-radius: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
}

#btn-back-to-top:hover {
  background-color: #000;
}

/* Back to top button end */

/* whatsapp corner move start */
.sd-whatsapp {
  width: 60px;
  height: 60px;
  background: #2bb140;
  text-align: center;
  font-size: 35px;
  /* line-height: 62px; For Font Awesome */
  line-height: 54px; /* For Img */
  border-radius: 50%;
  position: fixed;
    bottom: 20px;
    left: 120px;
  z-index: 999;
  animation: sd-bounce 1s infinite alternate;
  -webkit-animation: sd-bounce 1s infinite alternate;
}
.sd-whatsapp a,
.sd-whatsapp a:hover,
.sd-whatsapp a:focus {
  color: #fff;
  display: block;
}

@keyframes sd-bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
    box-shadow: 0 0 7px 7px rgba(159, 161, 0, 0.55);
  }
}
@-webkit-keyframes sd-bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
.sd-whatsapp a img {
  width: 45px;
}
/* whatsapp corner move end */


li#wp-admin-bar-wp-logo {
   display: none;
}





















.sd-phonering {
  position: fixed;
  bottom: 0;
  left: 10px;
  z-index: 99999;
  height: 115px;
}
.sd-phonering:hover {
  opacity: 1;
}
.sd-phonering-circle {
  width: 110px;
  height: 110px;
  top: 0;
  left: 0px;
  position: absolute;
  background-color: transparent;
  border-radius: 100% !important;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border: 2px solid #bfebfc 9;
  opacity: 0.1;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.sd-phonering.phonering-alo-active .sd-phonering-circle {
  -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
  animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
}
.sd-phonering.phonering-alo-static .sd-phonering-circle {
  -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
  animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
}
.sd-phonering.phonering-alo-hover .sd-phonering-circle,
.sd-phonering:hover .sd-phonering-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
.sd-phonering.phonering-alo-green.phonering-alo-hover .sd-phonering-circle,
.sd-phonering.phonering-alo-green:hover .sd-phonering-circle {
  border-color: #75eb50;
  border-color: #baf5a7;
  opacity: 0.5;
}
.sd-phonering.phonering-alo-green .sd-phonering-circle {
  border-color: #00aff2;
  border-color: #bfebfc;
  opacity: 0.5;
}
.sd-phonering.phonering-alo-gray.phonering-alo-hover .sd-phonering-circle,
.sd-phonering.phonering-alo-gray:hover .sd-phonering-circle {
  border-color: #ccc;
  opacity: 0.5;
}
.sd-phonering.phonering-alo-gray .sd-phonering-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
.sd-phonering-circle-fill {
  width: 80px;
  height: 80px;
  top: 15px;
  left: 15px;
  position: absolute;
  background-color: #000;
  border-radius: 100% !important;
  border: 2px solid transparent;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.sd-phonering.phonering-alo-active .sd-phonering-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}
.sd-phonering.phonering-alo-static .sd-phonering-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}
.sd-phonering.phonering-alo-hover .sd-phonering-circle-fill,
.sd-phonering:hover .sd-phonering-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #00aff2 9;
  opacity: 0.75 !important;
}
.sd-phonering.phonering-alo-green.phonering-alo-hover .sd-phonering-circle-fill,
.sd-phonering.phonering-alo-green:hover .sd-phonering-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  background-color: #baf5a7 9;
  opacity: 0.75 !important;
}
.sd-phonering.phonering-alo-green .sd-phonering-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #a6e3fa 9;
}
.sd-phonering.phonering-alo-gray.phonering-alo-hover .sd-phonering-circle-fill,
.sd-phonering.phonering-alo-gray:hover .sd-phonering-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  background-color: #ccc 9;
  opacity: 0.75 !important;
}
.sd-phonering.phonering-alo-gray .sd-phonering-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phonering-alo-ph-img-circle {
  width: 40px;
  height: 40px;
  top: 35px;
  left: 35px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1)
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==)
    no-repeat center center;
  border-radius: 100% !important;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: 78%;
}
.sd-phonering.phonering-alo-active .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
}
.sd-phonering.phonering-alo-static .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
}
.sd-phonering.phonering-alo-hover .phonering-alo-ph-img-circle,
.sd-phonering:hover .phonering-alo-ph-img-circle {
  background-color: #00aff2;
}
.sd-phonering.phonering-alo-green.phonering-alo-hover
  .phonering-alo-ph-img-circle,
.sd-phonering.phonering-alo-green:hover .phonering-alo-ph-img-circle {
  background-color: #75eb50;
  background-color: #75eb50 9;
}
.sd-phonering.phonering-alo-green .phonering-alo-ph-img-circle {
  background-color: #00aff2;
  background-color: #00aff2 9;
}
.sd-phonering.phonering-alo-gray.phonering-alo-hover
  .phonering-alo-ph-img-circle,
.sd-phonering.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
  background-color: #ccc;
}
.sd-phonering.phonering-alo-gray .phonering-alo-ph-img-circle {
  background-color: #75eb50;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}




#wpcf7-f114-o1 .wpcf7-not-valid-tip{
	color: #fff;
}
div#wpcf7-f114-o1 .wpcf7-response-output{
	color: #fff;
	margin-top: 0;
}
.contact-left-box{
	background-color: #6c757d7d;
}

div#wpcf7-f114-o2 form .wpcf7-response-output {
    color: #fff;
}



/* sticky button start */
.sticky-btn{
	position: fixed;
	background-color: var(--color-primary);
	width: 45px;
	height: 200px;
    top: 40%;
	cursor: pointer;
	color: #fff;
	text-align: center;
	writing-mode: vertical-rl;
	line-height: 45px;
/*     transform: rotate(180deg); */
}
.call-back-control {
    color: unset !important;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.call-back-control::placeholder{
	color: gray;
}
.enquiry-12 p{
	margin-bottom: 0;	
}
#wpcf7-f115-o2 form .wpcf7-response-output{
	margin-top: 0;
}
/* sticky button end */

@media only screen and (min-width: 768px) {
.btn-enquiry-height{
	height: 65px;
}
}