@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&amp;display=swap");

body {
  font-size: 0.9rem;
  color: #343a40;
  font-family: "Nunito Sans", sans-serif;
}

html {
  scroll-padding-top: 58px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343a40;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}

a {
  text-decoration: none !important;
  outline: none;
  color: #eaa60d;
}

p {
  line-height: 1.6;
  font-size: 15px;
}

hr {
  opacity: 0.1 !important;
}

.row>* {
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.bg-primary {
  background-color: #eaa60d !important;
}

.bg-soft-primary {
  background-color: rgba(131, 56, 236, 0.1) !important;
}

.text-primary {
  color: #eaa60d !important;
}

.uim-icon-primary .uim-svg {
  fill: #eaa60d !important;
}

.bg-success {
  background-color: #09BC8A !important;
}

.bg-soft-success {
  background-color: rgba(9, 188, 138, 0.1) !important;
}

.text-success {
  color: #09BC8A !important;
}

.uim-icon-success .uim-svg {
  fill: #09BC8A !important;
}

.bg-info {
  background-color: #f06421 !important;
}

.bg-soft-info {
  background-color: rgba(0, 180, 216, 0.1) !important;
}

.text-info {
  color: #f06421 !important;
}

.uim-icon-info .uim-svg {
  fill: #f06421 !important;
}

.bg-warning {
  background-color: #ffd455 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 212, 85, 0.1) !important;
}

.text-warning {
  color: #ffd455 !important;
}

.uim-icon-warning .uim-svg {
  fill: #ffd455 !important;
}

.bg-danger {
  background-color: #D1495B !important;
}

.bg-soft-danger {
  background-color: rgba(209, 73, 91, 0.1) !important;
}

.text-danger {
  color: #D1495B !important;
}

.uim-icon-danger .uim-svg {
  fill: #D1495B !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-soft-dark {
  background-color: rgba(52, 58, 64, 0.1) !important;
}

.text-dark {
  color: #343a40 !important;
}

.uim-icon-dark .uim-svg {
  fill: #343a40 !important;
}

.bg-muted {
  background-color: #a7a9c0 !important;
}

.bg-soft-muted {
  background-color: rgba(167, 169, 192, 0.1) !important;
}

.text-muted {
  color: #a7a9c0 !important;
}

.uim-icon-muted .uim-svg {
  fill: #a7a9c0 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.text-white {
  color: #ffffff !important;
}

.uim-icon-white .uim-svg {
  fill: #ffffff !important;
}

.bg-light {
  background-color: #f6faff !important;
}

.bg-soft-light {
  background-color: rgba(246, 250, 255, 0.1) !important;
}

.text-light {
  color: #f6faff !important;
}

.uim-icon-light .uim-svg {
  fill: #f6faff !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-soft-black {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.text-black {
  color: #000000 !important;
}

.uim-icon-black .uim-svg {
  fill: #000000 !important;
}

.form-check:focus {
  outline: none;
}

.form-check .form-check-input {
  box-shadow: none;
}

.form-check .form-check-input:checked {
  background-color: #eaa60d;
  border-color: #eaa60d;
}

.form-check .form-check-input:checked:focus {
  box-shadow: none !important;
}

.card {
  border: none;
  box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
  border-radius: 7px;
  margin-bottom: 30px;
  height: 500px;
}

.card:hover {

  box-shadow: 0px 8px 35px 0px rgba(1, 55, 82, 0.4);

}

.card h4 {
  color: #f06421;
  font-weight: bold;
}


.card:hover h4 {
  color: #eaa60d;
}

.section {
  position: relative;
  padding: 100px 0px 100px;
}

.main-img{
 
}

@media (max-width:768px){
  .main-img{
    width: 300px;
  }
}
@media (max-width:991px){
  .main-img{
    width: 300px;
  }
}

.title .title-icon {
  position: relative;
}

.title .title-icon::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background: #e9ecef;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 12px;
}

