@font-face {
    font-family:'kaolyDemo';
    src: url('../fonts/KaolyDemo-Regular.eot');
    src: url('../fonts/KaolyDemo-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KaolyDemo-Regular.woff2') format('woff2'),
        url('../fonts/KaolyDemo-Regular.woff') format('woff'),
        url('../fonts/KaolyDemo-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family:'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family:'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.eot');
    src: url('../fonts/Poppins-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family:'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family:'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family:'Poppins';
    src: url('../fonts/Poppins-MediumItalic.eot');
    src: url('../fonts/Poppins-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/Poppins-MediumItalic.woff') format('woff'),
        url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family:'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    box-sizing: border-box; 
}
body {
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    color:var(--primiry-color);
    background: var(--body-bg);
    font-family:var(--poppins-font) !important;
}
html, body {
    overflow-x: hidden;
}
.form-contact-section .row {
    margin: 0;
}
body:not(.custom-background-image):before, 

body:not(.custom-background-image):after {
    height: 0;
}
body.modal-open {
    padding-right: 0 !important;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    list-style: none;
}
img{
    border: 0;
    max-width: 100%;
    height: auto;
}
.header-logo a:focus-visible {
    outline: none;
}
.header-logo:focus-visible {
    outline: none;
}
:root{
    --body-bg:#ffffff;
    --bg-orange-color:#FF6B00;
    --bg-red-color:#AC1F23;
    --bg-white-color:#ffffff;
    --btn-orange-bg:#FF6B00;
    --btn-red-bg:#AC1F23;
     --primiry-color: #000;
    --orange-color:#FF6B00;
    --red-color:#AC1F23;
    --white-color: #fff;
    --poppins-font:'Poppins' !important;
    --kaolyDemo-font:'kaolyDemo' !important;
    --heading-font-size: 46px !important;
    --box-heading-font-size: 36px !important;
    --body-font-size: 16px !important;
    --btn-font-size: 20px !important;
    --bodysmall-font: 14px !important;
    --btn-border-radius: 74px !important;
    --display-inline-block:inline-block !important;
    --font-weight-normal: 400 !important;
    --font-weight-SemiBold: 600 !important;
    --font-weight-medium: 500 !important;
    --font-weight-bold: 700 !important;
    --text-uppercase: uppercase;
}
.red-btn, .orange-btn{
  background: var(--btn-red-bg);
  font-size: var(--btn-font-size);
  color: var(--white-color);
  border-radius: var(--btn-border-radius);
  border:0;
  text-align: center;
  padding: 8px 55px;
  text-decoration: none;
  font-weight: var(--font-weight-medium);
  text-transform: var(--text-uppercase);
  transition:all 0.5s ease-in-out;
  display: inline-block;
}
.orange-btn{
  background: var(--btn-orange-bg);
}
.red-btn:hover{
  background: var(--btn-orange-bg)
}
.orange-btn:hover {
  background: var(--btn-red-bg);
}
.headings-h2 {
  font-size:var(--heading-font-size);
  margin: 10px 0;
  font-family: var(--kaolyDemo-font);
}
.ask-a-popup .modal {
  padding: 0 !important;
}
.headings-h3 {
  font-size:var(--box-heading-font-size);
  font-family: var(--kaolyDemo-font);
  line-height: 30px;
}
.container {
  max-width: 1270px;
}
.header-nav {
    background: #fff;
}
.top-header {
  background: var(--btn-orange-bg);
  padding:10px 0;
  transition: all 0.5s ease-in-out;
}
.top-header-align {
  align-items: center;
}
.top-header-left {
  width: 50%;
  display: block;
}
.top-header-left ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.top-header-right {
  width: 50%;
  display: block;
}
.top-header ul li {
  display: inline-block;
}
.top-header ul li a {
    color: var(--white-color);
    font-size: var(--bodysmall-font);
    text-decoration: none;
    font-family: 'Poppins';
}
.top-header-left img {
  width: 16px;
  height: auto;
  margin-right: 6px;
}
.top-header-left ul li {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.top-header-left ul li:last-child{
  margin-right: 0;
}
.top-header-right ul li {
  padding-left: 10px;
}
.top-header-right ul li img {
  width: 16px;
}
header.header-sec.sticky> .header-nav {
  box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
.header-logo {
  padding: 5px 0;
}
.header-logo img {
  width: 210px;
  max-width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
header.header-sec.sticky .header-logo img {
  width: 160px;
}
.navbar-links li {
  display: var(--display-inline-block);
}
.toggle-icon {
  display: none;
}
.navbar-links li a {
    display: block;
    text-decoration: none;
    color: var(--primiry-color);
    transition: 0.4s all;
    font-size: var(--body-font-size);
    position: relative;
    font-family: 'Poppins';
}
.navbar-links li:last-child a {
  margin-inline-end: 0;
}
.navbar-links li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: var(--bg-orange-color);
  transition: all 0.3s ease-in-out;
}
.nav-var.header-navigation ul.navbar-links> li a:hover:after, 
.nav-var.header-navigation ul.navbar-links> li a.active {
  color: var(--orange-color);
}

.nav-var.header-navigation ul.navbar-links> li a:hover:after, 
.nav-var.header-navigation ul.navbar-links> li a.active:after {
  width: 100%;
}
.navbar-links li.navbar-dropdown .dropdown li a::after {
  height: 0;
}
.performance ul {
    padding: 0;
}
.navbar-links li.navbar-dropdown {
  padding: 34px 24px;
  position: relative;
}
header.header-sec.sticky .navbar-links li.navbar-dropdown {
  padding: 25px 24px;
}
.navbar-links li.navbar-dropdown:last-child {
  padding-right: 0;
}
.navbar-links li.navbar-dropdown:last-child a {
  padding-right: 0;
}
.navbar-links li.navbar-dropdown .dropdown.performance.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  border-top: 2px solid var(--btn-orange-bg);
}
.navbar-links li.navbar-dropdown .dropdown:after {
    width: 15px;
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent var(--btn-orange-bg) transparent;
}
@media (min-width: 990px) {
/*  .navbar-links li.navbar-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    border-top: 2px solid var(--btn-orange-bg);
  }*/
}
header.header-sec {
  position: relative;
}
.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 20px 0;
  top: 100%;
  transform: translateY(50px);
  right: 0px;
  left: 0px;
  background-color:var(--bg-white-color);
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  z-index: 111;
  transition: 0.4s all;
  text-align: left;
  width: 280px;
}
.navbar-links li.navbar-dropdown .dropdown li {
  display: block;
}
.navbar-links li.navbar-dropdown .dropdown li a {
  padding: 5px 15px;
  font-weight: 400;
}
.navbar-links li.navbar-dropdown .dropdown li a:hover {
  padding-left: 8px;
}
.navbar-links li a:hover {
  color: var(--orange-color);
}
.navbar-links li .dropdown ul li a:hover {
    color:var(--orange-color);
}
.dropdown.performance ul a {
  font-size: 14px;
  line-height: 20px;
}
/*Slidr style*/
@media (min-width: 992px) {
  .slider, .slide {
    height: 80vh;
  }
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide {
  position: relative;
  transition: 1s;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slide__img:after {
  content: "";
  background: rgb(0 0 0 / 49%);
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-35%, -50%);
}
.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #FFF;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
  font-family:var(--poppins-font);
  font-size: 32px;
  padding-bottom: 30px;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.banner-slider .slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 239px;
  right: 91px;
  background: var(--bg-white-color);
  padding: 2px 0 14px 0;
  max-width: 100%;
}
.banner-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.banner-slider .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner-slider .slick-dots li button:hover, .banner-slider .slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 15px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: var(--bg-orange-color);
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 100%;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  background-color: var(--bg-red-color);
}
.stick-dots .slick-dots li.slick-active button {
  background-color: var(--bg-red-color);
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
  transition: 1s;
}
.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
   animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
   animation: arrowDown 1.6s ease forwards;
}
@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
.ask-a-quote {
  position: relative;
  right: 90px;
  top: 0px;
  width: 240px;
  float: right;
  padding: 0px;
}
.ask-a-quote button {
  border-radius: 0;
  width: 100%;
  background-image: url(../images/ask-a-quote-bg.png);
  color: var(--white-color);
  font-size: var(--body-font-size);
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--poppins-font);
  border: 0;
  padding: 7px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.making-events-sec {
  padding-top: 100px;
}
.making-events-left-sec img {
  border-radius: 50px 0 50px 0;
  height: auto;
}
.making-events-right-sec h2{
  color: var(--red-color);
  padding-top: 50px;
  padding-bottom: 12px;
}
.making-events-right-sec h2 span {
  color: var(--orange-color);
}
.making-events-right-sec h4 {
  font-family:var(--poppins-font);
  color: var(--primiry-color);
  font-weight:var(--font-weight-medium);
  font-size: 26px;
  line-height: 39px;
  padding-bottom: 11px;
}
.making-events-right-sec p {
  font-family:var(--poppins-font);
  color: var(--primiry-color);
  font-weight:var(--font-weight-normal);
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
}
.making-events-right-sec .view-more-btn {
  margin-top: 26px;
}
.counter-sec {
  background: var(--bg-orange-color);
  padding: 42px 0;
  margin-top: 100px;
}
.counter-sec .count-area {
  position: relative;
  text-align: center;
  color: var(--white-color);
}
.counter-sec .count-area i {
  font-size: 60px;
}
.counter-sec .count-icon {
  display: var(--display-inline-block);
  padding-right: 15px;
  vertical-align: text-bottom;
  position: relative;
  top: -7px;
}
.counter-sec .count-area-content:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #ffb47e;
  right: -13px;
  top: 0;
  bottom: 0;
}
.counter-sec .count-col:last-child .count-area-content:after {
  display: none;
}
.counter-sec .count-area-content {
  position: relative;
  padding: 20px 0;
  display:flex;
}
.count-area-content img {
  margin-right: 25px;
  max-width: 60px;
}
.counter-sec .count-digit {
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  font-size: 40px;
  display: var(--display-inline-block);
  line-height: 44px;
  text-align: left;
}
.counter-sec .count-area-content p {
  font-size: 20px;
  font-style: italic;
  font-weight:var(--font-weight-normal);
}
.counter-sec .counter-inner {
  display: var(--display-inline-block);
  text-align: left;
}
.management-sec {
  padding-block: 80px;
  background-image: url("../images/management-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.management-sec:before {
  content: "";
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.management-heading {
  margin-bottom: 55px;
}
.headings-h3 {
  font-size: var(--box-heading-font-size);
  font-family: var(--kaolyDemo-font);
  line-height: 30px;
  margin-bottom: 30px;
  color: var(--white-color);
  position: relative;
}
.management-icons {
  display: flex;
  position: relative;
}
.management-icons img {
  max-width: 40px;
  margin-top: -20px;
  margin-right: 20px;
}
.management-heading p {
  color: var(--white-color);
  font-family: var(--poppins-font);
  position: relative;
  font-size: 20px;
  line-height: 30px;
}
.management-content {
  margin-bottom: 40px;
}
.management-content h3 {
  color: var(--white-color);
  position: relative;
  font-size: 22px;
  font-family: var(--poppins-font);
  line-height: 33px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 13px;
}
.management-content p {
  color: var(--white-color);
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: var(--poppins-font);
}
.management-content p:last-child{
  margin-bottom: 0;
}
.management-btn .btn-danger {
  position: relative;
  text-decoration: none;
  background: var(--bg-red-color);
  color: var(--white-color);
  font-family: var(--poppins-font);
  line-height: 30px;
  font-size: 20px !important;
  padding: 5px 20px;
  border-radius: 25px;
  display: block;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  width: 100%;
  font-size: var(--btn-font-size);
  transition: all 0.5s ease-in-out;
}
.management-btn .btn-danger:hover{
  background-color: var(--bg-orange-color);
}
.management-btn {
  margin-top: 30px;
}
.youtube-video-slider-sec .container {
  max-width: 1000px;
}
.youtube-video-slider-sec{
  background-image: url(../images/slider-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider-heading h3 {
  font-size: var(--box-heading-font-size);
  font-family: var(--kaolyDemo-font);
  line-height: 30px;
  color: var(--primiry-color);
  position: relative;
  margin-bottom: 32px;
}
.slider-heading p {
  color: var(--primiry-color);
  position: relative;
  font-size: 16px;
  text-align-last: center;
}
.video-slider{
  margin-top: 35px;
}
.video-slider-sec {
  width: 100%;
  height: 100%;
}
.video-slide {
  text-align: center;
  font-size: 18px;
  background: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
}
.youtube-video-slider-sec {
  padding-block: 65px;
}
.slider-button {
  position: relative;
  display: flex;
  float: right;
}
.video-slider-sec button.slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -60px;
  right: 75px;
  border-radius: 100%;
  border: 2px solid #000;
  z-index: 99;
  font-size: 0;
}
.video-slider-sec button.slick-arrow:after {
  border-width: 2px 2px 0px 0px;
  border-style: solid;
  border-color: black;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  transform: rotate(-135deg);
  top: 0;
  left: 0;
  right: -6px;
  margin: auto;
  bottom: 0;
}
.video-slider-sec button.slick-arrow:hover, .video-slider-sec button.slick-arrow:hover:after {
  border-color: #ac1f23;
}
.video-slider-sec button.slick-prev {
  right: 0;
}
.video-slider-sec button.slick-prev:after {
  transform: rotate(45deg);
  right: 5px;
}
.discover-btn {
  padding: 4px 19px !important;
  max-width: 225px !important;
}
.right_content {
  background-color: var(--red-color);
}
.get_in_touch_left_content {
  height: 100%;
}
.get_in_touch_left_content img {
  width: 100%;
  height: 100%;
}
.left_contrnt {
  padding: 0;
}
.get_in_touch_right_content input, .get_in_touch_right_content textarea {
  background: transparent;
  width: 100%;
  border-radius: 0;
  outline: none;
  margin-bottom: 28px;
  color: #fff !important;
}
.get_in_touch_right_content input::placeholder, .get_in_touch_right_content textarea::placeholder {
  color: var(--white-color);
  opacity: 0.6;
}
.get_in_touch_right_content textarea{
  margin-bottom: 0;
}
.get_in_touch_right_content input:focus,.get_in_touch_right_content textarea:focus{
  box-shadow: none !important;
  background: none;
  border: 1px solid #fff;
}
.form-submit-btn {
    margin-top:20px;
}
form#contact {
  padding-top: 15px;
}
.get_in_touch_right_content h2 {
  color: var(--white-color);
  font-weight:var(--font-weight-medium);
  font-size: 36px;
  margin-bottom: 26px;
}
.get_in_touch_right_content {
  padding: 48px 20px;
  padding-inline-end: 60px;
}
.form-submit-btn button {
  background: var(--bg-orange-color);
  padding: 7px 50px;
  border-radius: 25px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: var(--white-color);
  border: none;
  transition: all 0.5s ease-in-out;
}
.form-submit-btn button:hover {
  background: var(--white-color);
  color: var(--primiry-color);
}
.textimonial-slider-sec .container{
  max-width: 1000px;
}
.textimonial-slider-sec {
  padding-block: 80px;
}
.client-header h3 {
  margin-bottom: 52px;
}
.testimonal-slider h6 {
  color: var(--red-color);
  line-height: 36px;
  margin-top: 18px;
  font-family: var(--poppins-font);
  font-size: 24px;
  text-align: center;
}
.testimonal-slider p {
  color: var(--primiry-color);
  font-size: 20px;
  margin-top: 5px;
  line-height: 30px;
  font-family: var(--poppins-font);
  text-align: center;
}
.testimonal-slider img {
  width: 100px;
  height: auto;
  display: block;
  margin: auto;
}
p.slider-main-text {
  color: var(--primiry-color);
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 30px;
  font-family: var(--poppins-font);
  text-align-last: center;
}
/* footer section */
footer {
  background: var(--primiry-color);
  padding-block: 46px;
  border-bottom: 1px solid #252323;
}
.footer-contact-section img {
  width: 210px;
  max-width: 100%;
  object-fit: cover;
}
.footer-links-section ul li {
  padding: 6px 0;
}
.footer-contact-section {
  margin-bottom: 35px;
}
.footer-contact-section a {
    display: inline-block;
}
.footer-links-section {
  margin-top: 22px;
}
.footer-links-section ul {
    display: block;
    list-style-type: none;
    padding-left: 0;
}
.footer-links-section ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: var(--white-color);
    transition: all 0.3s;
    font-family: 'Poppins';
}
.footer-links-section ul li a:hover{
  color: var(--orange-color);
}
.footer-links-section ul li a.active{
  color: var(--orange-color);
}
.footer-instagram-section {
  margin-top: 18px;
}
.footer_info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.footer_info.email-gap {
  padding-top: 5px;
  margin-bottom: 0;
}
.top-heading h3 {
    color: var(--white-color);
    font-size: 20px;
    line-height: 38px;
    margin-top: 19px;
    font-family: 'Poppins';
    font-weight: 500;
}
.footer_info img {
  width: 23px;
  height: auto;
  margin-right: 15px;
}
.footer_info a {
  text-decoration: none;
  color: var(--white-color);
  font-family: var(--poppins-font);
  font-size: 16px;
  line-height: 21px;
}
.mobile-icon a {
  text-decoration: none;
  color: var(--white-color);
  font-family: var(--poppins-font);
  font-size: 16px;
  line-height: 21px;
}
.footer-instagram-section img {
  width: 100%;
}
.contact-icons h4 {
    color: var(--white-color);
    margin-top: 38px;
    font-size: 16px;
    line-height: 38px;
    font-family: 'Poppins';
}
.footer-gap {
  margin-block: 13px;
}
ul.footer-icon {
  display: flex;
  margin-top: 4px;
  padding-left: 0;
}
.footer-icon img {
  width: 25px;
  transition: all 0.5s ease-in-out;
}
ul.footer-icon li a img:hover {
    filter: invert(48%) sepia(50%) saturate(3207%) hue-rotate(1deg) brightness(90%) contrast(90%);
}
.footer-icon li {
  margin-inline-end: 25px;
}
.footer-icon li:last-child{
  margin-inline-end: 0;
}
.footer-contact a {
  text-decoration: none;
  color: var(--white-color);
}
/* footer section end*/
  /* copy-right-section */
.copy-section {
  background: #000;
  padding-block: 10px;
}
.copy-align{
  align-items: center;
}
.copy-right-policy ul {
    list-style-type: none;
    text-align: right;
    padding-left: 0;
}
.copy-right-policy a{
  text-decoration: none;
}
.copy-right-header p {
  color: var(--white-color);
  font-size: 16px;
  line-height: 24px;
}
.copy-right-policy ul li {
  font-size: 16px;
  line-height: 30px;
  display: var(--display-inline-block);
  padding-inline: 10px;
}
.copy-right-policy ul li a {
    color: var(--white-color);
    font-family: 'Poppins';
}
.copy-right-policy ul li a:hover {
    color: var(--orange-color);
}
  /* copy-right-section end*/
#scroll {
  position: fixed;
  right: 15px;
  bottom: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-indent: -9999px;
  display: none;
  border-radius: 60px;
  box-shadow: 10px 10px 20px 0 rgb(0 0 0 / 10%);
  border: 2px solid #ff6b00;
  z-index: 99;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ff6b00;
}
.ask-a-popup .formBox input {
  width: calc(50% - 10px);
  float: left;margin: 5px;
  height: 40px;
  padding: 0 10px;
  font-size: 15px;
  color: #000;
  border: 1px solid #999;
  outline: none !important;
}
.ask-a-popup .modal-header {
  padding: 10px 15px;
}
.ask-a-popup .modal-header h5 {
  font-family: var(--kaolyDemo-font);
  font-size: 25px;
  color: #000;
}
.ask-a-popup .formBox textarea {
  width: calc(100% - 10px);
  margin: 5px 5px;
  outline: none !important;
  border: 1px solid #999;
  padding: 5px 10px;
  height: 80px;
}
.ask-a-popup .formBox .submit-btn input {
  width: auto;
  border: 0;
  text-decoration: none;
  background: var(--bg-red-color);
  color: var(--white-color);
  font-family: var(--poppins-font);
  line-height: 30px;
  transition: all 0.5s ease-in-out;
  border-radius: 25px;
  padding: 0 35px;
}
.ask-a-popup .formBox .submit-btn input:hover {
  background: var(--btn-orange-bg);
}
.ask-a-popup .btn-close {
  border-radius: 100%;
  top: 0px;
  position: absolute;
  right: 0px;
  opacity: 1;
  color: #000;
  background-color: white;
  width: 15px;
  height: 15px;
  box-shadow: -1px 1px 8px rgba(0, 0, 0, 0.5);
}
.whatsapp-icon {
  position: fixed;
  bottom: 40px;
  left: 5px;
  width: 50px;
  height: 50px;
   animation: blinker 1s step-end infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.8;

  }
}
/* top-banner_section */
.top-header-banner{
  background-image:  linear-gradient(rgba(0, 0.0, 0.5) 0%, rgba(0, 0, 0, 0.5) 0%), url(../images/about-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: 20vh;
}
.banner-header h1 {
  font-size: 50px;
  display: block;
  color: var(--white-color);
  padding-top: 20px;
  font-family: var(--poppins-font);
}
.banner-header span{
  color: var(--red-color);
}
/* top-banner_section end*/

.about-sec{
  padding-block: 50px;
}
.about-content h3 {
  font-family: var(--kaolyDemo-font);
  color: var(--primiry-color);
  text-align: center;
  margin-bottom: 28px;
  font-size: 35px;
}
.about-content p {
  font-family: var(--poppins-font);
  color: var(--primiry-color);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}
.about-content span{
  color: var(--red-color);
}
.about-btn .btn-danger{
  max-width: 250px;
}
.director_section {
  padding-block: 40px;
  display: flex;
  flex-wrap: wrap;
}
.director_section img {
  max-width: 100%;
  height: 537px;
  object-fit: cover;
}
.dir_top-header h6 {
  color: var(--red-color);
  margin-bottom: 9px;
  line-height: 28px;
  font-size: 18px;
  font-style: italic;
}
.dir_top-header h3 {
  margin-bottom: 20px;
  color: var(--primiry-color);
  font-size: 28px;
  font-weight: 600;
  font-family: var(--poppins-font);
}
.director_section p {
  margin-bottom: 15px;
  color: var(--primary-color);
  font-size: 17px;
}
.director_section p:last-child{
  margin-bottom: 0;
}
.director-info{
  background-color: #F5F5F5;
  padding: 60px;
}
.our-team-slider-sec{
  padding-block: 60px;
}
.our-team-slider-sec h3 {
  color: var(--primary-color);
  font-family: var(--kaolyDemo-font);
  font-size: 35px;
  text-align: center;
  margin-bottom: 8px;
}
p.header-pra {
  font-size: 25px !important;
  color: var(--primary-color) !important;
  text-align: center;
}
.our_team-card{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  margin-top: 30px;
}
.our-team-slider-sec .slick-slide img {
  display: block;
  aspect-ratio: 5/3;
  width: 100%;
  object-fit: cover;
}
.our_team-card {
  margin-inline: 10px;
}
.our-team-slide {
  margin-bottom: 5px;
}
.our-team-slider ul.slick-dots li {
  display: inline-block;
  border: 0;
  margin: 0;
  padding: 0;
}
.our-team-slider ul.slick-dots {
  text-align: center;
  padding-top: 20px;
}
.our-team-slider ul.slick-dots li button {
  border: 0;
  font-size: 0;
  width: 5px;
  height: 6px;
  background: var(--bg-red-color);
  margin: 0 3px;
}
.our-team-slider ul.slick-dots li.slick-active button {
  background: var(--bg-orange-color);
}
.card-title h4 {
  color: var(--primiry-color);
  line-height: 30px;
  font-size: 20px;
  margin-top: 18px;
  font-weight:var(--font-weight-SemiBold);
  line-height: 24px;
   padding-bottom: 8px;
}
.card-title p {
  color: var(--primiry-color);
  font-size: 16px;
  line-height: 23px;
  padding-block: 5px;
}
.card-title {
  padding: 0px 15px 12px 15px;
  text-align: center;
}
.contact-inner-heading {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
.contact-inner-sec {
  padding:70px 0;
}
.contact-inner-heading h2 {
  color: var(--primiry-color);
  font-family: var(--kaolyDemo-font);
  font-size: 31px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 15px;
}
.contact-inner-heading p {
  color: var(--primiry-color);
  font-family: var(--poppins-font);
  padding-block: 7px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.contact-info-left-sec h2{
  color: var(--primiry-color);
  font-family: var(--poppins-font);
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 14px;
}
.contact-info-left-sec p {
  color: var(--primiry-color);
  font-family: var(--poppins-font);
  font-size: 16px;
  padding-bottom: 7px;
  line-height: 28px;
}
.contact-info-left-sec {
  padding-right: 52px;
}
.contact-page_info img {
  width: 25px;
  height: auto;
  margin: 15px 15px 0px 0;
}
.contact-page_info {
  display: flex;
  align-items: flex-start;
}
.contact-align {
  margin-top: 22px;
}
.contact-page_info a {
  text-decoration: none;
  color: var(--primary-color);
  font-family: var(--poppins-font);
  font-size: 16px;
  line-height: 21px;
  padding: 18px 0 15px 0;
}
.contact-form h2{
  color: var(--primiry-color);
  font-family: var(--poppins-font);
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 14px;
}
.contact-form input,.contact-form textarea {
  border: 1px solid #000;
  color: #000 !important;
}
.contact-form input::placeholder,.contact-form textarea::placeholder{
  color: #000;
}
.contact-form input:focus,.contact-form textarea:focus{
  border: 1px solid #000;
}
.contact-form {
  padding: 0px 0px;
  padding-inline-end: 0px;
}
.contact-btn button{
  background: var(--btn-red-bg);
  color: var(--white-color);
}
.contact-btn button:hover{
  background: var(--btn-orange-bg);
  color: var(--white-color);
}
.event-section {
  padding-block: 60px;
}
h3.top-heading {
    color: var(--primiry-color);
    font-family: var(--kaolyDemo-font);
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 30px;
}
.event-section p {
  color: var(--primiry-color);
  font-family: var(--poppins-font);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 13px;
}
.our-recent-event-sec {
  padding-block: 60px;
}
.event-gap {
    text-align: start !important;
    display: flex;
    flex-direction: column;
    flex: auto;
}
.recent-events h6 {
  display: inline-block;
  font-size: 16px;
  color: #504e4e;
  font-weight: var(--font-weight-normal)
}
.recent-events span {
  color: var(--primiry-color);
  font-size: 16px;
}
.recent-events {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  margin-top: 20px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.recent-events img {
  width: 100%;
  aspect-ratio: 6/4;
  object-fit: cover;
}
.date-float {
  float: right;
}
.event-address {
  padding: 10px 15px 0 15px;
}
.card-deck {
  display: -webkit-box;
}
li.navbar-dropdown.performance-menu> a:before {
  content: "";
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  width: 8px;
  height: 8px;
  right: -15px;
  position: absolute;
  top: 9px;
  transform: rotate(45deg);
}
.more-details-btn .red-btn {
  padding: 5px 35px;
  margin-top: 15px;
  font-size: 16px;
}
.more-details-btn {
    display: flex;
    justify-content: center;
    align-items: end;
    text-align: center;
}
.card-title h4 a {
  color: var(--primiry-color);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.card-title h4 a:hover {
  color: var(--orange-color);
}
/*gallery page strat*/
.lb-container {
  border: 6px solid #fff;
  border-radius: 8px;
  overflow: hidden;
}
.gallery-inner-sec {
  background: #c5c6c7;
  padding: 50px;
}
.gallery-inner-sec .image-gallery-col {
  padding: 8px;
}
.gallery-inner-sec .image-gallery img {
  border: 5px solid white;
  height: 280px;
  object-fit: cover;
  max-width: 100%;
}
a.lb-next {
  width: 30px !important;
  height: 30px;
  display: block !important;
  position: absolute;
  background: #fff !important;
  opacity: 1 !important;
  top: 50%;
  right: 13px !important;
  border-radius: 5px;
}
a.lb-prev {
  width: 30px !important;
  height: 30px;
  display: block !important;
  position: absolute;
  top: 50%;
  background: #fff !important;
  z-index: 999;
  left: 15px !important;
  opacity: 1 !important;
  border-radius: 5px;
}
a.lb-next:after {
  content: "";
  width: 15px !important;
  height: 15px;
  display: block !important;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  top: 8px;
  border-width: 3px 3px 0px 0px;
  border-style: solid;
  border-color: #000;
  right: 5px;
  margin: auto;
}
a.lb-prev:after {
  content: "";
  width: 15px !important;
  height: 15px;
  display: block !important;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  top: 8px;
  border-width: 0px 0px 3px 3px;
  border-style: solid;
  border-color: #000;
  right: -5px;
  margin: auto;
}
.gallery-inner-sec .load-more-btn {
  text-align: center;
  margin-top: 40px;
}
.lb-dataContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.lb-data .lb-close {
  top: -14px !important;
  position: absolute;
  right: -12px;
  vertical-align: top;
  text-decoration: none;
  background: #ffffff;
  border-radius: 100%;
  font-size: 15px;
  z-index: 99;
  color: #000;
  box-shadow: 2px 2px 6px #000;
}
.culture-title h4 {
  font-size: 18px;
  text-align: center;
  line-height: 29px;
  font-weight: 600;
}
.culture-title {
  padding: 40px 0;
}
.gallery-inner-title {
  text-align: center;
  max-width: 100%;
  margin: auto;
  width: 80%;
  padding-bottom: 30px;
}
.gallery-inner-title h2 {
  font-size: var(--box-heading-font-size);
  font-family: var(--kaolyDemo-font);
  line-height: 30px;
  margin-bottom: 30px;
  color: #000;
}
.gallery-inner-title h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
}
.event-detail-section {
  padding-block: 60px;
}
.event-detail-left-sec {
  display: flex;
  height: 100%;
}
.event-detail-left-sec img {
  box-shadow: 0px 0px 4px 1px #a9a6a6;
  padding: 5px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  display: flex;
  height: 100%;
}
.event-detail-right-sec {
  border: 2px solid #e2e2e2;
  padding: 20px 30px;
  background: var(--white-color);
  border-radius: 8px;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.event-detail-right-sec h3 {
  color: var(--primiry-color);
  font-family: var(--poppins-font);
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 30px;
}
.event-detail-right-sec p {
  color: var(--primiry-color);
  font-family: var(--poppins-font);
  font-size: 18px;
  line-height: 30px;
  padding-block: 4px;
  font-weight: normal;
}
.event-detail-right-sec p.client-review {
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
}
.event-detail-right-sec span{
  font-weight: 600;
  display: inline-block;
  width: 149px;
}
.event-detail-right-sec .fb-align {
  font-size: 20px;
}
.event-detail-right-sec .fb-rating {
    margin-top: 25px;
    display: flex;
    justify-content: end;
}
.event-detail-right-sec .fb-rating span {
  font-size: 23px;
  width: unset;
  font-weight: 600;
  padding-right: 13px;
  color: var(--primiry-color);
}
.event-detail-right-sec .fb-rating img {
  width: 24px;
  height: auto;
  margin-bottom: 6px;
}
.gallery-video-section {
  padding-block: 50px;
}
.gallery-photo-section .details-img {
    padding: 8px;
}
.gallery-video-section .video-content {
  box-shadow: 0px 0px 4px 1px #a9a6a6;
  padding: 5px;
  padding-bottom: 0;
}
h3.event-detail-heading {
  color: var(--primiry-color);
  font-family: var(--kaolyDemo-font);
  line-height: 30px;
  font-size: 36px;
  margin:15px 0 30px 0;
}
.gallery-photo-section img.example-image {
  box-shadow: 0px 0px 4px 1px #a9a6a6;
  padding: 5px;
  aspect-ratio: 5/3;
  object-fit: cover;
  height: auto;
  min-height: 220px;
}
/* event detail section end */

/*blog start*/

.khgsa-blogs-main {
    background: #fff;
}
.blog-description {
    padding: 30px 0;
    border-bottom: 1px solid #A3A2A2;
}
.blog-description h3 {
    font-weight: var(--font-weight-medium);
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #5D5D5E;
    font-family: var(--poppins-font);
}
.blog-inner-sec {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}
.rows {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}
.inner-post {
    background: #FBFBFB;
    padding-bottom: 35px;
    margin-bottom: 20px;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.inner-post-contetnt {
    padding: 0 10px;
}
.inner-post-img img {
    aspect-ratio: 1/.6;
    object-fit: cover;
    object-position: center;
}
.inner-post-contetnt h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    padding: 20px 0;
    padding-bottom: 10px;
    color: #000;
}
.inner-post-contetnt h2 a {
    color: #000;
    text-decoration: none;
    font-family: 'Poppins';
}
.inner-post-contetnt h2 a:hover {
    color: var(--orange-color);
}
.inner-post-contetnt p {
    font-weight: var(--font-weight-normal);
    font-size: var(--body-font-size);
    line-height: 27px;
    color: var(--primiry-color);
}
.inner-post-content-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.khammaghani-post-single-content .inner-post-content-desc {
    display: block;
}
.khammaghani-post-single-content h1 {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin-block: 20px;
    font-family: var(--poppins-font);
    font-weight:var(--font-weight-SemiBold);
}
.khammaghani-post-single-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 2/1;
}
.inner-post-content-desc p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: 'Poppins';
    margin-block-end: 15px;
}
.inner-post-content-desc h3 {
    color: #000;
    font-family: 'Poppins';
    margin-block: 20px;
    font-size: 28px;
    font-weight: 500;
}
.comment-respond h3.comment-reply-title {
    font-size: 22px;
    font-family: 'Poppins';
    color: #000;
    font-weight: 500;
}
.khammaghani-post-single-content .inner-post-content-desc ol li {
    font-size: 16px !important;
    line-height: 26px;
    color: #000;
    font-family: 'Poppins';
    list-style: auto;
}
.comment-respond form.comment-form p.logged-in-as {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
}
p.comment-form-comment label,
p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
}
p.comment-form-comment textarea,
p.comment-form-author input,
p.comment-form-email input,
p.comment-form-url input {
    padding: 10px;
    font-size: 16px !important;
    font-family: 'Poppins' !important;
    font-weight: normal !important;
    color: #000;
    border: 1px solid #000 !important;
    outline: none !important;
}
p.comment-form-cookies-consent input {
  border: 1px solid #000;
}
p.comment-form-cookies-consent input:focus {
    outline: none;
}
p.comment-form-cookies-consent input[type=checkbox]:after {
    left: 7px;
    top: 4px;
}
.comment-respond form.comment-form p.logged-in-as a {
    color: #ac1f23;
}
p.comment-form-cookies-consent label {
    font-size: 16px !important;
    color: #000 !important;
    font-family: 'Poppins' !important;
}
.comment-form {
    position: relative !important;
}
p.comment-form-email,
p.comment-form-author,
p.comment-form-comment {
  position: relative;
}
p.comment-error {
    position: absolute;
    font-size: 14px;
    color: red;
    bottom: -15px;
}
p.form-submit input#submit {
    background: #ac1f23 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Poppins' !important;
    padding: 8px 15px !important;
    transition: all 0.3s ease-in-out;
}
.inner-post-contetnt a.red-btn {
    margin-top: 30px;
    padding: 6px 40px;
    font-size: 18px;
}
.pagination {
    border: none !important;
    margin-left: 10px !important;
    margin-block-end: 0 !important;
}
.pagination span.page-numbers, 
.pagination a.page-numbers {
    padding: 6px 15px;
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins';
    background: #ac1f23;
    color: #fff;
    text-decoration: none;
    margin-inline: 1px;
}
.pagination a.page-numbers {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
    margin-inline: 1px;
    transition: all 0.3s ease-in-out;
}
.pagination a:hover.page-numbers {
  background: #ac1f23;
    color: #fff;
}
.post-sidebar {
    background: #F4F5F7;
    padding-bottom: 20px;
}
.post-sidebar-title {
    margin-bottom: 10px;
}
.post-sidebar-title h2 {
    background: var(--bg-red-color);
    font-weight: var(--font-weight-medium);
    font-size: 25px;
    line-height: 24px;
    color: var(--white-color);
    padding: 13px 15px 13px 15px;
    border-radius: 10px 10px 0 0;
}
.post-sidebar-title h2 img {
    width: 27px;
    height: auto;
    vertical-align: bottom;
}
.post-sidebar-inner {
	width: 100%;
	display: flex;
	margin-top: 15px;
	border-bottom: 1px solid #9F9F9F;
	padding: 0 15px 15px;
}
.post-sidebar-inner:last-child {
    border-bottom: none;
}
.post-sidebar-inner .sidebar-post-img {
    width: 40%;
}
.post-sidebar-inner .sidebar-post-content {
    width: 60%;
    padding-left: 15px;
}
.sidebar-post-content h3 {
    font-weight: var(--font-weight-medium);
    font-size: 14px;
    line-height: 20px;
}
/*.sidebar-post-content h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}*/
.sidebar-post-content h3 a {
    text-decoration: none;
    color: var(--primiry-color);
    font-family: 'Poppins';
}
.sidebar-post-content h3 a:hover {
    color: var(--orange-color);
}
.post-sidebar-inner a.sidebar-read-btn {
    font-weight: var(--font-weight-medium);
    font-size: 14px;
    line-height: 22px;
    color: var(--red-color);
    text-decoration: none;
    display: inline-block;
    padding-top: 10px;
}
.post-sidebar-inner a.sidebar-read-btn:hover {
    color: var(--orange-color);
}
.form-sidebar {
    background: #f4f5f7;
    margin-top: 40px;
    padding-bottom: 40px;
}
.form-sidebar-inner {
    padding: 0 15px;
}
.form-sidebar-inner label {
    font-size:var(--body-font-size) !important;
    color:var(--primiry-color) !important;
    font-family: var(--poppins-font) !important;
}
.form-sidebar-inner input, .form-sidebar-inner textarea {
    border-radius: 0 !important;
    font-size: 16px !important;
    height: 40px !important;
    background: #fff !important;
    border: 1px solid #999 !important;
}
.form-group {
    margin-bottom: 25px;
    position: relative;
}
.form-group:last-child {
  margin-bottom: 0;
}
p.form_response_msg {
    font-size: 16px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 400;
    margin-top: 20px;
}
.form-group img {
    width: 45px;
    height: 45px;
    display: inline-block;
}
.form-group label.error {
    position: absolute;
    bottom: -35px;
    color: red !important;
    font-weight: 400;
    font-size: 14px !important;
    font-family: 'Poppins' !important;
}
.form-sidebar-inner input:focus,
.form-sidebar-inner textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.form-sidebar-inner textarea {
    height: 80px !important;
}
.form-sidebar-inner .form-group button.red-btn {
    background: #ac1f23 !important;
    color: #fff !important;
    padding: 5px 40px;
    font-size: 19px !important;
    margin-top: 10px;
    display: inline-block;
}
.form-sidebar-inner .form-group button.red-btn:hover {
    background: var(--btn-orange-bg) !important;
}
.testimonal-slider ul.slick-dots {
    text-align: center;
    margin-top: 20px;
}
.testimonal-slider ul.slick-dots li {
    display: inline-block;
    height: auto;
    padding: 0;
    margin: 0;
    width: auto;
}
.testimonal-slider ul.slick-dots li button {
    height: 5px;
    width: 21px;
    border: 0;
    background: var(--bg-red-color);
    font-size: 0;
    margin: 0 5px;
}
.testimonal-slider ul.slick-dots li.slick-active button {
    background: var(--btn-orange-bg);
}

.khammaghani-single-blog {
    background: #fff;
}
.esc-post-single-page .inner-post-content-desc {
    display: block;
}

/* SUFI FUSION BAND PAGE */

/* sufi fusion band about section */
.sufi-fusion-band-about-section {
  padding: 45px 0px 20px;
}
.sufi-band-about-content p {
  font-family: var(--poppins-font);
  color: var(--primiry-color);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
/* sufi fusion band about section end */

/* sufi fusion band imsge section  */
.fusion-band-img-sec {
  padding: 30px 0;
  background: #ededed;
}
.sufi-band-img {
  padding: 8px;
}
.sufi-band-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/2;
  object-fit: cover;
}
/* sufi fusion band imsge section  end*/

.sufi-band-video-section {
  padding: 30px 0 10px;
}


/* contact us form start */
.fusion-band-contact-form {
  background: #ededed;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.fusion-band-content h3 {
  font-family:var(--poppins-font);
  font-size: 22px;
  line-height: 30px;
  color: #424242;
}
.fusion-band-content {
  padding: 25px 40px;
}
.fusion-band-content input, .fusion-band-content textarea {
  background: var(--white-color) !important;
  padding-block: 13px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}
.fusion-band-content input::placeholder, .fusion-band-content textarea::placeholder {
color: #000 !important;
}
.fusion-band-content textarea {
  margin-bottom: 0 !important;
}
.contact-btn {
  margin-top: 20px;
}
/* contact us form end */

 /* call and email section start */
.call-contact-sec .call-section {
  box-shadow: 1px 0 14px #b5b0b0;
  padding: 40px 0;
}
.call-contact-sec{
  margin-bottom: 40px;
}
.call-contact-sec .con-sec h3 {
  font-size: var(--poppins-font);
  color: var(--primiry-color);
  font-size: 24px;
  text-align: center;
  line-height: 30px;
}
.call-contact-sec .call-icon {
  border-left: 3px solid #c5c5c5;
}
.call-contact-sec .con-sec img {
  margin-right: 5px;
  margin-bottom: 4px;
}
.call-contact-sec .con-sec a {
  background: var(--red-color);
  color: var(--white-color);
  text-decoration: none;
  font-size: 20px;
  max-width: 400px;
  padding: 15px;
  text-align: center;
  display: block;
  transition: all 0.5s ease-in-out;
  margin: 20px auto 0;
  width: 100%;
}
.call-contact-sec .con-sec a:hover{
  background:var(--btn-orange-bg);
/*  box-shadow: inset -200px 0 0 0 var(--btn-orange-bg),
  inset 200px 0 0 0 var(--btn-orange-bg);*/
}
 /* call and email section end */