@import url("https://fonts.googleapis.com/css2?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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #6A7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #000001;
  margin-top: 0;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

p {
  margin-bottom: 15px;
  color: #6A7382;
}

/* Navbar */
.main-menu {
    justify-content: space-around;
}
.navbar-nav li {
  padding: 10px 10px;
}

.navbar-nav li a {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}
.navbar-nav li a:hover {
  color: #ffffff !important;
}
.navbar-nav .nav-link.active {
  color: #ffffff !important;
}
.header.sticky li a {
  color: white !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
/*.navbar-nav .nav-link::after {*/
/*  background: none repeat scroll 0 0 transparent;*/
/*  bottom: 0;*/
/*  content: "";*/
/*  display: block;*/
/*  height: 2px;*/
/*  left: 50%;*/
/*  position: absolute;*/
/*  background: #f7991c;*/
/*  transition: width 0.3s ease 0s, left 0.3s ease 0s;*/
/*  width: 0;*/
/*}*/

/*.navbar-nav .nav-link:hover::after,*/
/*.navbar-nav .nav-link.active::after {*/
/*  width: 100%;*/
/*  left: 0;*/
/*}*/

ul.dropdown-menu {
  padding: 0;
}
.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #000001 !important;
}
.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: auto;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
}

.offcanvas {
  background-color: #000001;
}
.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}
.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}
.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}
.offcanvas .btn-close svg {
  fill: white;
}
.offcanvas-header > img {
  width: 15rem;
}

.dropdown-menu {
  background-color: #f7991c;
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  padding: 10px 0 10px 0;
  background: #000001;
  z-index: 999;
  transition: 0.6s;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #000001;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  /* background: url('../images/hero-bg.png');
    background-repeat: no-repeat;
    background-size: cover; */
  position: relative;
}

.b-bottom {
  border-bottom: 2px solid #f7991c;
}
.top-bg {
  background: #000001bd;
  padding: 50px;
  border-radius: 20px;
}

.right-col h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  color: white;
}
.right-col h1 span {
  color: #f7991c;
}
.right-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}

.right-col .btn-link {
  color: #f7991c;
  text-decoration: none;
}

/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: -95px;
  background: white;
  backdrop-filter: blur(50px);
}
.client img {
  margin: auto;
}
/* end */
/* center section */
.experts-empower{
  padding-top: 15px;
  padding-bottom: 0px;
  background: #f7991c;
}
.center-bg {
  /* background-image: linear-gradient(#f7991c, #fbbe17); */
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 80px;
}
.center-sec h3 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #000001;
}
.inner-sec h4 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #000001;
}
.center-img {
  position: absolute;
  bottom: 0;
}
.center-img img {
  transform: scale(1.4);
  position: relative;
  bottom: 107px;
}
.inner-sec p {
  font-weight: 500;
  color: #000001;
  font-size: 1rem;
}
.center-sec p {
  font-weight: 500;
  color: #000001;
  font-size: 1rem;
}
.search-form {
  border-radius: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.search-form label {
  font-weight: 600;
  color: black;
}
.search-form input {
  outline: none !important;
  padding-left: 12px;
  width: 100%;
  margin-top: 0px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  height: 50px;
  background-color: white;
  font-size: 15px;
  transition: ease 1s;
}
.search-form input:focus{
  border: 1px solid #000000;
}
.border-right {
  border-right: 2px solid #000000;
}
.border-right-grey {
  border-right: 2px solid #DEE2EA;
}
/* end */

/* contact us */

.contact-us {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* end */

/* end */

.section-title h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000001;
  letter-spacing: 0.5px;
}

.section-title p {
  font-size: 1rem;
  color: #000001;
  font-weight: 400;
}

.button-shadow {
  box-shadow: 0px 2px 2px 0px #000001;
}

.card {
  border-radius: 0px;
  margin-bottom: 25px;
  border: none;
  background: none;
}

.bg-white {
  background: white;
}

.box-shadow {
  box-shadow: 0px 0px 5px 0px #5c5d725e;
}

.shadow-none {
  box-shadow: none;
}

/* End expert */

/* author */
.section-title h2 span {
  color: #f7991c;
}
/* end */

.text-orange {
  color: #f7991c;
  font-weight: 500;
}
.text-theme {
  color: #f7991c;
  font-weight: 500;
}
.text-theme-1 {
  color: #f7991c;
}

/* End */

/* counter */
.bg-cream {
  background: #f8f1df;
  padding: 50px 40px;
  position: relative;
  top: 90px;
  border-radius: 50px;
}
.counter-sec span {
  font-size: 4rem;
  font-weight: 700;
  color: #f7991c;
  line-height: 1;
}
.counter-sec p {
  font-weight: 600;
  color: #000001;
  font-size: 1rem;
}
.counter-sec {
  text-align: center;
}
/* end */

/* pricing */

.pricing {
  padding-top: 60px;
  padding-bottom: 90px;
  background: #F9FBFD;
}
.pricing .card {
  border: none;
  border-radius: 8px;
  background: #ffffff;
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  margin: 0px 10px;
  border:1px solid #dee2ea;
}
.pricing .card-body ul li::marker {
    color: #f7991c;
}
.pricing .card-body ul {
    list-style-type: disclosure-closed;
    padding-left: 20px;
    height: 280px;
    overflow: scroll;
    margin-bottom:0;
}
.pricing .card-body ul li {
        margin-bottom: 10px;
    font-weight: 400;
}
.pricing .card span {
  font-size: 1rem;
  font-weight: 400;
}
.pricing .card-title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.5rem;
  margin-top: 5px;
}
.pricing .card p {
  font-size: 1rem;
  font-weight: 400;
}
.pricing .card-text i {
  font-size: 10px;
  color: #f7991c;
}
.pricing .card-text {
  font-weight: 500;
  font-size: 1rem;
  border-bottom: 1px solid #00000120;
  padding: 0px 0 10px;
  color: #000001;
}