.text-body {
  color: #343a40 !important;
}

.font-12 {
  font-size: 12px;
}

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

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.fw-semibold {
  font-weight: 600 !important;
}

.avatar-sm {
  height: 16px;
  width: 16px;
}

.avatar-md {
  height: 32px;
  width: 32px;
}

.avatar-lg {
  height: 40px;
  width: 40px;
}

.uim-svg {
  fill: #eaa60d !important;
}

.uim-svg svg {
  width: 24px;
  height: 24px;
  vertical-align: inherit;
}

.icons-sm svg {
  height: 18px;
  width: 18px;
}

.icons-md svg {
  height: 32px;
  width: 32px;
}

.icons-lg svg {
  height: 40px;
  width: 40px;
}

.icons-xl svg {
  height: 48px;
  width: 48px;
}

.box-shadow {
  box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
}

.avatar-title {
  align-items: center;
  background-color: #eaa60d;
  color: #ffffff;
  display: flex;
  font-weight: 500;
  justify-content: center;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-color: #343a40;
}

.form-control::placeholder {
  color: #cbcbd5;
}

label {
  color: #343a40;
  font-weight: 600;
}

@media (max-width: 768px) {
  .section {
    padding: 80px 0px;
  }
}

.btn {
  font-size: .9rem;
  padding: 10px 16px;
  font-weight: 500;
  transition: all 0.4s;
  border-radius: 7px;
}

.btn:hover,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

.btn-sm {
  padding: .4rem .8rem;
  font-size: 13px;
}

.btn-light {
  color: #343a40 !important;
}

.btn-primary {
  color: #ffffff;
  background: #eaa60d;
  border-color: #eaa60d;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #f06421;
  border-color: #f06421;
  color: #ffffff;
}

.btn-outline-primary {
  color: #eaa60d;
  border-color: #eaa60d;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background: #7725ea !important;
  border-color: #7725ea !important;
  color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background: #09BC8A;
  border-color: #09BC8A;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background: #08a97c;
  border-color: #08a97c;
  color: #ffffff;
}

.btn-outline-success {
  color: #09BC8A;
  border-color: #09BC8A;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active {
  background: #08a97c !important;
  border-color: #08a97c !important;
  color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background: #f06421;
  border-color: #f06421;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background: #eaa60d;
  border-color: #eaa60d;
  color: #ffffff;
}

.btn-outline-info {
  color: #f06421;
  border-color: #f06421;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active {
  background: #eaa60d !important;
  border-color: #eaa60d !important;
  color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background: #ffd455;
  border-color: #ffd455;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background: #ffcf41;
  border-color: #ffcf41;
  color: #ffffff;
}

.btn-outline-warning {
  color: #ffd455;
  border-color: #ffd455;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active {
  background: #ffcf41 !important;
  border-color: #ffcf41 !important;
  color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background: #D1495B;
  border-color: #D1495B;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background: #cd394c;
  border-color: #cd394c;
  color: #ffffff;
}

.btn-outline-danger {
  color: #D1495B;
  border-color: #D1495B;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
  background: #cd394c !important;
  border-color: #cd394c !important;
  color: #ffffff;
}

.btn-dark {
  color: #ffffff;
  background: #343a40;
  border-color: #343a40;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
  background: #2b3035;
  border-color: #2b3035;
  color: #ffffff;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active {
  background: #2b3035 !important;
  border-color: #2b3035 !important;
  color: #ffffff;
}

