/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
@font-face {
  font-family: 'Otterco Display';
  src: url('../fonts/OttercoDisplay-Regular.otf') format('opentype');
  
}
@font-face {
  font-family: 'Eras Bold ITC';
  src: url('../fonts/eras-itc-bold.ttf') format('truetype');
}
.grecaptcha-badge{display:none;}

/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 .n2-font-e7974a6b6d3aa17032b1327a7f688025-hover {
	font-family: 'Eras Bold ITC'!important;}
 .n2-font-243be2600cf7a1a0f608f4552c0ea00a-hover{
	font-family: 'Otterco Display'!important;}
}
body {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Otterco Display";
  color: #4c4d56;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: "";
}
p{
  font-family: "Otterco Display"!important;
}
body[dir="rtl"] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Eras Bold ITC"!important;
  color: #1a0a1e;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}

h1 {
  font-size: 64px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 58px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 18px;
}

p {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  transition: all 0.3s linear;
  outline: 0;
}

a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

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

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

button, input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  width: 100%;
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1170px;
  }
}

/*--Section Spacing--*/
.section-padding {
  padding: 100px 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .section-padding {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-padding {
    padding-top: 200px;
  }
}

.section-padding-top {
  padding-top: 100px;
}

.section-padding-top-2 {
  padding-top: 130px;
}

.section-padding-02 {
  padding: 100px 0;
}

.section-padding-03 {
  padding: 140px 0;
}

@media only screen and (max-width: 1199px) {
  .section-padding-03 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding-03 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-03 {
    padding-top: 60px;
  }
}

.section-padding-04 {
  padding: 120px 0;
}

.section-padding-05 {
  padding-top: 140px;
  padding-bottom: 110px;
}

.section-padding-06 {
  padding-top: 100px;
  padding-bottom: 130px;
}

.section-padding-07 {
  padding: 80px 0;
}

.section-padding-08 {
  padding: 150px 0;
  padding-top: 190px;
}

.section-padding-09 {
  padding: 70px 0;
}

/*--Background Colors--*/
.grey-bg {
  background-color: #f1f3ff;
}

.purple-bg {
  background-color: #250449;
}

.purple-bg-2 {
  background-color: #250449;
}

.purple-bg-3 {
  background-color: #4d0a91;
}

.section-traingle-shape {
  position: absolute;
  width: 100%;
  height: 130px;
  right: 0;
  left: 0px;
  top: 0px;
  background: #ffffff;
  transform: skewY(-3deg);
  transform-origin: 0;
  z-index: 2;
}

/*--Inner Page Title--*/
.page-title .section-title {
  font-size: 48px;
  color: #ffffff;
}

/*--Section Title--*/
.section-title .title {
  font-size: 50px;
  line-height: 62px;
  font-family: "Otterco Display"
  font-weight: 700;
  color: #1a0a1e;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 36px;
  }
}

.section-title .title.white {
  color: #ffffff;
}

 .sub-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Otterco Display"
  color: #9C3B33;
  text-transform: capitalize;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}

.section-title .sub-title.orange {
  color: #ffae4a;
}

.section-title .sub-title.orange::after {
  display: none;
}

.section-title .sub-title::after {
  position: absolute;
  content: '';
  height: 15px;
  width: 100%;
  background-color: #9C3B33;
  opacity: .2;
  left: 0;
  bottom: 0;
}

.section-title .sub-title.color-2 {
  color: #f9d464;
}

.section-title .sub-title.color-3 {
  color: #00acee;
}

.section-title .sub-title.white {
  color: #ffffff;
}

.section-title .sub-title.white-2 {
  color: #ffffff;
}

.section-title .sub-title.white-2::after{
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}

/*-- Section Paragraph --*/
.section-paragraph p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 35px;
}

