/*

Tooplate 2128 Tween Agency

https://www.tooplate.com/view/2128-Tween-Agency

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )
-----------------------------------------*/
:root {
  --white-color: #ffffff;
  --primary-color: #fc9012;
  --section-bg-color: #f5f5f5;
  --border-color: #dee2e6;
  --dark-color: #000000;
  --grey-color: #fcfeff;
  --title-color: #565758;
  --p-color: #717275;
  --footer-bg-color: #07262e;

  --body-font-family: "Montserrat", sans-serif;

  --h1-font-size: 68px;
  --h2-font-size: 42px;
  --h3-font-size: 36px;
  --h4-font-size: 32px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 18px;
  --menu-font-size: 18px;
  --copyright-text-font-size: 16px;
  --custom-link-font-size: 14px;

  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-bold: 600;
}

body {
  background: var(--white-color);
  font-family: var(--body-font-family);
}

/*---------------------------------------
  TYPOGRAPHY
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
  line-height: normal;
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--white-color);
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.paddingText {
  padding: 50px;
}

.navbar-brand i {
  margin-right: 12px;
}

.backstretch {
  max-width: 99.99%;
}

/*---------------------------------------
  CUSTOM ICON
-----------------------------------------*/
.play-icon-wrap {
  background: var(--white-color);
  border-radius: 0.3rem;
  position: relative;
  z-index: 2;
  padding: 10px 12px;
  max-width: 152.31px;
}

.play-icon {
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 100px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
}

.play-icon::before {
  display: block;
  padding-top: 5px;
  padding-left: 5px;
}

/*---------------------------------------
  CUSTOM BUTTON
-----------------------------------------*/
.custom-btn {
  background: var(--primary-color);
  color: var(--white-color);
  font-size: calc(8px + 0.3vw) !important;
  letter-spacing: 1px !important;
  font-weight: var(--font-weight-bold);
  padding: 7px 24px;
}

.custom-bg-dark {
  background: var(--primary-color);
}

.custom-bg-dark:hover {
  background: var(--dark-color);
}

.custom-btn:hover {
  background: #6dd400;
  color: var(--white-color);
}

ul.circle-checkmark li::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 6px;
  border: solid 8px #ff9800;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