.btn-muted {
  color: #ffffff;
  background: #a7a9c0;
  border-color: #a7a9c0;
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active {
  background: #9b9db7;
  border-color: #9b9db7;
  color: #ffffff;
}

.btn-outline-muted {
  color: #a7a9c0;
  border-color: #a7a9c0;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active {
  background: #9b9db7 !important;
  border-color: #9b9db7 !important;
  color: #ffffff;
}

.btn-white {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #ffffff;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active {
  background: whitesmoke !important;
  border-color: whitesmoke !important;
  color: #ffffff;
}

.btn-light {
  color: #ffffff;
  background: #f6faff;
  border-color: #f6faff;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
  background: #e2efff;
  border-color: #e2efff;
  color: #ffffff;
}

.btn-outline-light {
  color: #f6faff;
  border-color: #f6faff;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
  background: #e2efff !important;
  border-color: #e2efff !important;
  color: #ffffff;
}

.btn-black {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
  background: black;
  border-color: black;
  color: #ffffff;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
}

.btn-outline-black:hover,
.btn-outline-black:focus,
.btn-outline-black:active,
.btn-outline-black.active {
  background: black !important;
  border-color: black !important;
  color: #ffffff;
}

.navbar {
  padding: 20px 0px;
  width: 100%;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
}

.navbar .logo {
  width: 180px;
}

.navbar .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: #292929;
  transition: all 0.3s;
  background-color: transparent !important;
  padding: 6px 10px;
  margin: 0 7px;
  font-weight: 600;
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:active,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #f06421;
  font-weight: bold;
}

.navbar .navbar-btn {
  margin-left: 10px;
  border-color: transparent;
  box-shadow: none;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
  border: none;
  padding: 0 !important;
}

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

/*--- navbar sticky ---*/
.nav-sticky.navbar {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: transparent !important;
  box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
}

.nav-sticky.navbar .logo {
  display: block;
}


.nav-sticky.navbar .navbar-nav .nav-item .nav-link {
  color: rgba(52, 58, 64, 0.8);
}

.nav-sticky.navbar .navbar-nav .nav-item .nav-link:hover,
.nav-sticky.navbar .navbar-nav .nav-item .nav-link:active,
.nav-sticky.navbar .navbar-nav .nav-item .nav-link:focus,
.nav-sticky.navbar .navbar-nav .nav-item .nav-link.active {
  color: #eaa60d;
}

.navbar-light {
  background-color: #ffffff;
  box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
}

.navbar-light .logo {
  display: inline-block;
}


.navbar-light .navbar-nav .nav-item .nav-link {
  color: rgba(52, 58, 64, 0.8);
}

.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link:active,
.navbar-light .navbar-nav .nav-item .nav-link:focus,
.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #3a3a3a;
}

@media (max-width: 991px) {
  .navbar {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }

  .navbar.navbar-expand-lg>.container {
    width: 90%;
  }

  .navbar .logo {
    display: block;
  }


  .navbar .navbar-nav .nav-item .nav-link {
    transition: all 0.3s;
    margin: 0px;
    padding: 6px 0px;
    color: rgba(52, 58, 64, 0.9);
  }

  .navbar .navbar-nav .nav-item .nav-link:hover,
  .navbar .navbar-nav .nav-item .nav-link:active,
  .navbar .navbar-nav .nav-item .nav-link.active {
    color: #eaa60d;
  }

  .navbar .navbar-btn {
    margin-left: 0px;
  }

  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgba(52, 58, 64, 0.9);
  }
}

.hero-1 {
  padding-top: 150px;
  position: relative;
  background: url("../images/bgtest.webp");
  background-repeat: no-repeat;
  background-position: center;

}

.hero-1 .hero-1-bg {

  background: url("../images/bgtest.webp");
  background-repeat: no-repeat;
  background-position: center;

}

.hero-1 .bg-overlay {
  opacity: 0.1;
}

.hero-1 h5 {
  margin-top: 30px;
  font-size: 28px;
}

.hero-1 img {
  max-width: 550px;
}

.hero-1 ul {
  display: inline-flex;
  list-style-type: none;
  margin-top: 20px;
}

.hero-1 ul li {
  margin-right: 20px;
  color: #f06421;
  font-weight: bold;
  font-size: 16px;
}

.hero-1 ul li i {
  color: #eaa60d;

}