.pricing a.btn {
  border: 2px solid #f7991c !important;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #f7991c;
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.pricing a:hover {
  border: 2px solid #000001 !important;
  color: #000001 !important;
}


.pricing .card:hover {
  transform: scale(1);
  transition: ease 0.3s;
  background: #f7991c;
}
.pricing .card:hover span {
    color:white;
}
.pricing .card:hover h5 {
    color:white;
}
.pricing .card:hover ul li {
    color:white;
}
.pricing .card:hover ul li::marker {
    color: #ffffff;
}
.pricing .card:hover a{
    border: 2px solid #000001 !important;
    background:#000001;
    color:white;
}
.pricing .slick-slide img {
    display: initial;
}


/* end */

/* why amazon */

.why-amazon {
  padding-top: 0px;
  padding-bottom: 0px;
}
.why-amazon .card {
  border: none;
  border-radius: 0px;
  background: #232f3e;
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  margin: 0px 0px;
  text-align: center;
}
.why-amazon .card-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
  text-align: center;
  color: white;
}
.why-amazon .card-text i {
  font-size: 10px;
  color: #f7991c;
}
.why-amazon .card-text {
  font-weight: 400;
  font-size: 1rem;
  padding: 0px 0 10px;
  color: #ffffff;
}
.why-amazon .slick-slide img {
  display: block;
  margin: auto;
}
.why-amazon a {
  text-decoration: none;
  color: #f7991c;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 20px;
  display: block;
}
.why-amazon .card:hover {
  transform: scale(1);
  transition: ease 0.3s;
  background: #000001;
}
.why-amazon .card:hover i {
  color: white;
}
.why-amazon .card:hover h5 {
  color: white;
}
.why-amazon .card:hover a {
  color: white;
}
.why-amazon .card:hover p {
  color: white;
}
/* end */

/* non usa */

.non-usa {
  padding-top: 80px;
  padding-bottom: 0px;
}
.non-usa .card {
  box-shadow: 3px 5px 15px 3px rgba(0, 0, 0, 0.05);
  padding: 15px 15px 15px;
  /* transition: ease 0.3s; */
}
.non-usa .card .card-body {
  padding: 12px 12px;
}
.non-usa .card .card-body h5 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.non-usa .card:hover {
  /* transition: ease 0.3s; */
  background: #f7991c;
}
.non-usa .card:hover h5 {
  color: white;
}

/* end */

/* video section */

.video-sec {
  padding-top: 40px;
  padding-bottom: 0px;
}
.nav-pills .nav-link{
  border-radius: 14px;
    padding: 25px 18px;
    background: #FFF;
    color:#000000;
    box-shadow: 0px 6px 10px 2px rgba(38, 47, 61, 0.10);
    margin-bottom: 10px;
    transform: scale(0.9);
}
.nav-pills .nav-link img {
  margin-right: 15px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #000000;
  background: none;
  box-shadow: 0px 6px 10px 2px rgba(38, 47, 61, 0.10);
  transform: scale(1);
  transition: ease-in-out 0.3s;
}
.video-sec .tab-content .card .card-body{
  border-radius: 14px;
background: #FFF;
box-shadow: 0px 6px 10px 2px rgba(38, 47, 61, 0.10);
}
.video-sec .tab-content .card .card-body span{
color:#f7991c;
font-size: 1rem;
}
.video-sec .tab-content .card .card-body h5{
  margin-bottom: 6px;
    font-size: 1.1rem;
}
.video-sec .tab-content .card .card-body h6{
  margin-bottom: 0;
  font-size: 1rem;
}
.video-sec .tab-content .card .card-body p{
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}
.video-inner-sec video{
  border-radius: 30px;
  width: 100%;
}
/* end */

