:root {
  --theme-color:#18414c;
  --main-back: #f9a116 ;
  --dark-black: #000000;
  --heading-font: "Poppins", sans-serif;
  --theme-font: "Poppins", sans-serif;
  --nav-font: "Poppins", sans-serif;
  --title-color:#000000;
  --common-bg:#d0ba984a;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

.sub-heading {
  color: var(--main-back);
  border-left: 3px solid var(--main-back);
  padding-left: 15px;
}

.common-heading {
  font-weight: 500;
  margin: 0;
  position: relative;
  margin-bottom: 15px;
  font-size: 40px;
  font-family: var(--heading-font);
}
.common-heading span {
  color: var(--theme-color);
}

.text {
  margin-bottom: 10px;
  line-height: 28px;
  font-family: var(--theme-font);
  font-size: 16px;
  text-align: justify;
}

.common-btn {
  padding: 12px 25px;
  color: var(--theme-color);
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  transition: 0.5s;
  font-family: var(--nav-font);
  border-color: var(--theme-color);
  border-radius: 5px;
}
.common-btn:hover {
  background-color: var(--theme-color);
  color: white;
}
.common-btn:hover::before {
  width: 100%;
}

.common-space {
  padding: 75px 0;
}

.common-margin {
  padding: 30px 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.4761904762em;
  color: rgb(0, 0, 0);
}

body {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  color: #000000;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--main-back) !important;
  position: relative;
}
.navbar-nav .nav-link.active::before, .navbar-nav .nav-link.show::before {
  width: 100% !important;
  left: 0;
}

.nav-link:focus, .nav-link:hover {
  color: var(--main-back) !important;
}

.dropdown-item:focus {
  color: white !important;
  background-color: var(--theme-color);
}

.submenu {
  padding: 0 !important;
}
.submenu:hover .dropdown-menu-sub {
  display: block;
  position: absolute;
  left: 100%;
  top: 0%;
  background: white;
}
.submenu .dropdown-menu-sub .sub-item {
  padding: 10px 20px !important;
  transform: translateX(0px) !important;
  color: black !important;
}
.submenu .dropdown-menu-sub .sub-item:hover {
  color: var(--theme-color) !important;
  transform: translateX(10px) !important;
}

.dropdown-menu-sub {
  display: none;
}

.date-place {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  justify-content: center;
}
.date-place .date {
  background-color: var(--theme-color);
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 5px;
  color: white;
}
.date-place .venue {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  color: var(--main-back);
}

header {
  width: 100%;
  z-index: 11;
  background-color: #ffffff;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
header .top-header {
  background-color: #00173C;
}
header .common-btn {
  transition: 0.3s;
}
header .common-btn:hover {
  background-color: var(--theme-color);
  color: #fff;
}
header .menu-bars-wrappeprs {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .right-header {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right-header a {
  padding: 40px 10px;
  display: flex;
  font-weight: 500;
}
header .right-header i {
  display: flex;
}
header nav.navbar-expand-lg {
  padding: 5px 0 !important;
}
header nav .navbar-brand img {
  max-width: 200px;
}
header nav .navbar-nav {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
header nav .navbar-nav .nav-item {
  padding: 20px 10px;
  font-weight: 500;
  font-size: 16px;
  color: black;
  font-family: var(--nav-font);
}
header nav .navbar-nav .nav-item div img {
  filter: brightness(0) invert(1);
  max-width: 25px;
  margin-right: 20px;
  cursor: pointer;
}
header nav .navbar-nav .nav-item .dropdown-menu {
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
}
header nav .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.192);
  position: relative;
}
header nav .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  transition: 0.3s;
  font-size: 14px;
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header nav .navbar-nav .nav-item .nav-link {
  color: var(--dark-black);
  font-family: var(--nav-font);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 27.0001px;
  position: relative;
  padding: 0;
}
header nav .navbar-nav .nav-item .nav-link::before {
  content: "";
  border: 0px solid white;
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  transition: 0.3s;
  background-color: white;
  left: 0;
}
header nav .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
header nav .navbar-nav .active {
  position: relative;
  color: var(--theme-color);
}
header nav .navbar-nav .active a {
  color: var(--theme-color);
}
header .navi-wrapper {
  display: inline-flex;
  justify-content: flex-start;
}
header .get-a-quote a {
  line-height: 15px;
  padding: 14px 18px;
  border: solid 3px var(--theme-color);
  border-radius: 39px;
}
header .get-a-quote a i {
  padding: 0 15px;
}
header .search-btn i {
  padding: 0 15px;
}
header .call-btn a i {
  font-size: 22px;
  padding-right: 8px;
  padding-left: 15px;
  color: var(--theme-color);
}

.banner-home {
  position: relative;
}
.banner-home .common-btn {
  color: white;
  background-color: var(--main-back);
  border-color: var(--main-back);
  color: #000;
}
.banner-home .rev {
  display: block;
  position: absolute;
  z-index: 21;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home .rev img {
  width: 50%;
}
.banner-home .form-car {
  max-width: 450px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  z-index: 1;
}
.banner-home .form-car .contact-form {
  background: rgba(208, 186, 152, 0.6705882353);
  padding: 30px 30px;
  position: relative;
  z-index: 1;
}
.banner-home .form-car .contact-form h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  color: white;
}
.banner-home .form-car .contact-form label {
  margin: 0 0 8px 0;
  color: white;
}
.banner-home .form-car .contact-form .form-control {
  margin: 0 0 9px 0;
  border-radius: 0px;
  padding: 10px 10px;
}
.banner-home .form-car .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.banner-home .form-car .contact-form button {
  border: 0px solid var(--dark-black);
  width: 100%;
  background-color: var(--theme-color);
  color: white;
}
.banner-home .form-car .contact-form button:hover {
  background-color: white;
  color: var(--theme-color);
}
.banner-home .owl-dots {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-home .owl-theme .owl-dots .owl-dot.active span, .banner-home .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--theme-color);
}
.banner-home .desktop {
  display: block !important;
}
.banner-home .mobile {
  display: none !important;
}
.banner-home .bnr-img-overlay {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  z-index: 0;
  background: #000;
  opacity: 0.3;
}
.banner-home .img-wrapper-bnr {
  position: relative;
}
.banner-home .img-wrapper-bnr img {
  width: 100%;
  top: 0;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner-home .banner-content {
  position: absolute;
  top: 56%;
  z-index: 31;
  width: 100%;
  color: #fff;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}
.banner-home .banner-content h2 {
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 0px;
  font-weight: 700;
  color: white;
  text-align: center;
}
.banner-home .banner-content h2 span {
  color: var(--theme-color);
  font-size: 60px;
}
.banner-home .banner-content p {
  line-height: normal;
  font-size: 16px;
  color: inherit;
  letter-spacing: normal;
  font-weight: 300;
}
.banner-home .banner-content .break {
  display: block;
}
.banner-home .banner-btns {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.banner-home .banner-btns a {
  transition: all 0.3s;
  border: solid var(--theme-colo2) 3px;
  font-size: 16px;
  line-height: 1.1;
  padding: 15px 30px;
  font-weight: 400;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: var(--theme-colo2);
  border-color: transparent;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.banner-home .banner-btns a:hover {
  background-color: transparent;
  border: solid var(--theme-colo2) 3px;
}
.banner-home .banner-btns a:first-child {
  margin-right: 15px;
}
.banner-home .banner-btns a i {
  padding: 0 6px;
}
.banner-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home button.owl-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-prev span {
  font-size: 125px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.5411764706);
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-prev span:hover {
  color: white;
}
.banner-home button.owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-next span {
  font-size: 125px;
  color: #fff;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-next span:hover {
  color: white;
}

.heading-top {
  margin-bottom: 5px;
}

header.sticky, header.sec-nav {
  background-color: var(--theme-color);
}
header.sticky .navbar-expand-lg, header.sec-nav .navbar-expand-lg {
  padding: 8px 0 !important;
}
header.sticky .navbar-nav .nav-item .nav-link, header.sec-nav .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}
header.sticky .nav-link:focus, header.sticky .nav-link:hover, header.sec-nav .nav-link:focus, header.sec-nav .nav-link:hover {
  color: white !important;
}
header.sticky .navbar-nav .nav-link.active, header.sticky .navbar-nav .nav-link.show, header.sec-nav .navbar-nav .nav-link.active, header.sec-nav .navbar-nav .nav-link.show {
  color: var(--main-back) !important;
}
header.sticky nav .navbar-nav .nav-item .nav-link, header.sec-nav nav .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-family: var(--nav-font);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 27.0001px;
}
header.sticky nav .navbar-brand img, header.sec-nav nav .navbar-brand img {
  max-width: 158px;
}
header.sticky .common-btn, header.sec-nav .common-btn {
  border-color: white;
  color: white;
}
header.sticky .common-btn:hover, header.sec-nav .common-btn:hover {
  background-color: var(--main-back);
  color: #000;
  border-color: var(--main-back);
}
header.sticky1 {
  background-color: white !important;
}
header.sticky1 .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}
header.sticky1 .nav-link:focus, header.sticky1 .nav-link:hover {
  color: var(--theme-hover) !important;
}
header.sticky1 .navbar-nav .nav-link.active, header.sticky1 .navbar-nav .nav-link.show {
  color: var(--theme-color) !important;
}

.heading-top {
  font-family: var(--heading-font);
  font-weight: 400;
}

.pst-event {
  background-image: linear-gradient(45deg, #080e0f, rgba(24, 65, 76, 0.8196078431)), url(img/Slider-1.jpg);
  background-size: cover;
}
.pst-event.common-space {
  padding-bottom: 120px;
}
.pst-event .common-heading {
  color: white;
}
.pst-event .pst-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pst-event .pst-main .pst-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.pst-event .pst-main .pst-item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: red;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.3s;
}
.pst-event .pst-main .pst-item:hover .play-btn {
  background-color: var(--theme-color);
  transform: scale(1.5) translate(-50%, -50%);
}

.about-us .first-para {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3294117647);
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: justify;
}
.about-us .main-img {
  position: relative;
}
.about-us .main-img img {
  border: 6px solid var(--main-back);
}
.about-us .main-img .play-btn {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: var(--theme-color);
  color: white;
  width: 133px;
  height: 133px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  transition: 0.3s;
  font-size: 28px;
  opacity: 0.9;
  border: 3px solid var(--main-back);
}
.about-us .main-img:after {
  content: "";
  background-color: var(--theme-color);
  width: 2px;
  height: 200px;
  position: absolute;
  top: 0%;
  left: -20px;
}

.our-patron .patron-main .patron-item {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
}
.our-patron .patron-main .patron-item img {
  transition: 0.3s;
}
.our-patron .patron-main .patron-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.548);
  z-index: 1;
  transition: 0.3s;
}
.our-patron .patron-main .patron-item .content {
  position: absolute;
  bottom: 0px;
  padding: 25px;
  z-index: 2;
}
.our-patron .patron-main .patron-item .content h3 {
  color: white;
}
.our-patron .patron-main .patron-item .content p {
  color: white;
}
.our-patron .patron-main .patron-item:hover::before {
  background-color: rgba(0, 0, 0, 0.274);
}
.our-patron .patron-main .patron-item:hover img {
  transform: scale(1.3);
}
.our-patron .patron-main .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.our-patron .patron-main button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.our-patron .patron-main button.owl-prev span {
  font-size: 25px;
  border: solid 3px var(--theme-color);
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: #fff;
  padding-left: 1px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.our-patron .patron-main button.owl-prev span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}