ul.circle-checkmark li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 3px;
  height: 6px;
  border: solid #fff;
  border-width: 0 1px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul {
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 1.5em;
  margin: 5px 0 15px;
  padding: 0;
}
ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
}
.cus-ul li {
  margin-left: 1.5vw;
  line-height: 1.9 !important;
}
/*---------------------------------------
  FAQ ACCORDION
-----------------------------------------*/
.accordion-item {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.accordion-header,
.accordion-button {
  color: var(--p-color);
}

.accordion-button {
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

button:focus:not(:focus-visible) {
  border-color: transparent;
  box-shadow: none;
}

.accordion-item:last-of-type {
  border-radius: 0;
}

.accordion-body {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
  font-size: var(--copyright-text-font-size);
  font-weight: var(--font-weight-normal);
  padding-top: 1.5rem;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
}

.accordion-body {
  padding: 2rem 0;
}

/*---------------------------------------
  HERO
-----------------------------------------*/
.hero {
  padding-top: 10vw;
  padding-bottom: 60px;
  position: relative;
  background-image: url(../images/banner.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
  opacity: 1;
  margin-top: -10px;
}
.card-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.heroText {
  position: relative;
  z-index: 2;
  text-align: center !important;
}

@media screen and (min-width: 991px) {
  .hero {
    height: 75vh;
    min-height: 600px;
  }
  .rnd-bg {
    background-image: url(../images/round-bg.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: -350px;
    background-position-y: 80px;
    padding-bottom: 77px;
    padding-top: 50px;
  }
  .pg-cir {
    background-image: url(../images/bg-cir.svg);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: -300px;
    background-position-y: 60px;
    background-position-x: 92%;
    /* padding-bottom: 40px; */
    padding-top: 50px;
  }
  .pad-sec {
    padding-top: 50px;
  }
  .pad-sec2 {
    margin-top: 80px;
  }
  .pad-test {
    margin: 85px 0 0 0;
  }
}

.overlay {
  /* background: rgba(128, 142, 176, 0.5); */
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.overlay.dark-overlay {
  background: rgba(0, 0, 0, 0.75);
}

.nav-tabs .nav-link {
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  color: var(--border-color);
  font-weight: var(--font-weight-bold);
  margin: auto;
  position: relative;
  top: 1px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent;
  border-color: transparent;
  border-bottom-color: var(--primary-color);
  color: var(--dark-color);
}

/*---------------------------------------
  NAVIGATION
-----------------------------------------*/
.navbar {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
  padding-top: 0px;
  padding-bottom: 0px;
  transition: background 0.3s ease-out;
}

.sticky-nav {
  background: rgb(0, 0, 0, 0.8);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.sticky-nav .navbar-brand {
  color: var(--dark-color);
}

.sticky-nav .navbar-nav .nav-link {
  color: white;
}
@media (max-width: 1024px) {
  .sticky-nav .navbar-nav .nav-link {
    color: white;
  }
}

.navbar-brand {
  font-size: 40px;
  color: var(--white-color);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-nav .nav-link {
  color: var(--white-color);
  font-size: calc(12px + 0.3vw) !important;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease,
    -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: white;
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease,
    -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: white;
  width: 30px;
  height: 2px;
  content: "";
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}
.mantra {
  font-family: "Montserrat", sans-serif;
  font-size: calc(12px + 0.3vw);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.01;
  letter-spacing: 0px;
  text-align: center;
  color: #f6f6f6;
}
/*---------------------------------------
  OUR WORK
-----------------------------------------*/
.work-thumb {
  position: relative;
  overflow: hidden;
}

.work-thumb-text {
  padding: 20px 30px;
}

.work-thumb:hover .work-image {
  opacity: 1;
  transform: scale(1.05);
}

.work-text-info {
  background: var(--section-bg-color);
  border-radius: 0.3rem;
  border-bottom: 5px solid var(--border-color);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
  width: 85%;
  margin: auto;
  margin-bottom: 20px;
  transition: filter 0.5s;
}

.work-thumb:hover .work-text-info {
  filter: blur(2px);
}

.work-title {
  display: block;
  margin-bottom: 0;
}

.work-image {
  border-radius: 0.3rem;
  transition: all 0.5s;
}

.work-tag {
  border-radius: 100px;
  color: var(--p-color);
  font-size: 12px;
  font-weight: var(--font-weight-light);
  padding: 2px 10px;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  margin-bottom: 10px;
}

/*---------------------------------------
  CUSTOM FORM
-----------------------------------------*/
.custom-form .form-control {
  padding-top: 13px;
  padding-bottom: 13px;
}

.custom-form label {
  color: var(--p-color);
  font-weight: var(--font-weight-normal);
}

.custom-form button[type="submit"] {
  background: var(--primary-color);
  border: 0;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--dark-color);
  color: var(--white-color);
}

.subscribe-form .form-control {
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: var(--white-color);
  color: var(--white-color);
}

.subscribe-form input {
  border-radius: 0;
}

.subscribe-form button[type="submit"] {
  background: var(--white-color);
  color: var(--dark-color);
}

/*---------------------------------------
  PRICING PLANS
-----------------------------------------*/
.pricing {
  background-image: url("../images/maria-stewart-p4tj0g-_aMM-unsplash.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.pricing .container {
  position: relative;
  z-index: 2;
}

.pricing-plan {
  padding: 60px 40px 40px 40px;
  position: relative;
}

.pricing-header {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 30px;
}

.pricing-icon {
  font-size: 45px;
}

.pricing-name {
  margin-left: 50px;
}

.pricing-price {
  margin-left: auto;
}

.pricing-recommend {
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.pricing-body {
  margin-top: 60px;
  margin-right: 50px;
  margin-left: 95px;
}

.pricing-list {
  padding-left: 15px;
}

.pricing-list-item {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  line-height: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*---------------------------------------
  SERVICES
-----------------------------------------*/
.services {
  background: var(--section-bg-color);
}

.services-image {
  display: block;
  margin: auto;
  width: 250px;
  height: 250px;
}

.services-info {
  background: var(--white-color);
  position: relative;
  text-align: center;
}

/*---------------------------------------
  SITE FOOTER
-----------------------------------------*/
.site-footer {
  background: var(--footer-bg-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.site-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tooplate-link a {
  color: var(--white-color);
}

.footer-menu {
  padding: 0;
}

.footer-menu-item {
  display: block;
  list-style: none;
}

.footer-menu-link,
.footer-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--copyright-text-font-size);
  margin-top: 5px;
  margin-bottom: 5px;
}

.footer-menu-link:hover,
.footer-link:hover {
  color: var(--white-color);
  text-decoration: underline;
}

.site-footer .social-icon-link,
.site-footer .copyright-text {
  color: var(--white-color);
  font-size: var(--copyright-text-font-size);
}

.site-footer .social-icon {
  text-align: right;
}

.site-footer .copyright-text {
  font-size: var(--copyright-text-font-size);
}

/*---------------------------------------
  SOCIAL ICON
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 15px;
}

.social-icon-link:hover {
  color: var(--primary-color);
}

/*---------------------------------------
  RESPONSIVE STYLES
-----------------------------------------*/
@media screen and (max-width: 991px) {
  body {
    padding-top: 80px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .custom-btn {
    font-size: var(--copyright-text-font-size);
    padding: 8px 16px;
  }

  .navbar {
    background: rgba(0, 0, 0, 0.9);
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
  }

  .navbar-brand {
    color: var(--dark-color);
  }

  .navbar-nav .nav-link {
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .site-footer {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .site-footer-bottom,
  .site-footer .social-icon {
    text-align: center;
  }
  .pad-sec {
    padding-top: 0px;
  }
  .rnd-bg {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 580px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  .paddingText {
    padding: 25px;
  }

  .pricing-plan {
    padding: 60px 30px 20px 30px;
  }

  .pricing-header {
    padding-bottom: 20px;
  }

  .pricing-body {
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .pricing-name,
  .pricing-price {
    margin-bottom: 0;
  }

  .pricing-price {
    max-width: 45px;
    margin-right: auto;
  }
}

/* Schedule cow */
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 90%;
  border-radius: 5px;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}
.why-us .box h4 {
  font-size: calc(8px + 0.4vw);
  font-weight: 600;
  padding: 0;
  margin: 0px 0;
  color: #6c665c;
  font-family: "Montserrat", sans-serif;
  text-align: justify;
  line-height: 1.6;
}
.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover {
  background: #fff;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #000;
}

.about {
  background: #fffaf3;
  margin-left: 15%;
  margin-right: 15%;
  border-radius: 30px;
  background-image: url("../images/vdo.svg ");
  background-position: top;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  margin-top: 100px;
}
.about .content {
  padding: 0 80px;
}
.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}
.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.about .content p {
  font-size: 15px;
  color: #848484;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li + li {
  margin-top: 15px;
}
.about .content ul li {
  position: relative;
  padding-left: 26px;
}
.about .content ul i {
  font-size: 20px;
  color: #ffb03b;
  position: absolute;
  left: 0;
  top: 2px;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 25vw;
  max-height: 500px;
  min-width: 70%;
  position: relative;
  background-size: 100;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ffb03b 50%, rgba(255, 176, 59, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 176, 59, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
  border-left: 15px solid #ffb03b;
  transform: scale(20);
}
.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

/* contact us */

.info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 5vw 0;
}
.contact .info {
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #ffb03b;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}
.contact .info:hover i {
  background: #ffb03b;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type="submit"] {
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #ffa012;
}
@media (max-width: 1024px) {
  .about .content,
  .about .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
  .pad {
    margin-left: 10px;
    margin-left: 10px;
  }
  .rw2 {
    justify-content: center;
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .about .content {
    padding-top: 30px;
  }
  .about .accordion-list {
    padding-bottom: 30px;
  }
  .pad {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pg-cir {
    background-image: none;
    padding-top: 0px;
  }
  .rnd-bg {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.Best-Application {
  width: 586px;
  height: 35px;
  margin: 0 0 8px 0;
  font-family: "Montserrat", sans-serif;
  font-size: calc(6px + 0.7vw);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 5.44px;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
}
.header-bold-cus {
  /* width: 656px;
  height: 161px; */
  /* margin: 8px 0px 26px 14px; */
  font-family: "Montserrat", sans-serif;
  font-size: calc(12px + 2.8vw);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.01;
  letter-spacing: 2.38px;
  text-align: center;
  color: #fff;
}
.don-btn {
  background-color: #fc9012;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 30px;
}
.nav-p-cus {
  /* margin: 26px 199px 31px 1px; */
  font-family: "Montserrat", sans-serif;
  font-size: calc(10px + 0.5vh);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.abt-us {
  width: 246px;
  height: 143px;
  margin: 32px 0px 597px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: calc(20px + 0.9vw);
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: 0;
  letter-spacing: 1px;
  text-align: left;
  color: #0d2436;
}
.abt-us2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  color: #0d2436;
}
.abt-us3 {
  font-family: "Montserrat", sans-serif;
  font-size: calc(9px + 1.7vw);
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: 0;
  letter-spacing: 1px;
  text-align: center;
  color: #0d2436;
  margin: 124px 0px 0px 0px;
}
.abt-text {
  font-family: "Montserrat", sans-serif;
  font-size: calc(9px + 0.4vw);
  font-weight: 500;
  line-height: 1.9;
  color: #333;
  text-align: justify;
}
.txt-tag {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: center;
  color: #0d2436;
  margin-top: 12%;
  margin-bottom: 12%;
}
.txt-tag-p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: center;
  color: #0d2436;
  margin-top: 12%;
  margin-bottom: 12%;
  font-weight: 500;
}
/* shoppinng  card */
.cards-cus-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cards-cus-list2 {
  z-index: 0;
  width: 70%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card-cus {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.05),
    -5px -5px 30px 7px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: 0.4s;
  background-color: white;
}

.card-cus .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.card-cus .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}

.card-cus .card_title {
  /* text-align: center; */
  border-radius: 0px 0px 40px 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -280px;
  height: 40px;
}
.card-cus .crd-img {
  text-align: left;
  margin-left: 42px;
  position: relative;
}
.card-cus .learn {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  margin-left: 42px;
  margin-top: -13px;
  color: #f17b39;
  /* text-decoration: underline; */
}
.card-cus .crd-txt {
  text-align: left;
  margin-left: 42px;

  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
}
.card-cus .crd-txt2 {
  text-align: left;
  margin-left: 42px;

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #333;
}
.card-cus .crd-img-in {
  margin-top: 22px;
}
.card-cus .crd-img-out {
  margin-left: 72%;
  margin-bottom: 10%;
  position: relative;
}

.card-cus:hover {
  transform: scale(0.98, 0.98);
  box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.15),
    -5px -5px 15px 1px rgba(0, 0, 0, 0.15);
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}

/*
.card {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  background-image: url('https://i.redd.it/b3esnz5ra34y.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  transition: 0.4s;
}
*/
.rw2 {
  justify-content: center;
  margin-top: 35px;
}

.food {
  /* margin-bottom: 60px; */
  text-align: justify;
}
.food-txt {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.food-sub {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: calc(10px + 0.4vw);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  color: #0c2132;
}
.btn-cust2 {
  background-color: #fc9012;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: calc(7px + 0.4vw);
}

.pad h3 {
  text-align: left !important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.center-card {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 68%;
}

.tag-img {
  width: 30% !important;
}
.tag-mobi {
  width: 70% !important;
}
.btn-cus {
  background-color: #fc9012;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 30px;
}
.cow1-img {
  width: 80% !important;
}
.m-a {
  margin-left: auto !important;
  margin-right: auto !important;
}

.testimonial {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.06);
  padding: 15px 15px 15px 115px;
  margin: 15px 15px 15px 15px;
  overflow: hidden;
  position: relative;
  border-radius: 5%;
  background-image: url(../images/test-cow.svg);
  background-repeat: no-repeat;
  background-size: 4%;
  background-position: -300px;
  background-position-y: 0%;
  background-position-x: 92%;
  /* padding-bottom: 40px;
  padding-top: 50px; */
}
/* .testimonial:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-45deg);
  transform-origin: 80% -30% 0;
} */
.testimonial .pic {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: calc(6px + 0.4vw);
  color: #b1b1b1;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-left: 22px;
  text-align: justify;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.testimonial .title1 {
  text-align: left;
  margin-left: 22px;
  margin-bottom: 0.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  color: #333333;
}
blockquote p:before {
  content: open-quote;
  font-weight: bold;
  font-size: 1.2rem;
  color: #b1b1b1;
}
blockquote p:after {
  content: close-quote;
  font-weight: bold;
  font-size: 1.2rem;
  color: #b1b1b1;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #d45113;
}
/* @media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
} */
.vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.test-block {
  margin-right: 20px;
  margin-top: 10%;
}
.star {
  font-size: x-large;
  display: inline-block;
  color: #fde5ba;
}
.star:last-child {
  margin-right: 0;
}
.star:before {
  content: "\2605";
}
.star.on {
  color: #f7b643;
}
.star.half:after {
  content: "\2605";
  color: #f7b643;
  position: absolute;
  margin-left: -20px;
  width: 10px;
  overflow: hidden;
}
.nowrap-1 {
  white-space: nowrap;
}
.inline {
  display: inline;
  margin-right: 10px;
}
.rating-num {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