/* meet our team */
.text-theme-blue {
  color: #000001;
}
.meet-our-team {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  background-repeat: no-repeat;
}
.meet-our-team .card-body {
  background: #ffffff;
  border-radius: 0px 0px 8px 8px;
  z-index: 999;
  padding: 40px 20px;
  box-shadow: 0px 3px 18px 0px rgba(107, 114, 150, 0.15);
}
.meet-image {
  position: relative;
  top: 0px;
}

.meet-our-team .card-body h5 {
  font-weight: 600;
}
.meet-our-team .card-body .star i {
  color: #f7991c;
  padding: 0px 3px;
}
.meet-our-team .card-body span {
  color: #000001;
  font-size: 1rem;
  font-weight: 500;
}
.meet-our-team .card-body p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 25px;
}
.meet-our-team .card-body .social a {
  color: white;
  background: #999999;
  padding: 10px 15px;
  border-radius: 50px;
}
.meet-our-team .card-body .social a:hover {
  color: white;
  background: #f7991c;
  padding: 10px 15px;
  border-radius: 50px;
}
.meet-our-team .card {
  border: none;
  border-radius: 0px;
  background: #ffffff;
  transition: ease-in-out 0.3s;
  transform: scale(0.9);
}
.meet-our-team .card:hover {
  transform: scale(1);
  transition: ease 0.3s;
}

/* end */

/* center section */

.center-section {
  padding-top: 80px;
  padding-bottom: 0px;
  background: url(../images/theme-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.center-section h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}
.center-section .card {
  background: white;
  text-align: center;
  transition: ease 0.3s;
  border-radius: 20px;
}
.center-section .card:hover {
  transform: scale(1.1);
  transition: ease 0.3s;
  background: #f7991c;
}
.center-section .card:hover h5 {
  color: white;
}
.center-section .card .card-body:hover p {
  color: white;
}
.center-section .card-body {
  padding: 30px;
}
.center-section .card .card-body p {
  font-size: 1rem;
  font-weight: 400;
}
.center-section .card h5 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 0;
}
.center-section .card-text {
  margin-bottom: 10px;
}
.center-section .card-text i {
  color: #f7991c;
  font-size: 12px;
}
/* end */



/* customers */

.customers {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../images/theme-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.customers .card {
  border: none;
  background: #ffffff;
  padding: 15px 10px;
  transition: ease-in-out 0.3s;
  margin: 0px 10px;
  transform: scale(1);
  box-shadow: 0px 3px 18px 0px rgba(107, 114, 150, 0.15);
  border-radius: 8px;
}
.slick-slide.slick-current.slick-active.slick-center > .card {
  background: #f7991c !important;
  transform: scale(1) !important;
}
.slick-slide.slick-current.slick-active.slick-center > .card h5,
.slick-slide.slick-current.slick-active.slick-center > .card h6,
.slick-slide.slick-current.slick-active.slick-center > .card span,
.slick-slide.slick-current.slick-active.slick-center > .card p {
  color: white !important;
}
.slick-slide.slick-current.slick-active.slick-center {
  transition: all 0.4s ease-in-out;
  position: inherit;
  opacity: 1;
}
.customers .card h5 {
  font-weight: 600;
  font-size: 20px;
  color: #000001;
}
.customers .card h6 {
  font-weight: 600;
  font-size: 16px;
  color: #000001;
  margin-bottom: 5px;
}
.customers .card span {
  color: #6A7382;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 0px;
}
.customers .card p {
  color: #6A7382;
  font-size: 16px;
  padding: 0px 0px;
}

.slick-slide .card .card-body .btn {
  border: 1px solid #000001;
  color: #000001;
}
.slick-slide .card .card-body .btn:hover {
  border: 1px solid #f7991c;
  color: #f7991c;
  background: transparent;
}
.slick-slide.slick-current.slick-active.slick-center .card .card-body .btn {
  border: 1px solid white;
  color: #f7991c;
  background: white;
}
.slick-slide.slick-current.slick-active.slick-center
  .card
  .card-body
  .btn:hover {
  border: 1px solid white;
  color: white;
  background: transparent;
}
/* end */

/* why-this-course */
.why-this-course {
  padding-top: 50px;
  padding-bottom: 20px;
}

.why-this-course h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000001;
}

