@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");


html {
  overflow-x: hidden;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

h1, h2, h3, h4 {
  font-size: 38px;
  color: #222222;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.h5, h5{
	font-size:13px;
	margin-top:10px;
	font-weight:500;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
  color:#febd12;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  font-size: 14px;
  padding-bottom: 15px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}
.container{
	padding-left:0;
	padding-right:0;
}
.section-header {
  margin-bottom: 20px;
}

.section-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
}

.section-title {
  font-size: 26px;
  color: #222222;
  display: inline-block;
  font-weight: 700;
  position: relative;
}

.shape {
  height: 3px;
  margin: 0 auto 30px;
  position: relative;
  width: 60px;
  background:#febd12;
}

.padding-none {
  padding: 0px;
}

.bg-gray {
  background: #f7f7f7;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(61, 96, 244, 0.3);
}

.btn {
  font-size: 16px;
  padding: 5px 20px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%) !important;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  margin-top:7px !important;
  letter-spacing:1px;
}

.btn-common:hover {
  color: #fff;
  background-position: right center; /* change the direction of the change here */
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.btn-border {
  color: #febd12;
  background-color: transparent;
  border: 1px solid #febd12;
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-border:hover {
  color: #fff;
  border-color: #febd12;
  background-color: #febd12;
}

.btn-border:focus {
  color: #fff;
  border-color: #febd12;
  background-color: #febd12;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #febd12;
  text-transform: capitalize;
}

.btn-rm:hover {
  color: #febd12;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #febd12;
}

.social-icon a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #f6b711;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #febd12;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-padding {
  padding: 50px 0;
  float: left;
  width: 100%;
}

hr {
  border-top: 1px dotted #ddd;
}

/* ==========================================================================
  8. Features Section Style
   ========================================================================== */
#features {
  background: #fff;
}

#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#features .content-left span {
  float: right;
}

#features .content-left .text {
  text-align: right;
}

#features .content-right span {
  float: left;
}

#features .box-item {
  box-shadow: 0 0 12px #F4F4F4;
  padding: 15px;
  line-height: 22px;
  margin-top: 30px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -mox-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0;
}

#features .box-item .icon {
  text-align: center;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .icon i {
  color: #febd12;
  font-size: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .text h4 {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#features .box-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

#features .box-item:hover h4 {
  color: #febd12;
}

#features .show-box {
  margin-top: 50px;
}

#features .show-box img {
  width: 100%;
}

/* Services Item */
.services-item {
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  margin: 15px 0;
  box-shadow: 0 0 12px #F4F4F4;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon {
  border: 1px solid #f1f1f1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  font-size: 30px;
  color: #febd12;
  line-height: 70px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-item .services-content h3 a {
  font-size: 16px;
  color: #585b60;
}

.services-item .services-content h3 a:hover {
  color: #febd12;
}

.services-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

.services-item:hover .icon {
  background: #febd12;
}

.services-item:hover .icon i {
  color: #fff;
}

#service {
  position: relative;
}

.about-area .about-wrapper {
  height: 100%;
  width: 100%;
  display: table;
}

.about-area .about-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.about-area img {
  border-radius: 4px;
}

.about-area .content {
  margin-top: 15px;
}



#cta {
  padding: 30px 0;
}

.navbar-brand {
  position: relative;
  font-size: 25px;
  font-weight: 800;
  color: #febd12;  
}
.logo{
	background: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  padding: 5px !important;
  top: 0px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  background: #162f77 !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  height:60px;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 70%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #ffffff !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #febd12 !important;
  border-color: #febd12 !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #febd12 !important;
}

.navbar-expand-md .navbar-toggler {
  background: transparent;
  color: #febd12;
  border-radius: 4px;
  cursor: pointer;
}

.navbar-brand img {
  width: 70%;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #febd12 !important;
  border-color: #febd12;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-md .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-item {
  padding-left: 25px;
}


.navbar-expand-md .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 400;
  padding: 7px 0;
  cursor: pointer;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  background-color: #febd12;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  margin: 0 auto;
  width: 0;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: width 1s;
  -ms-transition: width 1s;
  -webkit-transition: width 1s;
}