@media (max-width: 991px) {
  .hero-1 ul {
    display: inline-block;

  }

  .hero-1 ul li {
    padding: 10px;

  }

  .hero-1 h5 {

    font-size: 22px;
  }

}

@media (max-width: 768px) {

  .hero-1 ul {
    display: inline-block;

  }

  .hero-1 ul li {
    padding: 10px;

  }

  .hero-1 {

    background: url("../images/bg2.webp");
    background-repeat: no-repeat;
    background-position: center;

  }

  .hero-1 img {
    width: 300px;
  }

  .hero-1 h5 {

    font-size: 22px;
  }

}

.hero-1 .countdown {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
}

.hero-1 .countdown div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f06421;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;

}

.hero-1 .event-live {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 10px auto;
  padding: 10px 20px;
  background-color: #f06421;
  display: none;
  -webkit-animation: blink-1 2.5s infinite both;
  animation: blink-1 2.5s infinite both;
  width: 300px;
  height: 50px;
}

.hero-1 .event-end {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 10px auto;
  padding: 10px 20px 10px 20px;
  background-color: #eaa60d;
  display: none;
  width: 300px;
  height: 50px;

}

@-webkit-keyframes blink-1 {

  0%,
  50%,
  100% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes blink-1 {

  0%,
  50%,
  100% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.hero-1 .event-live p {
  color: #fff;
}

.hero-1 .hidden {
  display: none;
}

.hero-1 .hero-1-bg {
  background: url("../images/bg.webp");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-repeat: repeat;

}

@media (max-width: 1199.98px) {
  .hero-1 .hero-1-bg {
    background-size: 70% 100%;
  }
}

@media (max-width: 575.98px) {
  .hero-1 .hero-1-bg {
    background-size: 100% 100%;
  }
}

@keyframes slide_img {
  0% {
    transform: translateX(0) translateZ(0);
  }

  50% {
    transform: translateX(-25%) translateZ(0);
  }

  100% {
    transform: translateX(-50%) translateZ(0);
  }
}

.section-ul {}

.section-ul ul {
  margin-top: 20px;
  list-style-type: none;
}

.section-ul ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  text-indent: -13px;
  color: #f06421;
  font-weight: bold;
}

.section-ul ul li i {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  text-align: left;
  color: #eaa60d;
}


.home-small-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}





@media (max-width: 768px) {
  .hero-1 .hero-1-title {
    font-size: 32px;
  }

}

@media (max-width: 576px) {
  .hero-1 {
    padding-top: 120px;
  }

}

