/*global-css-start*/
@import url('https://fonts.googleapis.com/css2?family=Anton&amp;family=Jost:ital,wght@0,100..900;1,100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

body {
   font-size: 16px;
   font-weight: 500;
   color: #000;
   background-color: #fff;
   scroll-behavior: smooth;
   font-family: "Jost", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
   color: #333;
   font-weight: 700;
}

strong {
   font-weight: 800;
   color: #000;
}

a {
   text-decoration: none !important;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #000;
   font-weight: 400;
}

a:hover, a:focus {
   text-decoration: none;
   outline: none;
   cursor: pointer;
   color: inherit;
}

.btn.focus, .btn:focus {
   outline: 0;
   box-shadow: none;
}

button {
   color: inherit;
   border: none;
}

p {
   margin-bottom: 0.5rem;
   font-size: 16px;
   font-weight: 400;
   color: #A8A8A8;
   line-height: 27px;
}

ul, li {
   margin: 0;
   padding: 0;
   list-style-type: none !important;
}

ul {
   padding-left: 0 !important;
}

hr {
   background-color: #D0D0D0 !important;
   opacity: 1;
   border-color: #D0D0D0 !important;
}

.form-select:focus, .form-control:focus {
   box-shadow: none !important;
   border-color: #ccc;
}

.dropdown-item:focus, .dropdown-item:hover {
   background-color: inherit;
   color: inherit;
}

label {
   margin-bottom: 5px;
}

textarea {
   resize: none;
}

input:focus, button:focus, textarea:focus {
   outline: none;
   box-shadow: none;
}

img {
   max-width: 100%;
   height: auto;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

input[type=number] {
   -moz-appearance: textfield;
}

.tp-space {
   padding-top: 90px;
   padding-bottom: 90px;
}

.thm-btn {
   display: inline-block;
   padding: 10px 15px;
   background-color: #efc007;
   color: #fff;
   font-size: 18px;
   font-weight: 600;
   color: #fff;
}

.thm-btn:hover {
   opacity: 0.7;
}

.title {
   font-size: 35px;
   font-weight: 600;
   color: #333;
   margin-bottom: 25px;
}

.title span {
   position: relative;
}

.title span::after, .title span::before {
   position: absolute;
   content: '';
   bottom: 0;
   height: 5px;
   width: 50%;
   background-color:;
}

.title span::after {
   left: 0;
   background-color: #efc007;
   border-radius: 5px 0 0 5px;
}

.title span::before {
   right: 0;
   background-color: #FF5F00;
   border-radius: 0 5px 5px 0;
}

.download-btn {
   position: relative;
   display: inline-block;
   padding: 20px 30px;
   color: #efc007;
   text-transform: uppercase;
   overflow: hidden;
   font-size: 18px;
   font-weight: 600;
   letter-spacing: 4px;
   transition: 0.5s;
}

.download-btn span {
   position: absolute;
   display: block;
}

.download-btn span:nth-child(1) {
   top: 0;
   left: -100%;
   width: 100%;
   height: 4px;
   background: linear-gradient(90deg, transparent, #efc007);
   animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
   0% {
      left: -100%;
   }

   50%, 100% {
      left: 100%;
   }

}

.download-btn span:nth-child(2) {
   top: -100%;
   right: 0;
   width: 4px;
   height: 100%;
   background: linear-gradient(180deg, transparent, #efc007);
   animation: btn-anim2 1s linear infinite;
   animation-delay: 0.25s;
}

@keyframes btn-anim2 {
   0% {
      top: -100%;
   }

   50%, 100% {
      top: 100%;
   }

}

.download-btn span:nth-child(3) {
   bottom: 0;
   right: -100%;
   width: 100%;
   height: 4px;
   background: linear-gradient(270deg, transparent, #efc007);
   animation: btn-anim3 1s linear infinite;
   animation-delay: 0.5s;
}

@keyframes btn-anim3 {
   0% {
      right: -100%;
   }

   50%, 100% {
      right: 100%;
   }

}

.download-btn span:nth-child(4) {
   bottom: -100%;
   left: 0;
   width: 4px;
   height: 100%;
   background: linear-gradient(360deg, transparent, #efc007);
   animation: btn-anim4 1s linear infinite;
   animation-delay: 0.75s;
}

@keyframes btn-anim4 {
   0% {
      bottom: -100%;
   }

   50%, 100% {
      bottom: 100%;
   }

}

.download-btn:hover {
   background-color: #efc007;
   color: #fff;
   border-radius: 5px;
   box-shadow: 0 0 5px #efc007, 0 0 25px #efc007, 0 0 50px #efc007, 0 0 100px #efc007;
}

.theme-header .navbar-brand img {
   width: 210px;
}

.theme-header .nav-item {
   margin-left: 25px;
   margin-right: 25px;
}

.theme-header .nav-item .nav-link {
   font-size: 18px;
   color: #fff;
   font-weight: 600;
   text-transform: uppercase;
   position: relative;
   padding: 0;
   padding-bottom: 3px;
}

.theme-header .nav-item .nav-link::after, .theme-header .nav-item .nav-link::before {
   position: absolute;
   content: '';
   bottom: 0;
   height: 2px;
   width: 0%;
   transition: 0.3s;
}

.theme-header .nav-item .nav-link::after {
   left: 0;
   background-color: #FF5F00;
}

.theme-header .nav-item .nav-link::before {
   right: 0;
   background-color: #efc007;
}

.theme-header .nav-item .nav-link:hover::after, .theme-header .nav-item .nav-link:hover::before {
   width: 50%;
}

.sticky-header {
   background-color: #333;
   animation: 0.75s ease 0s normal forwards 1 running headerSlideDown;
}

@keyframes headerSlideDown {
   0% {
      margin-top: -150px;
   }

   100% {
      margin-top: 0;
   }

}

.banner-sec {
   background-image: url(../images/banner.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   min-height: 100vh;
   position: relative;
   display: flex;
   align-items: center;
}

.banner-content h1 {
   font-size: 55px;
   color: #fff;
   font-weight: 700;
   margin-bottom: 40px;
}

.about-list li {
   padding-left: 20px;
   position: relative;
   margin-top: 8px;
   font-weight: 400;
}

.about-list li::after {
   position: absolute;
   content: '\f101';
   font-family: "Font Awesome 5 Pro";
   left: 0;
   top: 0;
}

.comming-sec {
   background-image: url(../images/coming-bannr.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   text-align: center;
}

.comming-sec::after {
   position: absolute;
   content: '';
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-color: rgb(0 0 0 / 50%);
}

.comming-sec .container {
   position: relative;
   z-index: 999;
}

.comming-innr h2 {
   font-size: 40px;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   margin-bottom: 20px;
}

.comming-innr p {
   font-size: 18px;
   font-weight: 500;
   margin-bottom: 10px;
}

.comming-innr-bar {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.comming-innr-bar li {
   padding: 20px;
   background-color: #fff;
   width: 23%;
   margin-right: 5px;
   margin-top: 15px;
   border-radius: 8px;
   border: 2px dashed #FF5F00;
}

.comming-innr-bar li h4 {
   font-size: 26px;
   font-weight: 700;
   color: #FF5F00;
   margin-bottom: 5px;
}

.comming-innr-bar li h5 {
   font-size: 18px;
   font-weight: 600;
   color: #333;
   margin-bottom: 0;
}

.subscribe-bx {
   display: flex;
   align-items: center;
   background-color: #fff;
   margin: 30px 0;
   border-radius: 10px;
   height: 65px;
   padding-left: 15px;
}

.subscribe-bx .form-control {
   border: 0;
   background-color: transparent;
   color: #000;
}

.subscribe-bx .thm-btn {
   width: 150px;
   height: 65px;
   border-radius: 0 10px 10px 0;
}

.social-btn {
   margin-top: 5rem;
}

.social-btn h6 {
   font-size: 20px;
   color: #fff;
   font-weight: 500;
}

.social-btn a {
   display: inline-block;
   height: 40px;
   width: 40px;
   border: 1px solid #efc007;
   line-height: 45px;
   text-align: center;
   color: #efc007;
   border-radius: 25px;
   font-size: 18px;
}

.social-btn a:hover {
   background-color: #efc007;
   color: #fff;
}

.service-innr {
   padding: 15px;
   border: 1px solid #eee;
   clip-path: polygon(0 12%, 12% 0%, 90% 0, 100% 0%, 100% 88%, 88% 100%, 0% 100%, 0% 90%, 0% 0%);
   margin-bottom: 10px;
}

.service-innr img {
   width: 50px;
   margin-bottom: 10px;
}

.service-innr h3 {
   font-size: 20px;
   font-weight: 600;
   color: #333;
}

.testimonial {
   background-color: #f7f7f7;
}

.testi-inner {
   background-color: #fff;
   box-shadow: 0px 0px 45px 0px rgb(0 0 0 / 7%);
   border-radius: 10px;
   padding: 15px;    
   background-repeat: no-repeat;
   background-position: top right;
}

.testi-inner img {
   height: 70px;
   width: 70px !important;
   border-radius: 50px;
   object-fit: cover;
   border: 8px double rgb(198 49 37 / 20%);
}

.testi-inner h4 {
   font-size: 28px;
   font-weight: 600;
   color: #efc007;
   text-transform: capitalize;
   margin: 10px 0;
}

.testi-inner .rating {
   color: #F1B22F;
}

.appview {
   background-image: url(../images/view-bg.png);
   position: relative;
   background-repeat: no-repeat;
   background-size: cover;
}

.appview .container {
   position: relative;
   z-index: 999;
}

.appview::after {
   position: absolute;
   content: '';
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-color: rgb(34 34 34 / 80%);
}

.download-content h4 {
   font-size: 30px;
   font-weight: 700;
   color: #333;
   margin-bottom: 20px;
}

.custom-footer {
   background-color: #333;
   padding-bottom: 0px;
   padding-top: 50px;
}

.custom-footer .ftr-logo img {
   width: 100px;
   margin-bottom: 20px;
}

.custom-footer .footer-txt li {
   display: inline-block;
}

.custom-footer .footer-txt li a {
   display: inline-block;
   color: #fff;
   font-size: 15px;
   font-weight: 500;
   border-right: 1px solid #fff;
   padding: 0px 10px;
   transition: 0.2s;
}

.custom-footer .footer-txt li a:hover {
   text-decoration: underline;
}

.custom-footer .social-icon a {
   display: inline-block;
   background-color: transparent;
   color: #efc007;
   border: 1px solid #efc007;
   font-size: 15px;
   height: 40px;
   width: 40px;
   line-height: 40px;
   text-align: center;
   border-radius: 25px;
   margin: 15px 5px;
   transition: 0.5s;
}

.custom-footer .social-icon a:hover {
   transform: translateY(-10px);
   background-color: #efc007;
   color: #fff;
}

.copy-right {
   border-top: 1px solid rgb(255 255 255 / 17%);
   padding: 10px 0px;
}