.navbar-expand-md .navbar-nav li a:hover,
.navbar-expand-md .navbar-nav li .active > a,
.navbar-expand-md .navbar-nav li a:focus {
  color: #fff;
  outline: none;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #febd12 !important;
  width: 100%;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover::before,
.navbar-expand-md .navbar-nav .nav-link:focus {
  color: #febd12;
  width: 100%;
  transition: width 1s;
  -webkit-transition: width 1s;
  -ms-transition: width 1s;
}

.navbar {
  padding: 20px 0;
}

.navbar li.active a.nav-link {
  color: #preset;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #febd12;
  background: #f7f7f7;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
 background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background:url('/assets/website/images/banner-one.png') center top;
  background-size: cover;

}

#hero-area .contents .head-title {
  color: #222222;
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 10px;
}

#hero-area .contents .header-button {
  margin-top: 20px;
  color: #222222;
}

#hero-area .contents .header-button .btn {
  margin-right: 10px;
}

.sloder-img {
  background: #34363a;
}

/* Team Item */
.team-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

.team-item {
  margin: 15px 0;
  border-radius: 0px;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  background: #fff;
}

.team-item .team-img {
  float: left;
  width: 200px;
  margin-right: 30px;
}

.team-item .contetn {
  padding: 15px 50px;
  height: 200px;
}

.team-item .social-icons {
  padding-top: 11px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.team-item .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .social-icons li a i {
  font-size: 18px;
  display: block;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .social-icons li .lni-facebook-filled {
  color: #3b5998;
}

.team-item .social-icons li .lni-twitter-filled {
  color: #00aced;
}

.team-item .social-icons li .lni-instagram-filled {
  color: #fb3958;
}

.team-item .info-text {
  margin-bottom: 10px;
}

.team-item .info-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.team-item .info-text h3 a {
  color: #333;
}

.team-item .info-text h3 a:hover {
  color: #febd12;
}

.team-item .info-text p {
  margin: 0;
  color: #888;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

/* ==========================================================================
   Pricing Table Style
   ========================================================================== */
#pricing {
  text-align: center;
  padding:70px 0;
}



#pricing .title h3, #testimonial .title h3 {
  text-transform: uppercase;
  color: #333;
  font-size: 17px;
}

#pricing .title .month-plan {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

#pricing .table, #testimonial .table {
  margin-top: 15px;
  padding: 15px;
  border-radius: 0;
  border: none !important;
  box-shadow:0 10px 22px 10px rgb(27 38 49 / 10%);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: #fff;
  
}

#pricing .table .icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #febd12;
  /*margin-bottom: 20px;*/
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#pricing .table .icon-box i {
  color: #ffffff;
  line-height: 80px;
  font-size: 30px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#pricing .table .pricing-header {
  position: relative;
  text-align: center;
}

#pricing .table .pricing-header .price-value {
  font-size: 24px;
  color: #febd12;
  position: relative;
  text-align: center;
  font-weight: 700;
}

#pricing .table .pricing-header .price-value sup {
  font-size: 16px;
  font-weight: 500;
  top: -18px;
}

#pricing .table .pricing-header .price-value span {
  font-size: 15px;
  color: #abacae;
  font-weight: 400;
}

#pricing .table .description {
  text-align: center;
  margin-bottom: 20px;
}

#pricing .table .description li {
  font-size: 13px;
  font-weight: 400;
  color: #abacae;
  padding: 4px 0;
}

#pricing .table .description li:last-child {
  border-bottom: none;
}

#pricing .table:hover {
  background: #ffffff;
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

#pricing .table:hover .icon-box {
  background: #febd12;
}

#pricing .table:hover .icon-box i {
  color: #fff;
}

#pricing #active-tb {
  background: #ffffff;
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

#pricing #active-tb .icon-box {
  background: #febd12;
}

#pricing #active-tb .icon-box i {
  color: #fff;
}

#pricing .active {
  z-index: 99999;
}

.testimonial {
  position: relative;
  background-color:transparent;
}
.bg-img-1 {
    display: none;
}
.testimonial-item {
  background: #fff;
  border-radius: 4px;
  text-align: center;

}

.testimonial-item .img-thumb {
  position: relative;
  margin: 15px 15px 15px 0;
}

.testimonial-item .img-thumb img {
  border-radius: 50%;
  display: inline-block;
  width: inherit;
  padding: 7px;
}

.testimonial-item .content {
  overflow: hidden;
}

.testimonial-item .content .description {
  width: 100%;
  color: #333;
}

.testimonial-item .content .star-icon i {
  color: #febd12;
}

.testimonial-item .info h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
}

.testimonial-item .info h2 a {
  color: #333;
}

.testimonial-item .info h3 {
  margin: 0;
  clear: both;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
}

.testimonial-item .info h3 a {
  color: #333;
}

.testimonial-item .info .indicator {
  font-size: 26px;
  font-weight: 700;
  color: #febd12;
}