.our-patron .patron-main button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.our-patron .patron-main button.owl-next span {
  font-size: 25px;
  border: solid 3px var(--theme-color);
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.our-patron .patron-main button.owl-next span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}

.testimonial-home {
  position: relative;
  background-color: var(--theme-color);
}
.testimonial-home img {
  background-color: white;
}
.testimonial-home .vid-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.testimonial-home .vid-item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: red;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.3s;
}
.testimonial-home .vid-item:hover .play-btn {
  background-color: var(--theme-color);
  transform: scale(1.5) translate(-50%, -50%);
}
.testimonial-home .sub-heading {
  border-color: var(--main-back);
  color: var(--main-back) !important;
}
.testimonial-home .client-testi {
  position: relative;
}
.testimonial-home.common-space {
  padding-bottom: 90px;
}
.testimonial-home .common-heading {
  color: white;
}
.testimonial-home .common-btn {
  border-radius: 15px;
  border-color: var(--main-back);
  color: var(--main-back);
}
.testimonial-home .test-item {
  padding: 30px;
  /* background-color: #faf5f0; */
  border-radius: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 10px;
}
.testimonial-home .test-item .rating {
  display: flex;
  gap: 2px;
  margin-bottom: 20px;
}
.testimonial-home .test-item .rating i {
  color: #ec9f57;
}
.testimonial-home .test-item .review {
  font-size: 16px;
  font-family: var(--heading-font);
  font-style: italic;
  line-height: 30px;
}
.testimonial-home .test-item .name {
  font-size: 22px;
}
.testimonial-home .nav-link.common-btn.active {
  background-color: var(--main-back);
  color: rgb(0, 0, 0);
}
.testimonial-home .client-testi ul.nav {
  gap: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.testimonial-home .test-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.testimonial-home .test-item .img img {
  border-radius: 50%;
}
.testimonial-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.testimonial-home button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-home button.owl-prev span {
  font-size: 25px;
  border: solid 3px var(--theme-color);
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: #fff;
  padding-left: 1px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.testimonial-home button.owl-prev span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}
.testimonial-home button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-home button.owl-next span {
  font-size: 25px;
  border: solid 3px var(--theme-color);
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.testimonial-home button.owl-next span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}

.gallery-home .galler-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gallery-home .gal-box-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gallery-home .gal-box-wrapper .gal-box {
  margin-bottom: 20px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.gallery-home .gal-box-wrapper .gal-box img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
}
.gallery-home .gal-box-wrapper .gal-box:hover img {
  transform: scale(1.05);
}
.gallery-home .gal-box-wrapper .gal-box:nth-child(2) {
  grid-column: 2/3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gallery-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.gallery-home button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-home button.owl-prev span {
  font-size: 25px;
  border: solid 3px var(--theme-color);
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: #fff;
  padding-left: 1px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.gallery-home button.owl-prev span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}
.gallery-home button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-home button.owl-next span {
  font-size: 25px;
  border: solid 3px var(--theme-color);
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.gallery-home button.owl-next span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}

.cta-big {
  margin-top: -70px;
}
.cta-big .cta {
  background-image: linear-gradient(45deg, #18414c, rgba(24, 65, 76, 0.96)), url(img/banner3.png);
  background-size: cover;
  background-position: left;
  background-attachment: fixed;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}
.cta-big .cta * {
  color: white;
  text-align: center;
}
.cta-big .cta .common-btn {
  border-color: white;
  margin-top: 15px;
}
.cta-big .cta p {
  margin-top: 10px;
}
.cta-big .cta .common-heading {
  color: var(--main-back);
}

footer {
  background-image: linear-gradient(45deg, #080e0f, rgba(24, 65, 76, 0.8196078431)), url("img/parallax-bg12.jpg");
  background-size: cover;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .middle-widget-sec {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer h3 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
}
footer .links-list {
  padding-left: 2rem;
}
footer .links-list li {
  position: relative;
  transition: all 0.3s;
  list-style: none;
}
footer .links-list li::before {
  content: "\f178";
  font-family: "fontawesome";
  color: var(--main-back);
  left: -20px;
  position: absolute;
}
footer .links-list li:hover {
  margin-left: 10px;
}
footer .links-list li:hover a {
  color: var(--main-back);
}
footer .links-list li:hover:before {
  color: var(--main-back);
}
footer p {
  font-size: 15px;
  line-height: 28px;
  color: #b4b4b4;
}
footer ul {
  margin: 0;
  padding-left: 0;
}
footer ul li {
  font-size: 15px;
  line-height: 28px;
  color: white;
}
footer a {
  font-size: 15px;
  line-height: 28px;
  color: white;
}
footer form {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}
footer form .form-group {
  position: relative;
}
footer form .form-group input {
  position: relative;
  width: 100%;
  height: 65px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  color: #b4b4b4;
  padding: 10px 85px 10px 20px;
  transition: all 500ms ease;
}
footer form .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 15px;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  background-color: var(--theme-color);
  border: 0;
}
footer .social-links {
  margin-top: 20px;
}
footer .social-links li {
  display: inline-block;
  padding: 3px 1px 3px 10px;
  position: relative;
  background-color: var(--main-back);
  transition: 0.3s;
}
col footer .social-links li a:hover i {
  color: white;
}
footer .social-links li i {
  margin-right: 10px;
  transition: all 0.3s;
  color: white;
}
footer .social-links li:first-child:before {
  display: none;
}
footer .social-links li:hover {
  background-color: var(--theme-color);
}
footer .footer-widget {
  padding: 50px 0;
}
footer .about-widget {
  position: relative;
}
footer .about-widget .text {
  color: white;
}
footer .footer-column:first-child {
  border-left: 0;
}
footer .footer-column:nth-child(2) {
  border-right: 0;
  border-left: 0;
}
footer .footer-bottom {
  position: relative;
  padding: 15px 0px;
}
footer .footer-bottom p {
  margin: 0;
}
footer .info-list li {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-bottom: 10px;
}
footer .info-list li:hover i {
  background-color: var(--main-back);
  color: #000;
}
footer .info-list li:hover a {
  color: var(--main-back);
}
footer .info-list li i {
  background-color: var(--main-back);
  padding: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 25px;
  border-radius: 5px;
  height: 25px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.beard-head {
  background-image: linear-gradient(45deg, rgba(8, 14, 15, 0.6901960784), rgba(24, 65, 76, 0.8196078431)), url(img/slider-2.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0 90px;
}
.beard-head .bread {
  color: #fff;
}
.beard-head .bread a {
  text-decoration: none;
}
.beard-head .bread h1 {
  font-size: 64px;
  font-weight: 700;
  text-align: center;
}
.beard-head .bread ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.beard-head .bread ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
  color: white;
  font-weight: 600;
  padding: 5px 5px;
}
.beard-head .bread ul li:first-child {
  color: white;
}
.beard-head .bread ul span {
  color: white;
}
.beard-head .bread ul .breadcrumb_last {
  color: var(--main-back);
}
.beard-head .bread ul .breadcrumb::after {
  content: "\f054";
  font-family: "fontawesome";
  color: white;
  margin-left: 5px;
  font-size: 14px;
}

.header-bottom {
  width: 100%;
  height: 96px;
}

.associate-p .asso-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.associate-p .asso-main .asso-item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.p-contact .common-heading {
  margin-bottom: 10px;
}
.p-contact .common-btn {
  background-color: var(--main-back);
}
.p-contact .contact-form {
  padding: 40px 30px 40px;
  background-image: linear-gradient(45deg, #080e0f, rgba(24, 65, 76, 0.8196078431));
}
.p-contact .contact-form label {
  margin: 0 0 8px 0;
  font-family: var(--heading-font);
  font-size: 16px;
  color: white;
}
.p-contact .contact-form .form-control {
  margin: 0 0 23px 0;
  border-radius: 0;
}
.p-contact .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.p-contact .contact-form button {
  border: none;
}
.p-contact .contact-main .contact-box {
  display: grid;
  gap: 30px;
  align-items: flex-start;
  margin-top: 15px;
  border-bottom: 1px dashed rgba(68, 68, 68, 0.267);
  padding-bottom: 15px;
  grid-template-columns: 70px 1fr;
}
.p-contact .contact-main .contact-box .icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-contact .contact-main .contact-box .icon i {
  font-size: 22px;
  color: white;
}
.p-contact .contact-main .contact-box p {
  margin-bottom: 0;
}
.p-contact .contact-main .contact-box:last-child {
  border: none;
}
.p-contact .contact-main .contact-box h4 {
  font-size: 25px;
  margin-bottom: 0;
}

.contact-p {
  background-image: url(img/demo-1-contact-bg.png);
}
.contact-p .couses-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 25px;
}
.contact-p .couses-main .couses-item {
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 20px;
  transition: 0.3s;
}
.contact-p .couses-main .couses-item a {
  font-size: 16px;
  transition: 0.3s;
  text-align: center;
}
.contact-p .couses-main .couses-item a:hover {
  color: var(--theme-color);
}
.contact-p .couses-main .couses-item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: var(--theme-color);
  border-radius: 50px;
}
.contact-p .couses-main .couses-item .img img {
  max-width: 45px;
}
.contact-p .couses-main .couses-item .img i {
  color: white;
}
.contact-p .couses-main .couses-item p {
  text-align: center;
}
.contact-p .couses-main .couses-item h3 {
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
  margin-bottom: 10px;
  margin-top: 10px;
}
.contact-p .map {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.contact-p .contact-form {
  background-color: var(--theme-color);
  padding: 30px;
  border-radius: 30px;
}
.contact-p .contact-form .common-btn {
  background-color: white;
  color: #000;
}
.contact-p .contact-form .common-btn:hover {
  background-color: #000;
  color: white;
}
.contact-p .contact-form label {
  margin: 0 0 8px 0;
  color: white;
}
.contact-p .contact-form .form-select, .contact-p .contact-form .form-control {
  margin: 0 0 23px 0;
  border-radius: 15px;
  padding: 15px 10px;
}
.contact-p .contact-form .form-select:focus, .contact-p .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.contact-p .contact-form button {
  border: 1px solid var(--dark-black);
}
.contact-p .contact-img {
  border-radius: 15px;
  overflow: hidden;
}
.contact-p .cont-detail {
  margin-top: 5px;
}
.contact-p .cont-detail p {
  margin-bottom: 5px;
  text-align: center;
}
.contact-p .spon-event {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1843137255);
}
.contact-p .spon-event .cont-spon-logo {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
.contact-p .spon-event .cont-spon-logo img {
  max-width: 200px;
}
.contact-p .spon-event .cont-spon-logo h3 {
  font-size: 20px;
}/*# sourceMappingURL=style.css.map */