.why-this-course p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6A7382;
  margin-bottom: 0;
}
.points h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.points p {
  font-size: 1rem;
  font-weight: 400;
}
/* End */

/* our student */
.our-student {
  padding-top: 50px;
  padding-bottom: 50px;
}

.our-student h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000001;
}

.our-student p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6A7382;
  margin-bottom: 0;
}
.our-student .standout p{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6A7382;
  margin-bottom: 0;
}
.standout span {
  font-size: 2rem;
  font-weight: 600;
  color: #f7991c;
}
.standout h4 {
  color: #000001;
  font-weight: 500;
  font-size: 1.1rem;
}
.our-student .card {
  padding: 30px 20px;
    transition: ease-in-out 0.3s;
    margin: 0px 0px 20px 0;
    border-radius: 8px;
    border: 1px solid #dee2ea;
    background: #fff;
}
.our-student .card-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
  color: black;
}
.our-student .card-text i {
  font-size: 10px;
  color: #f7991c;
}
.our-student .card-text {
  font-weight: 400;
  font-size: 0.9rem;
  padding: 0px 0 10px;
  color: #6A7382;
}
.our-student .slick-slide img {
  display: block;
  margin: auto;
}
.our-student a {
  text-decoration: none;
  color: #f7991c;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}
.our-student .card:hover {
  transform: scale(1);
  transition: ease 0.3s;
  background: #f7991c;
  transform: scale(1.1);
  z-index:1;
}
.our-student .card img{
  border:2px solid white;
  border-radius: 50px;
}
.our-student .card:hover img {
  border:2px solid white;
  border-radius: 50px;
}
.our-student .card:hover i {
  color: white;
}
.our-student .card:hover h5 {
  color: white;
}
.our-student .card:hover a {
  color: white;
}
.our-student .card:hover p {
  color: white;
}
/* end */

/* professional */
.professional {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F9FBFD;
}

.professional h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000001;
}

.professional p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6A7382;
  margin-bottom: 0;
}

/* End */

/* top notch */
.top-notch {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F9FBFD;
}

.top-notch h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000001;
}

.top-notch p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6A7382;
  margin-bottom: 0;
}
.top-notch p.card-text{
    font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6A7382;
  margin-bottom: 0;
}
.top-notch .card{
  border-radius: 8px;
  background: #ffffff;
box-shadow: 0px 3px 18px 0px rgba(107, 114, 150, 0.15);
transition: ease 0.3s;
}
.top-notch .card:hover {
    transform: scale(1);
    transition: ease 0.3s;
    background: #f7991c;
    transform: scale(1.1);
    z-index: 1;
}
.top-notch .card:hover h5,.top-notch .card:hover p,.top-notch .card:hover a {
    color: white;
}
.top-notch .card .card-body {
  padding: 30px;
}
.top-notch .card h5 {
  font-size: 1.2rem;
  font-weight: 600;
}
.top-notch .card p {
  font-weight: 400;
}
.top-notch .card a{
  text-decoration: none;
    color: #f7991c;
    font-weight: 500;
}
/* End */

/* Our Mission */
.our-mission {
  padding-top: 50px;
  padding-bottom: 50px;
}

.our-mission h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000001;
}

.our-mission p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000001;
  margin-bottom: 0;
}

/* End */

/* faqs */

.faqs {
  background: #000001;
  padding-top: 50px;
  padding-bottom: 50px;
}
.faqs .card {
  border: none;
  border-radius: 12px;
  background: #ffffff;
  padding: 15px 10px;
  margin: 40px 10px;
  transition: ease 0.3s;
}
.faqs .card-body h5 {
  font-weight: 600;
  font-size: 1.4rem;
}
.faqs .card-body p {
  font-weight: 400;
  font-size: 1rem;
}