/*--Swiper Pagination--*/
.swiper {
  position: relative;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination {
  transform: rotate(90deg);
  height: auto !important;
  width: auto !important;
  left: unset;
  bottom: unset;
  right: calc(0% + 15%);
  top: 50%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #e8e8e8;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  transition: all 0.3s linear;
  position: relative;
  opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after,
.swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  border: 1px solid #ffae4a;
  transform: scale(0);
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  border-radius: 50%;
  transition: all 0.3s linear;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9C3B33;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}

@media only screen and (max-width: 1199px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination {
    right: calc(0% + 10%);
  }
}

@media only screen and (max-width: 991px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination {
    right: calc(0% + 7%);
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination {
    display: none;
  }
}

/*--  Animations  --*/
@-webkit-keyframes round-01 {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes round-01 {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

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

@keyframes bounce-animate {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}

@-webkit-keyframes bounce-animate-2 {
  0% {
    transform: translateY(-60px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(-60px);
  }
}

@keyframes bounce-animate-2 {
  0% {
    transform: translateY(-60px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(-60px);
  }
}

@-webkit-keyframes left-right-animate {
  0% {
    transform: translateX(-60px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(-60px);
  }
}

@keyframes left-right-animate {
  0% {
    transform: translateX(-60px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(-60px);
  }
}

@keyframes spin-border {
  100% { transform: rotate(1turn); }
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 0px #ffffff;
  }
  100% {
    box-shadow: 0px 0px 0px 30px rgba(0, 0, 0, 7e-06);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 0px #ffffff;
  }
  100% {
    box-shadow: 0px 0px 0px 30px rgba(0, 0, 0, 7e-06);
  }
}

@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideIn {
  0% {
      transform: translateX(-50%) !important;
      opacity: 0;
  }
  100% {
      transform: translateX(50%) !important;
      opacity: 1;
  }
}

@keyframes zoomInOut {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.4);
  }
  100%{
    transform: scale(1);
  }
}
/*--  Preloader Styles  --*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999999;
}

#preloader .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
}

#preloader .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #9C3B33;
  -webkit-animation: preloader 1.3s linear infinite;
          animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media only screen and (max-width: 575px){
  #preloader .preloader{
    left: 45%;
  }
}
/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*Input Field & Select*/
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
  padding: 4px 25px;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Otterco Display"
  border-radius: 12px;
  transition: all 0.3s linear;
      border: 1px solid #fb8a06;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
textarea:focus {
  outline: none;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="date"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="date"]):-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::not([type="date"])::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="date"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

.form-check .form-check-input {
  transition: .2s;
}

.form-check .form-check-input:focus {
  outline: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.25);
}

.form-check .form-check-label {
  padding-top: 4px;
}

.hero-form,
.login-register-form {
  margin-top: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0 40px;
  padding-bottom: 60px;
}

.hero-form .form-title,
.login-register-form .form-title {
  font-size: 30px;
  color: #ffffff;
  padding: 40px 0;
}

.hero-form .form-title.black,
.login-register-form .form-title.black {
  color: #000000;
}

.hero-form .exvent-form .single-input,
.login-register-form .exvent-form .single-input {
  display: flex;
}

.hero-form .exvent-form .single-input input,
.hero-form .exvent-form .single-input textarea,
.login-register-form .exvent-form .single-input input,
.login-register-form .exvent-form .single-input textarea {
  border-radius: 0;
  background-color: #ebebeb;
  font-size: 14px;
  color: #000000;
  border: none;
  outline: none;
}

.hero-form .exvent-form .single-input input::-moz-placeholder, .hero-form .exvent-form .single-input textarea::-moz-placeholder, .login-register-form .exvent-form .single-input input::-moz-placeholder, .login-register-form .exvent-form .single-input textarea::-moz-placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

.hero-form .exvent-form .single-input input:-ms-input-placeholder, .hero-form .exvent-form .single-input textarea:-ms-input-placeholder, .login-register-form .exvent-form .single-input input:-ms-input-placeholder, .login-register-form .exvent-form .single-input textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

.hero-form .exvent-form .single-input input::placeholder,
.hero-form .exvent-form .single-input textarea::placeholder,
.login-register-form .exvent-form .single-input input::placeholder,
.login-register-form .exvent-form .single-input textarea::placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

.hero-form .exvent-form .single-input input:focus,
.hero-form .exvent-form .single-input textarea:focus,
.login-register-form .exvent-form .single-input input:focus,
.login-register-form .exvent-form .single-input textarea:focus {
  border: none;
  outline: none;
}

.hero-form .exvent-form .single-input textarea,
.login-register-form .exvent-form .single-input textarea {
  height: 140px;
}

.hero-form .exvent-form .single-input.white-bg input,
.hero-form .exvent-form .single-input.white-bg textarea,
.login-register-form .exvent-form .single-input.white-bg input,
.login-register-form .exvent-form .single-input.white-bg textarea {
  background-color: #ffffff;
}

.exvent-comment-section {
  margin-top: 50px;
  padding: 60px 25px;
  background-color: #f9fafc;
}

.exvent-comment-section .comment-title {
  margin-bottom: 50px;
}

.exvent-comment-section .comment-title .title {
  font-size: 20px;
  margin-bottom: 5px;
}

.exvent-comment-section .comment-title .reuired-messege {
  color: #686f7a;
}

.exvent-comment-section .comment-form .comment-form-input {
  border: 0;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}

.exvent-comment-section .comment-form textarea.comment-form-input {
  height: 95px;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-margin {
  margin-top: 40px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  position: relative;
  background: linear-gradient(90deg, #B2473E 0%, #9C3B33 100%);
  border-color: transparent;
  color: #ffffff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Otterco Display"
  height: 50px;
  line-height: 48px;
  padding: 0px 30px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
}

.btn.btn-blue {
  background: #00acee;
}

.btn.btn-yellow {
  background: #f9d464;
}

.btn.btn-orange {
  background: #ffae4a;
}

.btn.btn-purple {
  background: #a221b9;
}

.btn.btn-purple-2 {
  background: #250449;
}

.btn.btn-purple-2:hover {
  color: #250449;
  background: #ffffff;
}




.btn:focus, .btn:focus:active {
  box-shadow: none;
}

.btn:hover {
  box-shadow: none;
  background: linear-gradient(346deg, #010101 0%, #01aef0 100%);
  color: #ffffff;
}

.btn:hover::before {
  top: 0;
  left: 0;
}

.btn-hero {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.btn-2 {
  display: inline-block;
  position: relative;
  background: #ffae4a;
  border-color: transparent;
  color: #ffffff;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Otterco Display"
  font-weight: 700;
  height: 50px;
  line-height: 48px;
  padding: 0px 30px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
}

.btn-2.btn-blue {
  background: #00acee;
}

.btn-2.btn-yellow {
  background: #f9d464;
}

.btn-2:focus, .btn-2:focus:active {
  box-shadow: none;
}

.btn-2:hover {
  box-shadow: none;
  background: #ffffff;
  color: #ffae4a;
}

.btn-4 {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 45px;
  background: #00acee;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  color: #ffffff;
}

.btn-4:hover {
  background: #ffffff;
  color: #00acee;
}

.submit_btn,
.btn-5 {
  display: inline;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  background-color: #ffae4a;
  padding: 15px 0;
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.submit_btn::before,
.btn-5::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  left: -50%;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
  overflow: hidden;
}

.submit_btn::after,
.btn-5::after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  left: -100%;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  width: 100px;
  pointer-events: none;
}


.submit_btn:hover::before,
.btn-5:hover::before {
  left: 120%;
  opacity: .5;
}

.submit_btn:hover::after,
.btn-5:hover::after {
  left: 200%;
  opacity: .6;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.exvent-header-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  top: 30px;
/*  background:#070707; */
}

.exvent-header-section.sticky {
  box-shadow: none;
}
.exvent-header-section.sticky{
  background-color:#070707;
}

.exvent-header-section.sticky{
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 991px) {
  .exvent-header-section {
    padding: 0;
	          background: #000;
	  top:0px!important;
  }
	
	.n2-section-smartslider{
		padding-top:60px;
	}
}

.exvent-header-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.exvent-header-2.top-gap {
  top: 30px;
}

.exvent-header-2.sticky {
  box-shadow: none;
  top: 0;
}

.exvent-header-2.sticky .header-wrap,
.exvent-header-2.sticky {
  background-color: #150328;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

.exvent-header-2.sticky .header-menu .main-menu li a {
  color: #ffffff;
}

.exvent-header-2.sticky .header-menu .main-menu li .menu-icon::after {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .exvent-header-2 {
    padding: 0;
  }
}

.exvent-header-2 .header-wrap {
  background: none;
}

.exvent-header-2 .header-menu .main-menu li a {
  color: #ffffff;
}

.exvent-header-2 .header-menu .main-menu li.active-menu > a {
  color: #ffae4a;
}

.exvent-header-2 .header-menu .main-menu li.active-menu > .menu-icon::after {
  color: #ffae4a;
}

.exvent-header-2 .header-menu .main-menu li .menu-icon::after {
  color: #ffffff;
}

.exvent-header-2 .header-menu .main-menu li:hover > .menu-icon::after {
  color: #ffae4a;
}

.exvent-header-2 .header-menu .main-menu li:hover > a {
  color: #ffae4a;
}

.exvent-header-2 .header-menu .main-menu li .sub-menu {
  border-top: 3px solid #ffae4a;
}

.exvent-header-2 .header-menu .main-menu li .sub-menu li a {
  color: #000000;
}

.exvent-header-2 .header-menu .main-menu li .sub-menu li a::before {
  background: #ffae4a;
}

.exvent-header-2 .header-menu .main-menu li .sub-menu li.active > a {
  color: #ffae4a;
}

.exvent-header-2 .header-menu .main-menu li .sub-menu li:hover > a {
  color: #ffae4a;
}

.exvent-header-2 .header-search {
  position: relative;
}

.exvent-header-2 .header-search .search-btn {
  color: #ffffff;
}

.exvent-header-2 .header-search .search-btn:hover {
  color: #ffae4a;
}

.exvent-header-2 .search-wrap .search-inner .search-close:hover {
  color: #9C3B33;
}

.exvent-header-2 .header-cart {
  margin-left: 10px;
}

.exvent-header-2 .header-cart .cart-btn {
  color: #ffffff;
}

.exvent-header-2 .header-cart .cart-btn:hover {
  color: #ffae4a;
}

.exvent-header-2 .header-cart .cart-btn .count {
  background: #ffae4a;
}

.exvent-header-2 .header-cart .cart-btn .count.purple {
  background: #250449;
}

.exvent-header-2 .header-toggle button span {
  background: #ffae4a;
}

.exvent-header-2 .header-meta .header-btn button.btn-5 {
  transform: none;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li a {
  color: #ffffff;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li.active-menu > a {
  color: #250449;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li.active-menu > .menu-icon::after {
  color: #250449;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li .menu-icon::after {
  color: #ffffff;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li:hover > .menu-icon::after {
  color: #250449;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li:hover > a {
  color: #250449;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li .sub-menu {
  border-top: 3px solid #250449;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li .sub-menu li a {
  color: #000000;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li .sub-menu li a::before {
  background: #ffae4a;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li .sub-menu li.active > a {
  color: #ffae4a;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li .sub-menu li:hover > a {
  color: #ffae4a;
}
.exvent-header-2.exvent-header-4 .header-meta .header-cart .cart-btn .count {
  background-color: #250449;
}
.exvent-header-2.exvent-header-4.sticky .header-meta .header-btn .btn.btn-purple-2 {
  color: #ffffff;
  background: #ffae4e;
}

.exvent-header-2.exvent-header-4.sticky .header-meta .header-btn .btn.btn-purple-2:hover {
  color: #ffae4e;
  background-color: #ffffff;
}


.exvent-header-2.sticky .header-menu .main-menu li a {
  color: #ffffff;
}

.exvent-header-2.sticky .header-menu .main-menu li.active-menu > a {
  color: #ffae4a;
}

.exvent-header-2.sticky .header-menu .main-menu li.active-menu > .menu-icon::after {
  color: #ffae4a;
}

.exvent-header-2.sticky .header-menu .main-menu li .menu-icon::after {
  color: #ffffff;
}

.exvent-header-2.sticky .header-menu .main-menu li:hover > .menu-icon::after {
  color: #ffae4a;
}

.exvent-header-2.sticky .header-menu .main-menu li:hover > a {
  color: #ffae4a;
}

.exvent-header-2.sticky .header-menu .main-menu li .sub-menu {
  border-top: 3px solid #250449;
}

.exvent-header-2.sticky .header-menu .main-menu li .sub-menu li a {
  color: #000000;
}

.exvent-header-2.sticky .header-menu .main-menu li .sub-menu li a::before {
  background: #ffae4a;
}

.exvent-header-2.sticky .header-menu .main-menu li .sub-menu li.active > a {
  color: #ffae4a;
}

.exvent-header-2.sticky .header-menu .main-menu li .sub-menu li:hover > a {
  color: #ffae4a;
}

.exvent-header-2.sticky .header-meta .header-btn button.btn-5 {
  background-color: #ffae4a;
}

.exvent-header-2.sticky .header-meta .header-btn button.btn-5:hover {
  background-color: #9C3B33;
  transform: none;
}

.exvent-header-2.sticky .header-meta .header-cart .cart-btn .count {
  background-color: #ffae4a;
}

.header-purple .header-wrap {
  background-color: #150328;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  
  z-index: 5;
}

@media only screen and (max-width: 991px) {
  .header-wrap {
    padding: 10px 20px;
  }
}

.header-menu .main-menu {
  display: flex;
}

.header-menu .main-menu li {
  position: relative;
  padding: 30px 15px;
}

@media only screen and (max-width: 1199px) {
  .header-menu .main-menu li {
    padding: 30px 20px;
  }
}

.header-menu .main-menu li a {
  font-size: 20px;
  font-family: "Otterco Display";
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

.header-menu .main-menu li.active-menu > a {
  color: #9C3B33;
}

.header-menu .main-menu li.active-menu > .menu-icon::after {
  color: #9C3B33;
}

.header-menu .main-menu li .menu-icon::after {
  content: '\f16c';
  font-family: "flaticon";
  font-size: 10px;
  color: #94a0b9;
  margin-left: 5px;
  transition: all 0.3s linear;
}

.header-menu .main-menu li:hover > .menu-icon::after {
  color: #9C3B33;
}

.header-menu .main-menu li:hover > a {
  color: #9C3B33;
}

.header-menu .main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-menu .main-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 270px;
  background: #ffffff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-radius: 5px;
  border-top: 3px solid #9C3B33;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s linear;
}

.header-menu .main-menu li .sub-menu li {
  padding: 0;
}

.header-menu .main-menu li .sub-menu li a {
  padding: 5px 25px;
  font-size: 15px;
  font-family: "Otterco Display";
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  position: relative;
  z-index: 1;
}


.header-menu .main-menu li .sub-menu li.active > a {
  color: #9C3B33;
}

.header-menu .main-menu li .sub-menu li.active > a::before {
  opacity: 1;
  visibility: visible;
  left: 25px;
}

.header-menu .main-menu li .sub-menu li:hover > a {
  color: #9C3B33;
}



.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
}



.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.header-top-wrapper .header-top-info ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  position: relative;
}

.header-top-wrapper .header-top-info ul li i {
  font-size: 20px;
  color: #00acee;
  position: relative;
  top: 1px;
  margin-right: 7px;
}

.header-top-wrapper .header-top-info ul li + li {
  padding-left: 30px;
  margin-left: 25px;
}

.header-top-wrapper .header-top-info ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #353542;
  width: 1px;
  height: 45px;
  transform: translateY(-46%);
}

.header-top-wrapper .header-social {
  display: flex;
  align-items: center;
}

.header-top-wrapper .header-social span {
  font-size: 14px;
  color: #00acee;
  display: inline-block;
  margin-right: 20px;
}

.header-top-wrapper .header-social ul li {
  display: inline-block;
}

.header-top-wrapper .header-social ul li + li {
  margin-left: 10px;
}

.header-top-wrapper .header-social ul li a {
  display: inline-block;
  font-size: 14px;
  color: #8c8c8c;
}

.header-top-wrapper .header-social ul li a:hover {
  color: #00acee;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
          animation: sticky 1s;
}



/*--
/*  2.3 - Header Offcanvas CSS
/*----------------------------------------*/
.offcanvas {
  background: #000;
  width: 320px;
}

@media only screen and (max-width: 575px) {
  .offcanvas {
    width: 280px;
  }
}

.offcanvas-header .close-btn {
  background: none;
  border: 0;
  font-size: 18px;
  -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #9C3B33 0%, #FB8807 100%);
  transition: all 0.3s linear;
}

.offcanvas-header .close-btn:hover {
  transform: rotate(90deg);
  color: #00acee;
}

.offcanvas-logo a img {
  width: 130px;
}

.offcanvas-menu {
  padding: 30px 0;
}

.offcanvas-menu .main-menu li {
  position: relative;
}

.offcanvas-menu .main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  
  color: #fff;
  padding: 5px 0px;
  position: relative;
}
.offcanvas-menu .main-menu li a:hover{
	color:#9C3B33;
}
.offcanvas-menu .main-menu li .menu-expand {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.offcanvas-menu .main-menu li .menu-expand::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background-color: #9C3B33;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li .menu-expand::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  left: 50%;
  top: 50%;
  bottom: 0;
  background-color: #9C3B33;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li:hover > a {
  color: #00acee;
}

.offcanvas-menu .main-menu li.active > .menu-expand::after {
  height: 0;
}

.offcanvas-menu .main-menu li ul {
  padding-left: 6%;
  display: none;
}
.video-title {
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 9;
        letter-spacing: 2px;
    font-weight: 600;
}
.video-background {
    height: 90vh;
    overflow: hidden;
}
/** 03 - Service Detail **/
.service_details > .container > .row{
  -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.service-left-col .service-sidebar .post-list{
  background-color: var(--pbmit-white-color);
    padding-top: 40px;
    border-radius: 30px;
}
.service_details .all-post-list li{
    margin: 0;
  position: relative;
  line-height: 26px;
  border-bottom: 1px solid #9C9C9A;
}
.service_details .all-post-list li a{
  padding: 16px 60px 6px 25px;
    display: block;
    position: relative;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #242021;
    font-family: "Otterco Display";
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  
}
.aigpl-inr-wrp{
	text-align:center!important;
}
.service_details .all-post-list li a:before{
  position: absolute;
  
    left: inherit;
    right: 8px;
    font-size: 10px;
    color: inherit;
   /* content: "\f061";
  font-family: 'Font Awesome\ 5 Free';*/
  content: url('../img/arrow_right_alt.png');
    top: 50%;
    z-index: 1;
    color: #242021;
    background-color: transparent;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: initial;
    transition: all 0.4s ease-in;
}

.service_details .all-post-list li:hover a,
.service_details .all-post-list li.post-active a{
  transform: translateX(1%);
  color: #9C3B33;
}
.service_details .all-post-list li:hover a:before,
.service_details .all-post-list li.post-active a:before{
  color: #9C3B33;
   
}
.service_details .all-post-list li.post-active a:before{
  opacity: 1;
}
.service_details .all-post-list li:last-child{
  border-bottom: none;
}
.service-sidebar .widget:last-child{
  background-color: transparent;
  margin-bottom: 0px;
  padding: 0;
}
/*.img-box-in .elementor-image-box-img{
  background: linear-gradient(90deg, #9C3B33 0%, #FB8807 100%);
  opacity: 0.2;
}*/
.wpcf7-submit {
  border-radius: 12px;
  height: 40px;
  line-height: 40px;

}
.wpcf7-textarea {
  height: 140px!important;
}
.opening-table tr{
  line-height: 32px;
  font-weight: 600;
}
 .opening-table .td-1 {
    width: 50%;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #9C3B33 0%, #FB8807 100%);
    
}

.opening-table{font-family: "Otterco Display"}
#gallery-1 img{
  border:none!important;
}
.elementor-slideshow__title{
  display: none!important;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
 background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 95%;
    width: 100%;
    border-radius: 85px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
    font-weight: 500;
    font-family: "Otterco Display"
    margin-bottom: 0.5em;
  
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}
.about-img-box .elementor-image-box-content{
  background: linear-gradient(90deg, #DFE9F3 0%, #FFFFFF 100%);
    padding: 30px;
    border-radius: 50px;
}
.about-img-box .elementor-image-box-img{
  margin-right:-12%!important;
}
.footer{
  padding-top:60px;
  padding-bottom: 20px;
  font-family: "Otterco Display"
}
.footer-title{
   font-family: "Otterco Display"
}
.footer-menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #6F6F6F;
}
.location-title{
   -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #9C3B33 0%, #FB8807 100%);
    font-family: "Otterco Display"
}
.loc-detail span i{
  -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #B2473E 0%, #9C3B33 100%);

}
.footer-bottom{
  background-color: #242021;
}
.footer-bottom p{
  -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #9C3B33 0%, #FB8807 100%);
    font-size: 14px;
}
.exvent-header-2 .header-toggle button span {
    background: #ffae4a;
}

.header-toggle button span {
    width: 25px;
    height: 2px;
    background: linear-gradient(90deg, #9C3B33 0%, #FB8807 100%);
    margin: 5px 0;
    display: block;
}
.header-toggle button {
    background: none;
    border: 0;
    padding: 0;
}
.elementor-7 .elementor-swiper-button{
  display: none!important;
}
.btns1 .elementor-size-sm{
  width:100%!important;
}
.twentytwenty-after-label,.twentytwenty-before-label{
  display: none;
}
.bafg-twentytwenty-container {
    border-radius: 300px;
}
.post-grid-meta{display: none;}
.post-grid-excerpt{
  font-family: "Otterco Display"
}
.read-more-btn:hover,.read-more .tpg-post-link:hover{
/*       background: #242021!important;
    color:#fff!important; */
    border: 1px solid #242021!important;
  }
.tpg-el-main-wrapper .entry-title:hover {
    color:  #fc8f06!important;
}
.read-more-btn,.read-more .tpg-post-link{
  border:1px solid #fc8f06!important;
  background: #fff;
  width:100%;
  text-align: center!important;
  -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #9C3B33 0%, #FB8807 100%);
     font-family: "Otterco Display"
         padding: 6px 0px;
    border-radius: 12px!important;
    font-size: 16px!important;
    margin-top: 20px;
  display: block!important;
}

.tpg-post-holder{
      background: #fff;
    box-shadow: 3px 3px 10px 0px #0000001F!important;
        border-radius: 30px !important;
}
.post-grid-text-wrap{
  padding: 0px 20px 33px 20px;
}
/* Main Menu */
.main-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}

.main-navigation > ul {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}



.main-navigation > ul > li {
  margin: 0px 20px;
  padding: 0px 0px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-align: center;
 
  height: 100%;
}


.main-navigation > ul > li:hover:before,
.main-navigation > ul > li.current-menu-item:before,
.main-navigation > ul > li.current-menu-ancestor:before {
  left: 0;
  right: auto;
  width: 100%;
}



.main-navigation ul > li > a {
  display: inline-block;
    padding: 18px 0px;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #000;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
  
}
.main-navigation ul > li > a:hover {
  color: #43baff;
}

.main-navigation ul > li.menu-item-has-children > a {
  padding-right: 17px;
}

.main-navigation > ul > li.menu-item-has-children:last-child > a:after {
  right: 0px;
}

.main-navigation ul li li {
  display: block;
  position: relative;
  /*! padding: 0px 40px; */
}

.main-navigation ul li li a {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: #1a1b1e;
  text-align: left;
  display: block;
  padding: 20px 0px 5px 0px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: capitalize;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}



.main-navigation ul li li a:hover:before,
.main-navigation ul ul li.current-menu-item > a:before,
.main-navigation ul ul li.current-menu-ancestor > a:before {
  left: 0px;
  visibility: visible;
  opacity: 1;
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-ancestor > a {
  color: #43baff;
  padding-left: 12px;
}

.main-navigation ul > li.menu-item-has-children > a:after {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
  /*! font-family: "fontawesome"; */
  /*! content: "\f107"; */
  font-size: 7px;
  line-height: 1;
  color: #c3c7c9;
  font-weight: 500;
  transform: rotate(90deg);
  content: '\f0da';
  font-family: "fontawesome";
}

.main-navigation ul > li.menu-item-has-children > a:hover:after {
  color: #43baff;
}

.main-navigation ul > li li.menu-item-has-children > a:after {
  position: absolute;
  /*! content: ""; */
  /*! font-family: Flaticon; */
  top: 50%;
  right: 0;
  margin-top: -5px;
  font-size: 9px;
  color: #c3c7c9;
  transform: rotate(0deg);
  content: '\f0da';
  font-family: "fontawesome";
}



.main-navigation ul li ul ul {
  left: 100%;
  top: -25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
/* .main-navigation ul > li > a:active{
  color:#43baff!important;
} */
.main-navigation ul > li:hover > ul {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
@media only screen and (min-width: 1024.999px) and (max-width: 1199.99px) {
  .mega-menu .content 
  {
    margin-left: -52%;
  }
}
@media only screen and (min-width: 900.999px) and (max-width: 1024.99px) {
  .content .content-overlay {
    height: 93%;
  border-radius: 62px;}
}
@media only screen and (min-width: 1200.999px) and (max-width: 1399.99px) {
  .mega-menu .content 
  {
    margin-left: -58%;
  }
}
.mega-menu {
  position: absolute;
 left: -116%;
    border-radius: 10px;
    width: 85vw;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background: #fff;
  /*! height: 176px; */
  padding: 50px;
  font-family: "Roboto", sans-serif!important;
  z-index: 99;
  height:70vh;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.nav-sidebar { 
    width: 100%;
    z-index: 5555;
}
.mega-menu .content .col-sm-3{
  border-right: 1px solid #ddd;
}

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}
.mega-menu .content {
/*  background: #f8f8f9; */
  background: url(https://nestinfotechnologies.com/wp-content/uploads/2023/05/10837496_19449741-scaled.jpg);
 
  background-size: auto;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
  display: flex; width: 100%;justify-content: space-between;padding-left: -6px;
/*  margin-left: -81%;  */
    margin-left: -64%; 
  line-height: 55px;height: 335px;}
}
.content .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 3rem;
}
.content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}
.content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content .col img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.content .col .img-wrapper:hover img {
  transform: scale(1.1);
}
.content .col h2 {
  color: #01a7e7 !important;
  font-size: 16px !important;
  line-height: 3rem;
  font-weight: bold;
}
.content .col p {
  line-height: 1.2rem;
}
.content .col .mega-links {
  border-left: 1px solid #1a3246;
}
.content .col .read-more {
  display: inline-block;
  padding-top: 1rem;
  color: #427dad;
  transition: color 0.3s ease;
}
.col .mega-links li,
.col .mega-links li a {
  padding: 0 1rem;
}
.menu-items li:hover .mega-menu {
  top: 70px;
  opacity: 1;
  visibility: visible;
  background: #fff;
      z-index: 99;
          border-bottom: 10px solid #04acf4;
}
.content .col .read-more:hover {
  color: #ff652f;
}

/* slider */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
   -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #9C3B33 0%, #FB8807 100%);
}
/* .nav-item{
  border-bottom: 1px solid #9C3B33;
} */
.nav-link:hover{
  
}
.nav-link{
  font-size: 16px!important;
    /* border-bottom: 1px solid red; */
    padding-bottom: 10px;
}
.header_top_marquee_img{
    width: 100%;
   
  }
.main-navigation ul li li a:hover, .main-navigation ul ul li.current-menu-item > a, .main-navigation ul ul li.current-menu-ancestor > a{
   -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #9C3B33 0%, #FB8807 100%);
}
@media (min-width: 1600px){.mega-menu {
   
    width: 62vw;
  }
}
.widget-social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

 .widget-social ul li + li {
    margin-left: 10px;
}

 .widget-social ul li a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
   background: linear-gradient(90deg, #B2473E 0%, #9C3B33 100%);

    padding: 5px 10px;
    width: 35px;
    height: 35px;
  text-align: center;
    /* margin-right: 10px; */
}

 .widget-social ul li a:hover {
    color: #fff;
    background: linear-gradient(346deg, #010101 0%, #01aef0 100%);
}
.top-bar li a{
  line-height:20px!important;
  padding: 10px !important;
}
.ta-overlay-post-two{
      box-shadow: 3px 3px 10px 0px #0000001F;
    border-radius: 30px !important;
}
.overlay-post-content-two{padding: 20px 20px 40px 20px;}
.editor-post-area-three{background-color: #242021;
    background-image: url(http://localhost/radiance/wp-content/uploads/2024/03/banner-inner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
        margin-top: 65px;
    margin-bottom: 0px;
    padding: 120px 0px 120px 0px;
}
.one{
  color: #FFFFFF;
    font-size: 44px;
    font-weight: 600;
}
.treat{
  color: #01AEF0;
    font-family: "Otterco Display"
    font-weight: 600;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
.elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video {
    background-color: transparent!important;
}
.float1{
      position: fixed;
    width: 80px;
    height: 80px;
    bottom: 120px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    /* border-radius: 50px; */
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.blue-text{
  color:#9C3B33;
}
.aigpl-album-design-1 .aigpl-img-wrp {
    position: relative;
  height: 100%;align-content}
.treatment{
  opacity:0;
}
.treatment-box:hover .treatment{
  opacity:1;
}
@media (max-width: 768px){
  .footer{
    text-align:center!important;
  }
  .footer .widget-social ul{
    justify-content: center;
  }
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea {
 
    padding: 15px 25px;}
  .wpcf7-validates-as-date{
    background:#fff;
  }
input[type="date"]:before{
color:rgba(53, 53, 53, 0.44);
content:attr(placeholder);
}

input[type="date"].full:before {
color:black;
content:""!important;
}



}
.opening-hours-table tr td:first-child {
    font-weight:bold;
}
#open-status {
    display:block;
    margin-top:-1em;
    text-align:center;
    border:dotted lightgrey 3px;
}
.openorclosed:after {
    content:" open during these hours:";
}
.open {
    color:green;
}
.open:after {
    content:" Open";
    color: #6C0;
}
.closed:after {
    content:" Closed";
    color: red;
}
.opening-hours-table tr td {
    padding:5px;
}
#gallery-3 img,#gallery-2 img{
	border:none!important;
}