.testimonial-item .icon-social {
  margin-top: 30px;
}

.testimonial-item .icon-social a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 15px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.testimonial-item .icon-social a:hover {
  color: #fff;
}

.testimonial-item .icon-social .facebook:hover {
  background: #3b5999;
}

.testimonial-item .icon-social .twitter:hover {
  background: #4A9CEC;
}

.testimonial-item .icon-social .instagram:hover {
  background: #D6274D;
}

.testimonial-item .icon-social .linkedin:hover {
  background: #1260A2;
}

.testimonial-item .icon-social .google:hover {
  background: #CE332A;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
  text-align: center;
}

.owl-carousel button.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-carousel button.owl-dot.active span, .owl-carousel button.owl-dot.clickable, .owl-carousel button.owl-dot:hover span {
  background: #febd12;
}

.slick-slider {
  padding: 80px 0;
}

.slider-center img {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding: 63px 63px;
  position: relative;
  text-align: center;
}

.slider-center .slick-center img {
  -moz-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -o-transform: scale(1.9);
  -webkit-transform: scale(1.9);
  opacity: 1;
  transform: scale(1.9);
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
  border: 1px solid #f1f1f1;
}

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

textarea {
  border-radius: 4px !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right-area .contact-title {
  margin-bottom: 20px;
}

.contact-right-area .contact-title h1 {
  font-size: 22px;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 30px 0px;
  padding: 3px 55px;
  position: relative;
  color: #abacae;
}

.contact-right .single-contact p {
  margin-bottom: 0px;
}

.contact-right .single-contact p a {
  color: #abacae;
}

.contact-right .contact-icon {
  background: #febd12;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

.h3 {
  float: right;
  font-size: 16px;
}

/*cta
*/
#cta{background: ;}

/* Footer Area Start */
.footer-area {
  position: relative;
  padding: 150px 0px 0px;
  background:#090a29;
}

.footer-area .footer-titel {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
}

.footer-area .footer-titel span {
  color: #ccc;
  font-weight: 400;
}

.footer-area .textwidget p {
  color: #333;
}

.footer-area .footer-link li {
  margin-bottom: 10px;
}

.footer-area .footer-link li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.footer-area .footer-link li a:hover {
  color: #febd12;
}

.footer-area .address li {
  margin-bottom: 20px;
}

.footer-area .address li a {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.footer-area .address li a i {
  font-size: 22px;
  width: 32px;
  vertical-align: middle;
  height: 36px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 5px;
  line-height: 32px;
}

.footer-area #subscribe-form {
  margin-top: 10px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 52px;
  border-radius: 0;
  background: transparent;
  color: #febd12;
}



#copyright p {
  line-height: 42px;
  color: #b1afaf;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}

#copyright p a {
  color: #febd12;
}

.social-icon a {
  color: #272727;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}
/*custom-css*/
.banner-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 8;

}
.out {
  width: 100%;
  height: 100%;
  float: none;
  display: table;
  margin: 0 auto;
}
.in {
  width: 100%;
  height: 100%;
  float: none;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.banner-text aside {
  width: 100%;
  max-width: 550px;
  display: inline-block;
}
.header-button{
  margin-top: 5px;

}
.banner-text aside h1{
  color: #ffffff;
}
.banner-text aside h4{
  color: #ffffff;
  font-size: 26px;

}

.banner-text aside h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 10px;
}
.banner-text aside h3 span{
	display:inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	margin-left:35px;
	color: #ffffff;
    font-size: 23px;
}
.banner-text aside p{
  color: #e0dbdb;
}
.bg-blue{
  background: #090a29;
  color: #ffffff;
}
.venue .bg-blue aside .icon{
  color: #ffffff;
}
.venue .bg-blue aside .title p{
  color: #ffffff;
}
.venue .bg-blue aside:hover .icon{
  color: #ff578a;
  transition: all 0.3s ease;
}
.icon.animation{
  -webkit-animation: fade 2s infinite 0.7s ease;
  animation: fade 2s infinite 0.7s ease;
}
.venue .bg-blue aside:hover .title p{
  color:#febd12;
  transition: all 0.3s ease;
}
.venue {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 2px 18px 0px rgb(198 198 198 / 50%);
}
.venue aside {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    background: #fff;
	position:relative;
}
.custom-border{
	position:relative;
}
.custom-border::after{
	content:'';
	width:1px;
	height:100%;
	position:absolute;
	left:auto;
	right:0;
	background:#dee2e6;
	top:0;
}
.venue aside .icon{
  font-size: 45px;
  color:#febd12;
  padding-bottom: 15px;
}
.venue aside .title p{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 0;
}
.about-area{
  position: relative;
  width: 100%;
  padding:50px 0;
  z-index:1;
  background: url('/assets/website/images/about-bg.png') no-repeat center center/100%;
}

.curved-top, .curved-bottom {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    z-index: 1;
    background: url('/assets/website/images/shape.png') no-repeat center top;
    top: 0;
    background-size: contain;
}
.curved-bottom {
    top: inherit;
    bottom: 0px;
	transform: rotate(180deg);
}
.shape.shape-left{
  margin: 0;
}
.owel-info{
  background: #090a29;
  padding: 10px 3px;
  width: 100%;
  float: left;
}
.owel-info p{
  font-size: 13px;
  padding-bottom: 0;
}
.owel-info p{
  color: #fff;
}
p.name-title{
  font-size: 15px;
  color: #febd12;
  font-weight: 600;
}
.item-img{
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}
.item-img::after{
  width: 100%;
  height: 100%;
  display: inline-block;
  content: '';
  position: absolute;
  top:0;
  opacity: 0.5;
  left: 0;
  transition: all 0.5s ease;
  background-image:linear-gradient(145deg,rgba(224, 24, 120, 0.9) 0%, rgba(228, 164, 9, 0.9) 100%);
}
.item-img:hover::after{
  width: 100%;
  height: 100%;
  opacity: 0.6;
  top:0;
  left: 0;
}
.item-img:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.5s ease;
  overflow: hidden;
}
.img-thumb img {
  border-radius: 50%;
  display: inline-block;
  width: inherit;
  padding: 7px;
}
.custom-box{
  text-align: left;
  font-size: 13px;
  padding:15px 10px;
}
.custom-box .description{
  text-align: left;
  font-size: 13px;
}
.font-size{
  font-size: 20px;
  color: #fff;
  width: 100%;
  float: left;

}
.font-size-md{
  font-size: 14px;
  color: #fff;
  padding-bottom: 13px;
  border-bottom: 1px solid #fdc006;
  margin-bottom: 13px;
  width: 60%;
  float: left;
}
.contact-block p{
  width: 100%;
  float: left;
  color: #e0dbdb;
}
.contact-block.mt-9 {
  margin-top: 56px;
  padding: 0 24px;

}
.testimonial {
  width: 100%;
  float: left;
  padding:50px 0;
}
.testimonial::before{
  position: absolute;
  content: '';
  background:#febd12  url('/assets/website/images/bg-shape.png') no-repeat center center;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.bg-img {
  position: relative;
  width: 100%;
  display: none;
}
.testimonial::after{
  position: absolute;
  content: '';
  background: url('/assets/website/images/bg-shape1.png') no-repeat;
  top:0;
  right: 0;
  width: 92px;
  height:100%;
}
img{
  width: 100%;
 display:inline-block;
}
ul.list-cnt {
  margin-top: 30px;
  display: inline-block;
}
.list-cnt li {
  padding-bottom: 10px;
  width: 100%;
  display: inline-block;
}