.faqs .card:hover {
  transform: scale(1.1);
  transition: ease 0.3s;
  background: #f7991c;
}
.flip-card {
  background-color: transparent;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-card:focus {
  outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
  transform: rotateY(360deg);
}
.faqs .card:hover h5 {
  color: white;
}
.faqs .card:hover a {
  color: white;
}
.faqs .card:hover p {
  color: white;
}
/* end */

/* card section */
.card-sec {
  background: #f8f1df;
  padding-top: 70px;
  padding-bottom: 25px;
}
.card-sec .card-title {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.2;
}
.card-sec .card-text {
  font-size: 1rem;
  font-weight: 500;
  color: #000001;
}
/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 0.9rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: #f7991c;
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme {
  border: 2px solid #f7991c;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #f7991c;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-theme:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-whatsapp {
  border: 2px solid #2ab318;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #2ab318;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 15px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-whatsapp:hover {
  border: 2px solid #2ab318;
  background: transparent;
  color: #2ab318;
}

.btn-white {
  border: 1px solid white;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: white;
  color: #000001;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-white:hover {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-white-outline {
  border: 1px solid white;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: transparent;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-white-outline:hover {
  border: 1px solid #ffffff;
  background: white;
  color: #000001;
}

.btn-theme-1 {
  border: 1px solid #f7991c;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #f7991c;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-theme-1:hover {
  border: 1px solid #f7991c;
  background: transparent;
  color: #f7991c;
}

.btn-theme-outline {
  border: 2px solid white;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: transparent;
  color: white;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-theme-outline:hover {
  background: #ffffff;
  color: #000001;
}
.btn-theme-black-1 {
  border: 1px solid #000001;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #000001;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-theme-black-1:hover {
  border: 1px solid #000001;
  background: transparent;
  color: #000001;
}

.btn-theme-black {
  border: 1px solid #000001;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: transparent;
  color: #000001;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-theme-black:hover {
  border: 1px solid #000001;
  background: #000001;
  color: white;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/* end */

/* footer */

.bg-footer {
  background: #000001;
}

.footer {
  padding-top: 35px;
  padding-bottom: 25px;
}
.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
}

.footer-links > h6 {
  color: #f7991c;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 20px;
}

.footer-links > p {
  color: white;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer-links > ul {
  padding-left: 18px;
}

.footer-links > ul > li {
  padding: 20px 0px 0 0px;
  list-style-type: disclosure-closed;
  color: white;
  transition: all ease-in-out 0.3s;
}
.footer-links > ul > li:hover {
  color: #f7991c;
}
.footer-links > ul > li > a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}
.footer-links > ul > li > a:hover {
  color: #f7991c;
}
.social > p > span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social > p > a {
  color: #f7991c;
    margin: 0 5px;
    font-size: 1.2rem;
    transition: all ease-in-out 0.3s;
    background: white;
    padding: 10px 16px;
    border-radius: 30px;
}
.social > p > a:hover {
    color: #ffffff;
    background: #f7991c;
}


.footer-bootom-links > span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}
@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-zoom {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

.footer-logo .trust-img {
  width: 10rem;
}

/* bg video */
video#bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  padding: 0;
}
.top-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Adjust opacity here */
  z-index: -1;
  padding: 0;
}

/* thank u */
.thank-you{
  position: relative;
}
.thank-you .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Adjust opacity here */
  z-index: -1;
  padding: 0;
}
/* end */

/*scroll*/
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-thumb {
  background: #f7991c;
  border-color: #f7991c;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* top form */
.home_sec2 {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background: #F7991C;
}
.form_row-1 {
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 25px;
  border-radius: 15px;
}
.sah {
  position: relative;
}
.home_sec2 h2 {
  font-weight: 700;
  margin-bottom: 5px;
}
.home_sec2 span {
  color: #ffffff;
}
.hfdf {
  display: flex;
}
.sah input {
  width: 100%;
  margin-top: 0px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  height: 50px;
  background-color: white;
  font-size: 15px;
  font-family: poppins;
  color: rgb(0, 0, 0);
  margin-left: 0px;
  margin-right: 7px;
  transition: ease 1s;
}
.sah input:focus{
  border: 1px solid #ffffff;
}
.sah button {
  width: 50%;
  margin-top: 0px;
  border-radius: 5px;
  padding: 11px 30px;
  font-size: 16px;
  font-weight: 600;
}
.zoom-in-zoom-out{
animation: zoom-in-zoom-out 2s ease-out infinite;
}


/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #f7991c;
}
.model-discount span label {
    color: #f7991c;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    font-size: 20px;
    font-weight: 700;
}
.model-discount label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}
.model-sec .modal-body {
  padding: 0;
  position: relative;
}
.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}
.model-discount {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
  border-radius: 30px;
}
.model-input {
  /*border-color: black;*/
  padding: 10px 15px;
  color: black !important;
}
.model-input:focus {
  /*border-color: #000000 !important;*/
}
.model-input::placeholder {
  color: #000000 !important;
}

.model-discount .btn-close{
    border: 2px solid #f7991c;
    border-radius: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 8px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f7991c'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
    
/* end */

.whatssapp{
    position: fixed;
    bottom: 20px;
    left: 20px;
}
.whatssapp>a>img{
    width: 65px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.8);
    transition: all 0.7s ease-in-out;

  }
}