.about {

  background: linear-gradient(90deg, #f06421, #eaa60d);
  background-size: 400% 400%;
  -webkit-animation: info-an 8s ease infinite;
  -moz-animation: info-an 8s ease infinite;
  -o-animation: info-an 8s ease infinite;
  animation: info-an 8s ease infinite;

  margin-top: 60px;
}

.about img {

  width: 80px;
  margin-bottom: 40px;
  -webkit-animation: pulsate-fwd .9s ease-in-out infinite both;
  animation: pulsate-fwd .9s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.about h5 {
  color: #fff;
}

.about-desc-list li {
  padding: 4px 0;
}

.info-1 {
  display: none;
}

@media(max-width:991px) {
  .info-1 {
    display: block;
  }

  .info-2 {
    display: none;
  }
}

@media(max-width:768px) {
  .info-1 {
    display: block;
  }

  .info-2 {
    display: none;
  }
}

.info-g {

  background: linear-gradient(45deg, #f06421, #eaa60d);
  background-size: 400% 400%;
  -webkit-animation: info-an 8s ease infinite;
  -moz-animation: info-an 8s ease infinite;
  -o-animation: info-an 8s ease infinite;
  animation: info-an 8s ease infinite;
}

.info-g .item {}

@-webkit-keyframes info-an {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes info-an {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@-o-keyframes info-an {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes info-an {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}


.info-g h3 {
  font-size: 45px;
}

.info-g p {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

@media (max-width:991px) {
  .info-g .item {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width:768px) {
  .info-g .item {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.features-img img {
  transform: perspective(550px) rotateX(2deg) rotateY(10deg);
}

.tns-outer {
  position: relative;
}

.tns-outer .tns-controls {
  position: absolute;
  top: -50px;
  right: 0;
}

.tns-outer .tns-controls button {
  margin: 0 0 0px 5px;
  border-radius: 50%;
  border: none;
  background-color: rgba(131, 56, 236, 0.2) !important;
  color: #eaa60d;
  transition: all 0.3s;
  font-size: 18px;
}

.tns-outer .tns-controls button:focus,
.tns-outer .tns-controls button:hover,
.tns-outer .tns-controls button:active {
  outline: none;
  background-color: #eaa60d !important;
  color: #ffffff;
}

.tns-outer .tns-controls button.active button {
  background-color: #7d2feb !important;
}

.tns-outer .tns-controls:focus {
  outline: none !important;
}

.tns-outer .tns-nav {
  text-align: center;
  margin-top: 16px;
}

.tns-outer .tns-nav button {
  width: 10px !important;
  height: 10px !important;
  border: none;
  background-color: rgba(131, 56, 236, 0.2) !important;
  padding: 0px;
  margin: 0px 6px;
  border-radius: 50%;
}

.tns-outer .tns-nav button:focus,
.tns-outer .tns-nav button:hover,
.tns-outer .tns-nav button:active,
.tns-outer .tns-nav button.active {
  outline: none;
  background-color: #eaa60d !important;
}

.tns-outer .tns-nav button.tns-nav-active {
  background-color: #eaa60d !important;
}

.client-images img {
  max-height: 94px;
  width: auto !important;
  margin: 10px auto;
  opacity: 0.7;
  transition: all 0.5s;
}

.client-images img:hover {
  opacity: 1;
}

.plan-box {
  max-width: 350px;
  margin: 0px auto 30px;
}

.contact-section-card {
  position: relative;
  top: -90px;
  height: 600px;
}

.form-control {
  font-size: 0.9rem;
  border-color: #dee2e6;
  height: 42px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #cbcbd5;
}

.form-select {
  font-size: 0.9rem;
  border-color: #dee2e6;
  height: 42px;
}

.form-select:focus {
  box-shadow: none;
  border-color: #cbcbd5;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #D1495B;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #D1495B;
  background-color: rgba(209, 73, 91, 0.1);
  border-color: rgba(209, 73, 91, 0.1);
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #09BC8A;
  font-size: 22px;
}

.footer {
  padding: 80px 0px 60px;
}

.footer .div1 {

}

.footer .div1 img{
  width: 220px;
  height: 23px;
}
.footer .div2 {
  text-align: right;
}

.footer .footer-list-menu li a {
  display: inline-block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  transition: all 0.4s;
}

.footer .footer-list-menu li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer .social-icons-list li {
  margin-bottom: .5rem;
}

.footer .social-icons-list li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  color: #343a40;
  transition: all 0.4s;
  background-color: #f6faff;
  border-radius: 50%;
}

.footer .social-icons-list li a:hover {
  background-color: #eaa60d;
  color: #ffffff;
}

.footer-alt {
  background-color: #2f353a;
}


@media (max-width: 991px) {
  .authentication-page {
    height: auto;
  }

  .contact-section-card {
    height: 750px;
  }

  .footer .div1 {
    text-align: center;
    margin-top: 20px;
  }

  .footer .div2 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .authentication-page {
    height: auto;
  }

  .contact-section-card {
    height: 750px;
  }

  .footer .div1 {
    text-align: center;
  }

  .footer .div2 {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .authentication-page {
    height: auto;
  }

  .contact-section-card {
    height: 750px;
  }

  .footer .div1 {
    text-align: center;
  }

  .footer .div2 {
    text-align: center;
  }
}

.option {}

.option .srow {
  margin-bottom: 10px;
}

.option .srow2 {
  display: none;
}

.option span {
  background: linear-gradient(180deg, #dd2120 0%, rgba(241, 99, 33, 1) 100%);
  color: #fff;
  padding: 15px 30px;
  border-radius: 15px;
  box-shadow: 0px 3px 0 #dd2120;
  font-size: 14px;
  font-weight: bold;
}

.option p {
  font-size: 15px;
}

.option h4 {
  padding-top: 40px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #f06421;
  text-align: center;
}

.option i {
  color: #ef5b21;
  font-weight: bold;
}

.option b {
  font-size: 16px;
}

.option ul li {
  font-size: 15px;
}

.option .option1 {
  top: -30px;
}

.option .option2 {
  top: -100px;
}

.option .option3 {
  top: -100px;
}

.option .opimg {

  text-align: center;
  vertical-align: middle;
  width: 550px;
  padding: 30px;
  margin-top: 100px;
  position: relative;

}

.option .eimg {
  margin-top: 30px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  width: 170px;
}

.option .opbtn {
  padding: 10px 5px;
  margin: auto;
  width: 300px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;

  border-left: 3px transparent solid;
  border-right: 3px transparent solid;
  border-radius: 13px;

  background: linear-gradient(45deg, #f06421, #eaa60d);
  background-size: 200% 200%;
  -webkit-animation: info-an 5s ease infinite;
  -moz-animation: info-an 5s ease infinite;
  -o-animation: info-an 5s ease infinite;
  animation: info-an 5s ease infinite;
}

.option .opbtn a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.option .opbtn:hover {
  color: #fff;
  background-color: #f06421;

}

.option .sec {
  padding-top: 10px;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .option .opimg {
    width: 350px;

  }

  .option .sec {
    padding-top: 40px;
    padding-left: 20px;
    position: relative;
    top: 0px;
  }

  .container-xxl .col-lg-6 img {
    width: 330px;
    height: auto;
    position: relative;
    left: 0px !important;
    right: 0px;
    bottom: 70px;
    display: inline-block;
    transform: translatex(0px) translatey(0px) !important;
    margin-top: 34px;
  }

  /* Column 6/12 */
  .container-xxl .col-lg-6 {
    margin-top: -50px;
  }

  /* Image */
  .watt img {
    width: 350px;
    height: auto;
  }

  /* Opimg */
  .option .opimg {
    margin-top: 106px;
    display: inline-block;
    transform: translatex(0px) translatey(39px);
  }

  /* Text uppercase */
  .option .sec .text-uppercase {
    transform: translatex(0px) translatey(0px);
    padding-top: 0px;
    margin-top: -40px;
  }

  /* Column 6/12 */
  .option .sec {}

  /* Column 6/12 */
  .option .srow .text-center {
    transform: translatex(0px) translatey(0px);
  }

  /* Image */
  .text-lg-start a img {
    left: -90px;
  }

  /* Image */
  .carousel-caption .p-3 img {
    width: 250px !important;
    text-align: center;
  }

  .img-border {
    position: relative;
    width: 300px;

  }

  .option .srow1 {
    display: none;
  }

  .option .srow2 {
    display: block;
  }
}

@media (max-width: 991px) {
  .option .opimg {
    width: 350px;
  }

  .option .sec {
    padding-top: 40px;
  }

  .option .srow1 {
    display: none;
  }

  .option .srow2 {
    display: block;
  }
}

@media (max-width: 1124px) {
  .option .opimg {
    width: 350px;

  }

  #pricing .plan-box img {
    width: 250px;
  }

  /* Opimg */
  .srow1 .opimg {
    display: inline;
    top: 0px;
  }

  /* Heading */
  #pricing .plan-box h4 {
    font-size: 20px;
  }

  /* Opimg */
  .option .srow .opimg {
    top: -44px;
  }
}