.img-icon {
  float: left;
  width: 10%;
  font-size: 50px;
  color: #fff;
  padding-top: 16px;
}

.img-cnt {
  float: left;
  width: 80%;
  padding-left: 30px;

}
.custom-border-right{
  border-right:1px solid #dee2e6;
}
.contact-us{
  text-align: center;
}
.img-cnt p{
  color: #090a29;
}
.img-cnt h4{
  font-size: 20px;
  color:#090a29;

}
.km-text {
    font-size: 28px;
    color: #162f77;
    margin-top: 20px;
    font-weight: 600;
    display: block;
    font-family: 'Lato', sans-serif;
}
.img-hide{
  display: none;
}
.contact-bg{
  background: #162f77;
  float: left;
  width: 100%;
}
.map {
  width: 100%;
  height: 288px;
}
@-moz-keyframes fade {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  60% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@-webkit-keyframes fade {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
.box_main {
    width: 100%;
    float: left;
    position: relative;
	z-index:1
}
/*.box_main:after {
    content: '';
    background: #febd12;
    position: absolute;
    width: 300px;
    right: 0px;
    top:25px;
    margin: 0 auto;
    display: flex;
    height: 300px;
    left: 0;
    z-index: -1;
	border-radius:50%;
}*/
.image_2 {
    width: 98%;
    float: left;
    text-align: center;
    padding-left: 0;
}

.cycles_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1c1c1c;
    font-weight: bold;
    text-align: right;
    padding-top: 40px;
}
.banner-img img {
    max-width: 320px;
    margin-top: 30px;
}
header#header-wrap {
    position: relative;
    width: 100%;
}
.venue-sec{
	width:100%;
	float:left;
	position:relative;
    margin-top: -55px;
    z-index: 999;
}
#team{
	position:relative;
	width:100%;
	display:inline-block;
}
.image_2 img{
	max-width:100% !important;
	margin:0 auto;
}
#team img{
	width:auto;
	display:inline-block;
}
h6{
	color:#222222;
	font-size: 14px;
}
.sponsors{
	border-top:1px solid #e7e7e7;
	width:100%;
	float:left;
}
span.kilometer {
    font-size: 13px;
	font-weight:normal;
	display:block;
}
#pricing {
    position: relative;
    background: url('/assets/website/images/event-bg.svg') no-repeat center center/100%;
    background-size: cover;
}
#pricing h2{
	color:#ffffff;
}
.copyright-content i {
    font-size: 23px;
    padding-left: 15px;
    margin-top: 10px;
}
.bg-yellow{
	background:#febd12 !important;
}
.bg-yellow i, .bg-yellow p{
	color:#ffffff !important;
}
.rotary-logo img{
	max-width:195px;
}
.spansors{
	max-width:175px;
}
.sub-text{
	width:100%;
	display:block;
	margin-top:10px;
}
.testimonial-title{
	margin-top:10px;
}
#testimonial p{
	padding-bottom:5px;
	font-weight:400;
}
#hero-area{
	height:500px;
}
#testimonial .title h3{
	font-weight:500;
}
.copyright-content img {
    max-width: 25px;
	margin-left:10px;
}
.navbar-nav{
	padding-right:30px;
}
.social img{
	max-width:25px;
}
.mob-links {
    width: 35px;
    position: fixed;
    right: 30px;
    bottom: 35px;
    z-index: 99999;
	
}
.mob-links a.mobile {
    width: 45px;
    height: 45px;
    float: left;
    background: #55cd6c url('/assets/website/images/whatsapp.png') no-repeat center;
    background-size: 28px 28px;
    border-radius: 100%;
    margin-top: 10px;
    box-shadow: rgb(0 0 0 / 30%) 0 0 5px;
	display:none;
}
.mob-links a.web {
    width: 45px;
    height: 45px;
    float: left;
    background: #55cd6c url('/assets/website/images/whatsapp.png') no-repeat center;
    background-size: 28px 28px;
    border-radius: 100%;
    margin-top: 10px;
    box-shadow: rgb(0 0 0 / 30%) 0 0 5px;
}
.flexslider.banner-slider {
    width: 300px;
    height: 300px;
	display:inline-block;
    padding: 15px;
	background:url('/assets/website/images/round-img.png') no-repeat;
	margin-top:30px;
	background-size:100% 100%;
}

