:root {
  --primary: #A83F25;
  --secondary: #FCAF17;
  --filterPrimary: invert(32%) sepia(13%) saturate(3118%) hue-rotate(323deg) brightness(97%) contrast(107%);
  --filterSecondary: invert(65%) sepia(93%) saturate(601%) hue-rotate(347deg) brightness(102%) contrast(98%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}

*::selection {
  background-color: var(--primary);
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

body {
  overflow-x: hidden;
}

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #272524;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.filterSecondary {
  -webkit-filter: var(--filterSecondary);
          filter: var(--filterSecondary);
}

.filterWhite {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
}

a:hover {
  color: var(--secondary) !important;
}

a:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

ul {
  list-style-type: none;
  padding: 0;
}

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}

form input,
form select {
  height: 55px !important;
}

form .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--primary);
  background-color: var(--primary);
}

form .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/icons/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 13px;
  top: 13px;
  height: 30px;
  width: 30px;
  display: block;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.center-vr {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navbar.navbar-fixed-top {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.navbar.navbar-fixed-top.scrolled {
  background-image: -webkit-gradient(linear, left top, right top, from(#A83F25), to(#B33C27));
  background-image: linear-gradient(to right, #A83F25, #B33C27);
  padding: 1rem 1rem;
  position: fixed;
  right: 0;
  left: 0;
  top: -20px;
  opacity: .99;
  z-index: 999;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-box-shadow: 3px 10px 30px #0002;
          box-shadow: 3px 10px 30px #0002;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.navbar.navbar-fixed-top.scrolled .logo {
  width: 80px;
}

.navbar .logo {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar .nav-link {
  color: #eee !important;
  margin: 0 15px;
  text-transform: capitalize;
}

.navbar .nav-link.active {
  font-weight: bold;
  color: var(--secondary) !important;
}

.navbar .phone_link {
  color: #ddd;
}

.navbar .phone_link i {
  color: #da7c64;
}

.navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}

.navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after, .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}

.navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.footer {
  position: relative;
  padding: 130px 0 0 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#A83F25), color-stop(20%, #bf4a2d), to(#87301a));
  background-image: linear-gradient(to right, #A83F25 0%, #bf4a2d 20%, #87301a 100%);
}

.footer .content {
  margin-bottom: 35px;
}

.footer .content .logo {
  margin-top: -70px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer .content .title {
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.footer .content .links a {
  display: block;
  margin: 15px 0;
  color: #eee;
}

.footer .content .links a i {
  color: var(--secondary);
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.footer .content .social-links a {
  width: 40px;
  height: 40px;
  font-size: 12px;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  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;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  color: var(--secondary);
}

.footer .content .social-links a:hover {
  background-color: var(--secondary);
  color: #fff !important;
}

.footer .foot_p {
  background-color: #A83F25;
  text-align: center;
  color: #eee;
  padding: 15px 0;
  margin-bottom: 0;
}

/**********************************************
    Start Public Classes
**********************************************/
.butn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
  padding: 1em 3em;
  background-size: 200% auto;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.butn.gradient_butn {
  background-image: -webkit-gradient(linear, left top, right top, from(#A83F25), color-stop(50%, #e6846c), to(#87301a));
  background-image: linear-gradient(to right, #A83F25 0%, #e6846c 50%, #87301a 100%);
}

.butn.gradient_butn:hover {
  background-position: right center;
}

.butn:hover {
  color: #fff !important;
}

.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.sec-title {
  text-transform: capitalize;
  position: relative;
  font-weight: 800;
}

.underline_title::after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: var(--primary);
  display: block;
  margin: 10px auto 0 auto;
}

.download-btns .store-img {
  width: 170px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -webkit-box-shadow: 3px 6px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 6px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.download-btns .store-img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  position: relative;
  overflow: hidden;
}

.header .header-inner .text-box {
  margin-top: 80px;
}

.header .header-inner .text-box .title {
  font-size: calc(35px + 2vw);
  text-transform: uppercase;
}

.header .header-inner .img-box {
  height: 800px;
  position: relative;
}

.header .header-inner .img-box::before {
  content: '';
  width: 100%;
  height: 520px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  background-image: -webkit-gradient(linear, left top, right top, from(#a93b27), to(#a73926));
  background-image: linear-gradient(to right, #a93b27 0%, #a73926 100%);
}

.header .header-inner .img-box .sec-img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header .bg {
  top: -235px;
  height: 130%;
}

.features-sec {
  min-height: 70vh;
  overflow: unset;
}

.features-sec .container {
  padding: 0 4vw;
}

.features-sec .feature_card {
  padding: 20px 15px 15px 15px;
  position: relative;
  -webkit-box-shadow: 3px 6px 15px 0 #eee;
          box-shadow: 3px 6px 15px 0 #eee;
  margin-bottom: 25px;
}

.features-sec .feature_card .icon {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}

.features-sec .feature_card .card-body {
  padding: 1.5rem 4vw;
  text-align: center;
}

.features-sec .feature_card .card-body .desc {
  margin-bottom: 0;
  color: #888;
}

.features-sec .feature_card:hover .icon {
  -webkit-animation: tada 2s both;
          animation: tada 2s both;
}

.features-sec .feature_card:hover .title {
  color: var(--primary);
}

.features-sec .circle {
  position: absolute;
  top: -55px;
  left: 0;
  width: 12%;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  z-index: -1;
}

.about-sec .img-box {
  height: 650px;
  position: relative;
}

.about-sec .img-box::before {
  content: '';
  width: 100%;
  height: 520px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: -webkit-gradient(linear, left top, right top, from(#a93b27), to(#a73926));
  background-image: linear-gradient(to right, #a93b27 0%, #a73926 100%);
}

.about-sec .img-box .sec-img {
  -o-object-fit: contain;
     object-fit: contain;
}

.about-sec .text-box .title {
  font-size: calc(35px + 1.5vw);
  text-transform: uppercase;
}

.about-sec .circle {
  position: absolute;
  top: 35%;
  right: 0;
  width: 10%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: -1;
}

.content-sec .text-box .icon {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}

.content-sec .text-box .det {
  color: #777;
  font-weight: 600;
  font-size: 17px;
}

.content-sec .circle {
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 10%;
  -webkit-transform: rotate(-66deg);
          transform: rotate(-66deg);
  z-index: -1;
}

.testmonials-sec .testmonials_img {
  width: 120px;
  height: 120px;
  border: 7px solid #fff;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 3px 6px 15px 0 #f8f4cc;
          box-shadow: 3px 6px 15px 0 #f8f4cc;
}

.testmonials-sec .item {
  padding: 50px 0 20px 0;
}

.testmonials-sec .item .quote {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 18%;
  -o-object-fit: contain;
     object-fit: contain;
}

.testmonials-sec .sm-img {
  position: absolute;
}

.testmonials-sec .sm-img.img1 {
  left: 13%;
  top: 15%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.testmonials-sec .sm-img.img2 {
  left: 5%;
  bottom: 30%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.testmonials-sec .sm-img.img3 {
  left: 20%;
  bottom: 0%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.testmonials-sec .sm-img.img5 {
  right: 5%;
  bottom: 55%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.testmonials-sec .sm-img.img6 {
  right: 20%;
  bottom: 5%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
/*# sourceMappingURL=style.css.map */