.slide-cnt{
	width: 100%;
    height: 100%;
	position:absolute;
	top:0;
	left:0;
}
.flexslider.banner-slider .out{
	display:table;
	width:100%;
	height:100%;
	float:none;
	margin:0 auto;
}
.flexslider.banner-slider .in{
	display:table-cell;
	width:100%;
	height:100%;
	float:none;
	vertical-align: middle;
	text-align:center;
}
.flexslider.banner-slider .slides > li{
	height:100%;
}
.flexslider.banner-slider .slides{
	width:100%;
	height:100%;
}
.banner-slider h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
	color:#222;
	letter-spacing:normal;
	margin:0 auto;
}
.banner-slider h2 span{
	font-weight:bolder;
	display:block;
	font-size: 27px;
	color:#FF522D;
	padding:7px 0 0;
}
.banner-slider h2 span.venue-text{
	font-size:22px;
	line-height:26px;
}
.list-style {
	width:100%;
	display:inline-block;
	text-align:left;
	padding-left: 15%;
}
.list-style li{
	width:100%;
	display:block;
	font-size:18px;
	padding-bottom:15px;
	text-align:left;
	font-weight: 500;
}
.list-style li:last-child{
	padding-bottom:0;
}
.slide-cnt ul li img{
	display:inline-block !important;
	max-width:17px !important;
	margin-right:5px;
	margin-top:0 !important;
}
.kms{
	width:175px !important;
	padding-bottom:7px;
	margin-bottom:7px !important;
	border-bottom:1px solid #b78c1d;
	font-size:21px !important;
}
.golden-logo{
	margin-top:35px;
}
.section-title.sponsor-title{
	font-size:20px;
	padding-bottom:5px;
}
.gold-sec{
	padding-top:20px;
	margin-top:20px;
	border-top: 1px solid #ccc;
}
#team{
	padding:30px 0;
}
.sponsor-row-2 {
  margin-top: 45px;
}
.inner-banner {
  height: 250px;
  overflow: hidden;
}
.inner-banner aside{
  margin-top: 30px;
}
.inner-sec {
  background: #fff;
  padding: 50px 0;
  width: 100%;
}
.thank-you-card{
  background: #162f77;
  padding: 30px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.thank-you-card img{
  animation:movebounce 5s linear infinite;
}
.thank-you-card h2{
  color: #ffffff;
  margin-bottom: 30px;
}
.thank-you-card p{
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: normal;
}
.gradient-clr{
  background: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.yellow-clr{
  color: #FFC837;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#confettiWrapper {
  background-color:transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  z-index: -1;
  left: 0;
  opacity: 0.7;
}

.confetti {
  position: absolute;
  background-color: #f39200;
  width: 15px;
  height: 6px;
}

.confetti.red {
  background-color: #ff0038;
}
.confetti.blue {
  background-color: #30a7e2;
}
.confetti.yellow {
  background-color: #f4ea3b;
}
.confetti.green {
  background-color: #00c800;
}
.confetti.pink {
  background-color: #ff00ca;
}
.cus-btn{
  background: #ff850b;
  font-size: 16px;
}
.cus-btn:hover{
  color: #ffffff;
}
.cus-home{
  font-size: 16px;
}

#pricing .title{
  margin-top: 10px;
}
.banner-text aside p{
  color: #162f77;
}
.banner-text aside p span{
  color: #ff8209;
}
.shape-card {
  background: transparent;
  padding: 2px 10px 2px 20px;
  width: 380px;
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}
.shape-card::before{
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -1;
  background: #fff;
  transform: skew(-30deg);
}
.banner-table{
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-top: 70px;
}
.banner-table .table{
  background: transparent;
  border: 2px solid #ffc636;
}
.banner-table .table tr th{
  color: #ffc636;
  font-size: 20px;
}
.banner-table .table tr td, .banner-table .table tr th{
  border: 2px solid #ffc636;
  padding: 10px;
}
.banner-table .table tr td{
  font-size: 16px;
  color:#fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.banner-table .table tr th{
  letter-spacing: 1px;
}
ul.social {
  display: flex;
}
ul.social li {
    float: left;
    padding-left: 10px;
}
/**new css 18-05-2024**/
.inner-banner-head{
  font-size: 30px;
  font-weight: 500;
}
.terms-list li {
  margin-bottom: 15px;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.terms-list li::before{
  width: 5px;
  height: 5px;
  top:10px;
  left: 0;
  content: '';
  position: absolute;
  background: #000;
  border-radius: 50%;
}
.inner-banner {
  height: 200px;
  overflow: hidden;
}
#copyright .policy-text a{
  color: #b1afaf;
}
#copyright .policy-text a:hover{
  color: #febd12;
}
.address-sec span{
  color: #e0dbdb;
}
.address-sec i{
  font-size: 17px;
  color: #e0dbdb;
}
.icon-envelope-open{
  font-size: 16px;
}
.policy h2{
  font-size: 26px;
  font-weight: 500;
}
.policy h3{
  font-size: 22px;
  font-weight: 500;
}
.policy h4{
  font-size: 20px;
  font-weight: 500;
}
.policy h5{
  font-size: 18px;
  font-weight: 500;
}
.policy strong{
  font-weight: 500;
  color: #000;
}

/* 27-05-2024 */
.powered-by {
  color: #ffc636 !important; 
  font-size:14px;
  margin: 0;
  padding:0; 
  margin-top:0px
}
.badge-edtion {
   padding: 4px 8px;
   background: #ffc636 !important;
   color: #000 !important;
   font-size: 15px;
   font-weight: 500;
   border-radius: 0px 8px 0 8px;
   margin-left: 5px;
}
.marathon-date {
  padding: 5px 10px;
   background: #ffff !important;
   color: #162f77 !important;
   font-size: 19px ;
   font-weight: 500;
   display: inline-block !important;
   margin-top: 15px;
} 
.open-soon-text{
  position: relative;
  font-size: 25px;
  font-weight: 800;
  color: #febd12;
  background: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  margin-top: 30px;
  line-height: 35px;
}
/* .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
} */
.custom-reslut-btn {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  border-radius: 0px;
  font-weight: 300 !important;
  font-size: 15px !important;
}
.dropdown .dropdown-menu .dropdown-item {
	padding: 5px 20px !important;
}
.navbar-expand-md .navbar-nav li a:hover, .navbar-expand-md .navbar-nav li .active > a, .navbar-expand-md .navbar-nav li a:focus {
	color: #000;
}
 .dropdown .dropdown-menu .nav-link{
  display: none;
}
.banner-logos img{
  max-width: 160px;
}
.banner-logos .right{
  margin-left: 15px;
}
.banner-logos .left{
  max-width: 140px;
  margin-top: 5px;
}
.categories-min-hight .table{
  min-height: 152px;
  display: flex ;
  align-items: center;
  justify-content: center;
}
 .banner-text aside h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	margin-top: 10px;
	letter-spacing: 1px;
	padding-bottom: 5px;
}
.open-soon-text{
  position: relative;
  font-size: 18px;
  font-weight: 800;
  color: #FEBD12;
  background: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  margin-top: 30px;
  line-height: 26px;
  display: none;
}

.custom-reslut-btn {
  font-family: 'Poppins', sans-serif !important;
  margin-top: -4px;
  font-weight: 400 !important;
}
.dropdown-menu {
  min-width: 150px !important;
}
.banner-table .table tr th {
  font-size: 15px;
}
.font-family {
	font-family: 'Roboto', sans-serif;
	font-weight: 500 !important;
}
 del{
  color: #e9e9e9;
  font-size: 13px;
  margin-right: 5px;
}
.font-family.gray {
  color: #e9e9e9;
  font-size: 13px;
}
.flexslider .slides img {
	border-radius: 2% !important;
}

.closed-date{
   font-size: 16px;
}
.about-area .content p{
   margin-bottom: 10px !important;
   padding-bottom: 0;
}
.about-area.bg-none{
  background: none;
  border-top: 1px solid #ececec;
  padding-top: 25px;
}
/* .about-area.about-section-one {
  padding-bottom: 30px;
} */
.about-us-two-img img{
  max-width: 170px;
}
.about-us-two-img{
  display: flex; 
  align-items: center;
  justify-content: center;
}
.about-us-two-img img:last-child{
  margin-left: 20px;
  max-width: 176px;
}
.about-us-two-img img:first-child{
   margin-top: 7px;
}
.title del {
	color: #7d7d7d;
	font-size: 13px;
	margin-right: 5px;
}
.title .font-family.gray {
	color: #7d7d7d;
	font-size: 13px;
}
.about-mobile-title {
  display: none;
}
.table.min-height{
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.bib-info-card h4{
    color: #fff;
    font-size: 26px;
}
.bib-info-card {
  padding: 40px 20px;
  /* border: 1px solid #ffc636; */
  text-align: left;
  position: relative;
}
.bib-info-card .left{
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: -5px;
  right: -5px;
  border-top: 2px solid #ffc636;
  border-right: 2px solid #ffc636;
  transition: all 0.25s;
}
.bib-info-card:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: -5px;
  left: -5px;
  border-top: 2px solid #ffc636;
  border-left: 2px solid #ffc636;
  transition: all 0.25s;
}
.bib-info-card:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: -5px;
  right: -5px;
  border-bottom: 2px solid #ffc636;
  border-right: 2px solid #ffc636;
  transition: all 0.30s;
}
.bib-info-card .right {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: -5px;
  left: -5px;
  border-bottom: 2px solid #ffc636;
  border-left: 2px solid #ffc636;
  transition: all 0.30s;
}
.list-style-bib {
  padding-left: 20px;
}
.list-style-bib li{
  list-style:disc !important;
  color: #fff !important;
  font-size: 15px !important;
  margin-bottom: 5px;
}
.list-style-bib li b{
  margin-right: 5px !important;
}
.list-style-bib a{
    text-decoration:underline !important;
    color:#ffc636 ;
}
.bib-info-card .note {
  color: #ffc636;
  margin: 0;
  padding: 0;
  font-size: 15px !important;
  margin-top: 10px;
}

.size-header {
  box-shadow: none !important;
}
.bib-distribution-info .modal-header button{
  position: relative;
  z-index: 100;
  position: absolute !important;
 right: 0 !important;
 width: 35px;
 height: 35px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #ffc636 !important;
 border-radius: 50% !important;
 opacity: 1 !important;
}
.size-header i {
  color: #000 !important;
 font-size: 15px;

}
.size_chart {
  padding: 0 !important;
}
.back-btn{
  padding: 7px 21px;
 background: #162f77;
 color: #fff;
 border-radius: 2px;
 font-size: 16px;
 border: none;
 outline: none;
 letter-spacing: 0.5px;
 cursor: pointer;
}
.back-btn:hover{
  color: #fff;
}
.bib-distribution-info .modal-header h5{
  font-size: 22px;
  padding-left: 20px;
  padding-top: 3px;
    padding-bottom: 3px;
}
.bib-distribution-info .modal-body{
   padding: 20px !important;
}
.bib-distribution-info .modal-body .list-style-bib li {
  list-style: disc !important;
  color: #000 !important;
  font-size: 15px !important;
  margin-bottom: 5px;
}
.bib-distribution-info .close {
  text-shadow: none;
}
.bib-distribution-info .modal-body .note {
  margin: 0;
  padding: 0;
  color: #ff3636 !important;
  margin-top: 10px;
}
.title .start-timed{
  color: #162f77;
  padding: 0;
  font-weight: 500;
  width: 100%;
  font-size: 15px;
}
.modal.bib-distribution-info {
  z-index: 1050000;
}
.modal.bib-distribution-info .modal-content {
  border: none;
}
.table.min-height .btn-common{
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
#pricing .table, #testimonial .table {
  padding: 20px;
}
#route_map .modal-body {
  padding: 0px  !important; 
}
#route_map .modal-header {
  border-bottom: none !important;
}
.non-timed {
  color: #000;
  font-size: 12px;
}
.Alert-tag {
  background-color: #000000;
}
.Alert-tag.tag {
  height: min-content;
    width: 200px;
    padding: 2px;
    rotate: -45deg;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 12%;
    left: -59px;
    font-weight: 600;
}
.Alert-tag.tag p{
  margin: 0;
  padding: 0;
  color: #fff;
}
.faq-sec {
  background: url('/assets/website/images/faq-bg.png') no-repeat center center/100%;
}
#main #faq .card .card-header {
  position: relative;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f0da"; /* Unicode for FontAwesome 'times' icon */
  font-family: "Font Awesome 5 Free"; /* Specify FontAwesome */
  font-weight: 900; /* Use solid style */
  font-size: 23px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 20px;
  display: inline-block; /* Ensures the icon displays correctly */
  color: #162f77;
}
/* #main #faq .card .card-header .btn-header-link:after {
  content: "";
  background: url(../images/faq-close-icon.svg);
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 15px;
} */
#main #faq .card .card-header .btn-header-link:after {
  content: "\f0da"; /* Unicode for FontAwesome 'times' icon */
  font-family: "Font Awesome 5 Free"; /* Specify FontAwesome */
  font-weight: 900; /* Use solid style */
  font-size: 23px;
  position: absolute;
  top: 24%;
  transform: translate(-50%, -50%);
  right: 25px;
  display: inline-block; /* Ensures the icon displays correctly */
  color: #162f77;
  transform: rotate(90deg);
}
.btn-header-link span{
  font-size: 16px;
  color: #162f77;
    width: 100%;
    width: 90%;
    font-weight: 500;
    display: inline-block;
}
.accordion .card .card-body p{
  padding-bottom: 0;
}
.accordion .card .card-body {
  padding: 15px 20px;
  border-bottom: 1px solid #162f77;
}
.accordion .card-header {
  border-bottom: 1px solid #162f77;
}
.accordion .card {
  border: 1px solid #162f77;
}
#main #faq .card {
  margin-bottom: 15px;
}
.accordion .card{
  border-radius: 0 !important;
}
.accordion .card-header {
  border-radius: 0 !important;
}
.accordion .card:last-child .card-header {
  border-bottom: none;
}
.accordion .card-header.active{
  background:#162f77  ;
  color: #fff;
}
#main #faq .card .card-header.active .btn-header-link:after {
  color: #fff;
}
.card-header.active .btn-header-link span {
  color: #fff;
}
/* #main #faq .card .card-header {
  background-color: #fff;
} */
 .card-header {
  background-color: initial;
}
.thankyou-text {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
}
.thank-you-title {
  font-size: 60px !important;
  font-family: "Great Vibes", cursive;
  font-weight: 600;
  background: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 80px;
}
.marathon-date.thank-you{
   font-size: 15px;
   margin-top: 0 !important;
   background: #ffc636 !important;
   color: #000 !important;
}
.bib-info-card {
  text-align: center;
}

 