.about-img-space img,
.creative-showcase--slider .banner-horizental .path,
.hero-slider ul.slick-dots li button::before,
.home-popup br,
.mobile-view,
.navbar-mean .dropdown-menu,
button.btn.btn-navar,
ul.sub-menu {
  display: none;
}
nav.navbar,
nav.navbar.sticky {
  position: sticky;
}
h3,
h4,
h5,
h6,
li,
p {
  color: #000;
}
.about-founder img,
.team-img img {
  object-fit: cover;
  object-position: top;
}
*,
.form-area input#consent,
dl,
ol,
ul {
  padding: 0;
}
.counter-up,
.header-text,
.services-text,
.team-box,
.team-head,
.testimonial-box {
  text-align: center;
}
.footer-list,
.slick-dots,
li {
  list-style: none;
}
.click-btn,
.dot-arrow,
.event-details h3 a,
.video-thumbnail {
  cursor: pointer;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  font-family: Poppins;
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
nav.navbar {
  background: #e2ecfd;
  z-index: 999;
}
.navbar-mean ul li {
  position: relative;
  padding: 0 28px;
}
ul.sub-menu {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
  width: 280px;
  left: 0;
  border-radius: 0 0 5px 5px;
  padding: 35px 0 0;
  animation: 0.3s forwards slideSubMenu;
  overflow: hidden;
}
@keyframes slideSubMenu {
  from {
    transform: translateY(5px);
  }
  to {
    transform: translateY(0);
  }
}
.navbar-mean ul li ul li {
  margin: 0;
  width: 100%;
  padding: 0;
  display: block;
  cursor: pointer;
  text-align: left;
}
.navbar-mean ul li ul li a {
  padding: 10px 10px 10px 15px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background-color: var(--primary-color);
  color: var(--white-color);
}
.navbar-mean ul li ul li:last-child a {
  border-bottom: none;
}
.navbar-mean ul li ul li a:hover {
  background: #000;
  color: var(--white-color);
}
.navbar-mean ul li ul li.active a {
  background: #db1f14;
  color: #fff;
}
.navbar-mean ul li:hover > ul.sub-menu {
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.click-btn {
  position: absolute;
  top: 4px;
  right: 5px;
  font-size: 13px;
}
.detail-text p,
.event-detail-inner-text p,
.event-details p,
.team-head p {
  margin: 15px 0 0;
}
.contact-box .form-group p,
.contact-box p,
.footer-info ul li:last-child,
.footer-list li:last-child,
.gallery-sec .team-head h2,
.inner-blog-box .team-head h2,
.popup-form p,
.team-text p {
  margin: 0;
}
.blog-row .blog-box {
  margin: 40px 0 0;
}
.footer-list h4 {
  color: #173e89;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
}
.info-text ul.info-alternate-number {
  margin: 8px 0 0;
}
.gallery-sec .row {
  justify-content: center;
}
.g-img {
  width: 100%;
  height: 400px;
  margin: 30px 0 0;
  position: relative;
}
.ct-sec-image img,
.event-single-img img,
.g-img img,
.hero-img img,
.inner-page-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-single-text-box h2,
.event-single-text-box h3 {
  color: #173e89;
  font-weight: 600;
  margin-bottom: 0;
}
.blog-silder .slick-slide,
.event-image-slider .slick-slide {
  padding: 0 10px;
}
.home-popup .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-popup .modal-header h3 {
  color: var(--primary-color);
  margin: 0;
}
* {
  margin: 0;
  box-sizing: border-box;
}
dl,
ol,
ul {
  margin: 0;
}
a {
  text-decoration: none;
}
li,
p {
  font-size: 15px;
  font-weight: 400;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.625rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.6rem;
}
h5 {
  font-size: 1.3rem;
}
h6 {
  font-size: 1.1rem;
}
.pt-6 {
  padding-top: 60px;
}
.pb-6 {
  padding-bottom: 60px;
}
:root {
  --primary-color: #0a3485;
  --secondary-color: #00a1d5;
  --black-color: #000;
  --white-color: #fff;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: 0.4s;
}
.navbar-mean ul {
  color: #fff;
  display: flex;
}
.navbar-mean ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.navbar-mean ul li a:hover {
  color: #0a3486;
}
.blog-text h4:hover,
.footer-bottom a:hover,
.footer-info ul li:hover,
.footer-list li a:hover,
.info-text a:hover,
.navbar-mean ul li.active a {
  color: #db1f14;
}
.navbar-img img {
  width: 175px;
  height: auto;
  padding: 4px;
}
.navbar-btn a {
  background: #db1f14;
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
}
.header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.header-text h1 {
  font-weight: 700;
}
.about-box h5,
.event-details p strong,
.event-price {
  font-weight: 500;
}
.Founder-area h4,
.footer-img p,
.footer-list li a:hover::before,
.header-text h1,
.header-text h5,
.header-text p,
.slider-content p {
  color: #fff;
}
.event-image,
.header-silder-box,
.hero-sec,
.hero-slider {
  position: relative;
}
.about-box {
  width: 94%;
  float: inline-end;
}
.about-box h5 {
  color: #000;
  font-size: 18px;
}
.about-box h2 {
  font-weight: 600;
  margin-bottom: 24px;
  color: #0a3486;
}
.about-img {
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.about-img-space {
  position: absolute;
  bottom: -24px;
  right: -24px;
  z-index: -1;
}
a.about-btn {
  background: #0a3585;
  padding: 7px 29px;
  border-bottom: 2px solid #0a3585;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  margin: 10px 0 0;
}
.about-founder img {
  margin-top: 473px;
  width: 90%;
  height: 300px;
  display: none;
}
.about-img img {
  height: 540px;
  object-fit: cover;
}
.services-sec {
  background: #0a35851c;
}
.services-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 6px;
}
.services-text {
  position: absolute;
  bottom: 12px;
  background: #040000;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  border-radius: 8px;
  z-index: 9;
}
.services-text h4 {
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}
.services-text p {
  color: #db1f14;
  margin: 0;
}
.service-head h6 {
  color: #000;
  font-weight: 400;
}
.service-head h2 {
  color: #0a3585;
  margin: 0;
  font-weight: 600;
}
.services-slider-container {
  display: flex;
  justify-content: flex-end;
}
.services-slider-container button.slick-next,
.services-slider-container button.slick-prev {
  background: #0a3585;
  padding: 7px 24px;
  border-radius: 4px;
  border: none;
  color: #fff;
  margin-right: 20px;
  font-size: 20px;
}
.services-sec {
  position: relative;
  z-index: 1;
}
.services-sec::after {
  position: absolute;
  background-image: url(../images/services-shape.png);
  width: 490px;
  height: 100%;
  background-repeat: no-repeat;
  right: 0;
  top: -79px;
  content: "";
  z-index: -1;
  opacity: 0.7;
  filter: brightness(0.5);
}
.services-box {
  margin: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.team-img,
.team-img img {
  width: 100%;
  border-radius: 15px;
}
.services-box:hover {
  transform: scale(1.03);
}
.services-box.shine::before,
.team-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-25deg);
  z-index: 2;
  pointer-events: none;
  transition: 0.5s;
}
.services-box.shine:hover::before {
  animation: 0.85s forwards shine;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.team-img {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.team-box:hover:hover .team-img::before {
  animation: 0.85s forwards shine;
}
.team-img img {
  height: 100%;
  transition: transform 0.8s;
}
.team-box:hover .team-img img {
  transform: scale(1.2);
}
.team-text h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #db1f14;
}
.team-text {
  margin-top: 22px;
}
.team-head h5 {
  color: #000;
  font-size: 18px;
}
.team-head {
  width: 60%;
  margin: auto;
}
.team-head h2 {
  color: #0a3585;
  font-weight: 600;
}
.form {
  background: #000;
  padding: 28px;
}
.contect-sec,
.form-area {
  background: #0a3486;
}
.form-area {
  width: 100%;
  margin-left: auto;
}
.form-area h2 {
  font-size: 24px;
  color: #db1f14;
}
.form-area p {
  color: #fff;
  margin-bottom: 6px;
}
.form-check {
  color: #fff;
  font-size: 12px;
}
a.btn.btn-contact,
blog-btn:hover {
  background: #db1f14;
}
.form-area input {
  font-size: 14px;
  padding: 8px;
}
.testimonial-box {
  width: 100%;
  margin: 0 0 70px;
  overflow: hidden;
}
.testimonial-box h4 {
  font-size: 18px;
  text-transform: capitalize;
  color: #6e6e6e;
  font-family: poppins;
  padding-left: 50px;
  margin: 0;
  position: relative;
  display: inline-block;
}
.testimonial-box h4:before {
  content: "";
  background-color: #16aebb;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 10px;
  left: -9px;
}
.testimonial-box h2 {
  font-family: montserrat-bold;
  font-size: 40px;
  margin: 0 0 30px;
}
.client_box {
  padding: 20px;
}
.client_text {
  width: 100%;
  padding: 50px 20px;
  border: 2px solid #0a3585;
  position: relative;
  box-shadow: 20px 20px #9f9f9f3d;
  background: #fff;
}
.client_text p {
  color: #000;
  font-size: 15px;
  margin: 0;
}
.testimonial-slider {
  padding: 0 0 30px;
}
.testimonial-slider .swiper-pagination {
  bottom: 0 !important;
}
.testimonial-slider .swiper-pagination-bullet-active {
  background: #db1b14;
}
.shape {
  position: absolute;
  top: -25px;
  left: 32px;
  z-index: 99;
  width: 50px;
  filter: hue-rotate(532deg);
}
.client_image {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 60px 0 0;
}
.dot-arrow,
.slick-dots {
  justify-content: center;
}
.cl_img {
  width: 60px;
  text-align: left;
  margin-right: 12px;
}
.cl_text {
  width: 65%;
  text-align: left;
}
.cl_text h5 {
  color: #0b3486;
  margin: 0;
}
.cl_text p {
  font-size: 15px;
  padding: 5px 0 0;
  color: #161616;
  text-transform: lowercase;
  font-family: poppins;
  margin: 0;
}
.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
  padding: 5px 0;
  bottom: 40px;
}
.slick-dots li {
  width: 24px !important;
  height: 24px !important;
  margin: 0 0.5rem !important;
  background: #0d3886;
  border-radius: 50%;
  padding: 10px;
}
.slick-dots button {
  width: 0 !important;
  height: 0 !important;
  display: block;
  padding: 0;
  border: 1px solid #db1f14;
  border: none;
  border-radius: 50%;
  margin: 3px;
  font-size: 0;
}
.slick-dots li.slick-active button {
  background-color: #db1f14;
}
.slick-dots li.slick-active {
  border: 2px solid #0a3585;
  background-color: transparent;
  width: 17px !important;
  height: 20px !important;
}
.cl_text h5 {
  font-size: 20px;
  font-weight: 600;
}
.creative-showcase--slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
}
.creative-showcase--slider .swiper-slide .slide-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.creative-showcase--slider .swiper-slide .overlay-dark:before {
  opacity: 0.3;
  background: #1d1d1d;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.creative-showcase--slider .swiper-slide .video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.creative-showcase--slider .swiper-slide .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.swiper-slide .slide-bg .slide-container {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 7;
  padding-left: 15px;
  padding-right: 15px;
}
.slide-bg .slide-container .slide-row {
  display: flex;
  flex-wrap: wrap;
}
.slide-container .slide-row .slider-content {
  flex: 0 0 auto;
  margin-left: 8.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.slider-content .slide-subtitle {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
}
.slider-content .slide-heading {
  font-size: 56px;
  color: #fff;
  margin: 0 0 0.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.slider-content .slide-heading a {
  text-decoration: none;
  color: #fff;
  outline: 0;
}
.slider-content .slide-heading a span {
  display: inline-block;
  color: #fff;
}
.info-text a,
.overlay-light .slider-content .slide-heading a,
.overlay-light .slider-content .slide-subtitle {
  color: #000;
}
.creative-showcase--slider .banner-horizental .swiper-pagination {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
.creative-showcase--slider .banner-horizental .swiper-pagination-bullet {
  background: 0 0;
  margin: 0 10px !important;
}
.creative-showcase--slider
  .banner-horizental
  .swiper-pagination-bullet-active
  .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: 10s linear dash;
  animation: 10s linear dash;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
p.slide-p {
  color: #fff;
  margin-top: 20px;
}
.swiper-arrow-dot {
  text-align: center;
  margin-top: 20px;
}
.dot-arrow {
  background-color: transparent;
  border: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 40px;
  height: 40px;
}
.dot-arrow span {
  width: 10px;
  height: 10px;
  background-color: #a5884e;
  border-radius: 50%;
  display: inline-block;
  transition: transform 0.3s, background-color 0.3s;
}
.dot-arrow:hover span {
  background-color: #705c35;
  transform: scale(1.2);
}
section.blog-sec {
  background: #e4e9f2;
}
.blog-row {
  justify-content: center;
  column-gap: 20px;
}
.blog-box {
  position: relative;
  background: #fff;
  width: 31%;
  padding: 0;
}
.blog-silder-box .blog-box,
.event-single-text-box,
.popup-form {
  width: 100%;
}
.blog-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.blog-date {
  background: #0a3585;
  padding: 0 16px 6px;
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
}
.blog-date span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  color: #fff;
  line-height: normal;
}
.blog-text h4 {
  color: #173e89;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 10px;
}
.blog-silder-box .blog-text h4,
.blog-silder-box .blog-text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-text {
  margin-top: 8px;
  padding: 12px 19px 20px;
}
.blog-text p,
.info-text p {
  color: #000;
  margin: 0;
}
.blog-btn {
  background: #173e89;
  color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 6px;
  display: inline-block;
  margin: 10px 0 0;
}
.blog-side-box {
  display: flex;
  padding: 18px 0;
  border-bottom: 2px solid #ababab;
}
.blog-side-img img {
  width: 90px;
  height: 63px;
  border-radius: 4px;
}
.blog-side-text {
  padding-left: 20px;
}
.blog-side-text h4 {
  font-weight: 600;
  font-size: 18px;
}
.footer-sec {
  background: #7f9eda;
}
.footer-list {
  padding: 0;
  margin: 0;
}
.footer-list li {
  margin-bottom: 14px;
}
.footer-list li a {
  color: #fff;
  position: relative;
  padding: 0 0 0 30px;
}
.footer-list li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f124";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  color: #db1f14;
  font-size: 14px;
  transform: rotate(45deg);
}
.footer-info h4 {
  color: #173e89;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}
.footer-info ul li {
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-info ul li i {
  background: #db1f14;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.footer-info ul li:hover i {
  background: #fff;
  color: #000;
}
.foot-info-text {
  width: calc(100% - 45px);
  text-align: left;
}
.foot-info-text a {
  color: #fff;
  font-family: inherit;
  font-weight: inherit;
}
.foot-info-text a:hover {
  color: #db1b14;
}
.social-icons a i {
  color: #fff;
  background: #db1f14;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  border-radius: 50%;
  font-size: 14px;
}
.social-icons {
  display: flex;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #fff;
  padding: 20px 0;
}
.footer-bottom p {
  margin: 0;
  color: #fff;
}
.footer-img img {
  width: 140px;
  height: 100px;
}
.footer-img p,
.info-text,
section.ct-sec a.about-btn {
  margin: 20px 0 0;
}
.inner-page-header {
  width: 100%;
  height: 350px;
  position: relative;
}
.inner-banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.heading-text {
  width: 100%;
  text-align: center;
}
.heading-text h1 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 18px;
}
.detail-text h4,
.event-details h3:hover,
.evrnt-text a p:hover,
.info-text h4,
section.ct-sec .about-box h5 {
  color: #173e89;
}
.heading-text ul {
  margin: 0 auto;
  background: #9999999e;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}
.heading-text ul li,
.heading-text ul li a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
}
section.about-inner .about-img img {
  width: 560px;
  height: 530px;
  object-fit: cover;
}
section.ct-sec .about-box {
  border: none;
  margin: 0;
  padding-right: 30px;
}
.service-card:hover .service-btn a,
section.ct-sec {
  background: #adadad;
}
.ct-sec-image {
  width: 100%;
  height: 550px;
}
section.ct-sec .about-box h2 {
  color: #db1f14;
  margin: 0 0 10px;
}
section.ct-sec .about-box p {
  color: #fff;
  margin: 15px 0 0;
}
section.ct-sec a.about-btn:hover {
  background: #db1f14;
  border-color: #db1f14;
  color: #fff;
}
.contact-img img {
  width: 100%;
  height: 500px;
}
.contact-row {
  justify-content: space-between;
}
.contact-iconbox {
  background: #fae5e3;
  padding: 30px 20px;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #fff;
  width: 32%;
}
.info-icon {
  text-align: center;
  background: #db1f14;
  width: 95px;
  height: 95px;
  color: #fff;
  display: grid;
  align-items: center;
  justify-items: center;
  border-radius: 50%;
  z-index: 99;
  position: relative;
  margin: 0 auto;
  font-size: 40px;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
.info-text h4 {
  font-weight: 600;
  font-size: 26px;
  margin: 0 0 10px;
}
.info-text ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.service-btn,
.service-btn a {
  display: grid;
  place-items: center;
}
.contact-iconbox:hover .info-icon {
  transform: rotateY(180deg) translateY(-5px);
  background: #fff;
  color: #000;
}
.map-arer {
  width: 95%;
  height: 500px;
}
.map-arer iframe {
  width: 100%;
  height: 100%;
}
.form-group {
  margin-bottom: 20px;
}
.contact-box {
  background: #f4f4f4;
  padding: 40px 30px;
  border-radius: 12px;
  height: 100%;
}
.contact-box h2 {
  color: #173e89;
  font-weight: 600;
  margin-bottom: 36px;
}
.contact-box .wpcf7-not-valid-tip,
.home-popup span[data-name="select-393"] .wpcf7-not-valid-tip {
  margin: 10px 0 0 !important;
}
button.btn.btn-contact {
  background: #000;
  color: #fff;
  padding: 6px 30px;
}
.service-text {
  padding: 60px 20px 30px;
}
.home-popup .wpcf7-response-output,
.service-text .event-details {
  margin: 0 !important;
}
.event-details h3 {
  color: #db1f14;
  margin: 0;
  font-size: 25px;
  font-weight: 600;
}
.event-details h3 a {
  all: inherit;
  display: inline-block;
}
a.btn.btn-lime {
  background: #db1f14;
  padding: 3px 26px !important;
  color: #000;
  font-size: 14px;
}
span.badge.bg-lime.position-absolute.top-0.start-0.m-3 {
  background: #db1f14;
  padding: 10px;
}
.service-row {
  justify-content: space-between;
  row-gap: 40px;
}
.service-card {
  width: 32%;
  border-radius: 30px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  background: #fff;
}
.service-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(-6.66%, 0, 0) scale(1.2);
  transition: opacity 0.35s, transform 0.45s, filter 0.35s;
  border-radius: 25px;
}
.service-card:hover .service-image img {
  transform: translate3d(0, 0, 0) scale(1.2);
}
.service-btn {
  position: absolute;
  right: 20px;
  top: 280px;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
}
.g-text,
.video-thumbnail:before {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.service-btn a {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #173e89;
  color: #fff;
  transition: 0.35s;
}
.service-btn i {
  transform: rotate(-45deg);
  transform-style: preserve-3d;
  transition: transform 0.35s linear;
  font-size: 18px;
}
.service-card:hover .service-btn a i {
  animation: 0.4s linear button-animation;
}
@keyframes button-animation {
  0%,
  100% {
    transform: translate(0, 0) rotate(-45deg);
    opacity: 1;
  }
  50% {
    transform: translate(28px, -28px) rotate(-45deg);
    opacity: 0;
  }
  51% {
    transform: translate(-28px, 28px) rotate(-45deg);
    opacity: 0;
  }
}
.counter-head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  font-size: 80px;
  color: #fff;
}
.counter-head h3 {
  font-size: inherit;
  color: inherit;
  margin: 0;
}
.counter-section p {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.counter,
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-contact:hover {
  background: #000;
}
.g-text {
  background: rgba(23, 62, 137, 0.5);
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.event-price,
.social-links i {
  background: #db1f14;
  color: #fff;
}
.g-text:hover {
  opacity: 1;
}
.g-text i {
  color: #fff;
  font-size: 50px;
}
.event-single-img {
  width: 100%;
  height: 600px;
  margin: 30px 0 0;
}
.event-detail-inner-text {
  width: 100%;
  margin: 30px 0 0;
}
.detail-text h3,
.detail-text h4,
.event-detail-inner-text h3 {
  color: #db1f14;
  font-weight: 600;
  margin: 20px 0 0;
}
.event-detail-inner-text h4 {
  color: #173e89;
  font-weight: 600;
  margin: 20px 0 0;
}
.detail-text ol li b,
.detail-text ol li strong,
.detail-text p b,
.detail-text p strong,
.detail-text ul li b,
.detail-text ul li strong,
.event-detail-inner-text ol li b,
.event-detail-inner-text ol li strong,
.event-detail-inner-text p b,
.event-detail-inner-text p strong,
.event-detail-inner-text ul li b,
.event-detail-inner-text ul li strong {
  color: #8aaced;
}
.detail-text ol,
.detail-text ul,
.event-detail-inner-text ol,
.event-detail-inner-text ul {
  margin: 0;
  padding: 0;
}
.detail-text ul li,
.event-detail-inner-text ul li {
  margin: 15px 0 0;
  list-style-type: square;
  list-style-position: inside;
}
.detail-text ol li,
.event-detail-inner-text ol li {
  margin: 15px 0 0;
  list-style-type: decimal;
  list-style-position: inside;
}
.event-detail-inner-text ol li ol,
.event-detail-inner-text ul li ul {
  padding: 0 0 0 20px;
}
.event-detail-inner-text ol li ol li,
.event-detail-inner-text ul li ul li {
  list-style-type: disclosure-closed;
  color: #454545;
}
.event-price {
  position: absolute;
  top: 0;
  padding: 2px 20px;
}
.event-card {
  width: 100%;
  padding: 30px 20px;
  background: #ebf1fd;
  border-radius: 10px;
  position: sticky;
  top: 100px;
}
.product-box,
.video-thumbnail {
  position: relative;
  overflow: hidden;
}
.event-details {
  margin-top: 30px;
}
.event-details p {
  font-size: 15px;
}
.event-card .event-details p i {
  margin: 0 10px 0 0;
  color: #173e89;
}
.event-card .social-links {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.la-event ul li,
.slider-content {
  align-items: center;
  display: flex;
}
.social-links i {
  padding: 10px;
  border-radius: 50%;
}
.product-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.video-thumbnail video {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}
.video-thumbnail video[poster] {
  aspect-ratio: 5/4;
  object-fit: cover;
}
.video-thumbnail:before {
  content: "\f144";
  font-family: FontAwesome;
  font-size: 60px;
  color: #fff;
  opacity: 0.8;
  z-index: 10;
  pointer-events: none;
}
.video-thumbnail.paused:before {
  content: "\f04c";
}
.heading-ser h2 {
  color: #000;
  background: #ffffffc2;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 28px;
}
.detail-image img,
.detail-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.la-event {
  width: 100%;
  padding: 30px;
  border-radius: 5px;
  border: 2px solid var(--primary-color);
  position: sticky;
  top: 100px;
}
.la-event ul li {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.la-event ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.la-event ul li .img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 2px solid #ddd;
}
.la-event ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.evrnt-text {
  width: calc(100% - 100px);
}
.evrnt-text p {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-weight: 600;
}
.evrnt-text h5 {
  font-size: 11px;
  margin: 10px 0;
  background: #000;
  color: #fff;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 30px;
}
.la-event h3 {
  color: #db1f14;
  font-weight: 600;
  margin-bottom: 30px;
}
.blog-side-text a {
  color: #000;
  font-size: 14px;
}
nav.navbar.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-contact {
  background: #db1f14;
  color: #fff;
  padding: 8px 20px;
}
.hero-img {
  position: relative;
  width: 100%;
  height: 700px;
}
.next-btn,
.prev-btn {
  background: #0a3586;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 0;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.prev-btn {
  left: 20px;
}
.next-btn {
  right: 20px;
}
.slider-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
.hero-slide-text {
  width: 55%;
  text-align: center;
  margin: 0 auto;
}
.slider-content a,
.slider-content button {
  pointer-events: auto;
}
.slide-btn a {
  background: #113a87;
  padding: 8px 24px;
  border-radius: 8px;
  margin: 13px;
  color: #fff;
}
.hero-slider ul.slick-dots {
  bottom: 70px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
  z-index: 99;
}
.hero-slider ul.slick-dots li {
  width: 20px !important;
  height: 20px !important;
  color: transparent !important;
  margin: 0 !important;
  background: 0 0 !important;
  padding: 0;
  border: none !important;
}
.hero-slider ul.slick-dots li.slick-active {
  color: transparent;
}
.hero-slider ul.slick-dots li button {
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #fff !important;
  background: 0 0;
}
.hero-slider ul.slick-dots li.slick-active button {
  border-color: #0d3886 !important;
  background: #0d3886;
}
.footer-bottom a {
  color: #173e89;
  font-weight: 600;
}
.slide-btn {
  margin-top: 29px;
}
.home-popup .modal-header {
  display: flex;
  justify-content: space-between;
}
.home-popup .modal-header h3 {
  color: var(--primary-color);
  font-weight: 600;
}
.popup-close {
  width: 30px;
  height: 30px;
  font-size: 15px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #db1f14;
  color: var(--white-color);
  outline: 0;
  border: none;
}
.popup-area,
.popup-form select,
.popup-input {
  background: var(--white-color);
  padding: 10px;
  transition: 0.3s;
}
.pagination .page-numbers:hover,
.popup-close:hover {
  background: var(--black-color);
}
.popup-input {
  width: 100%;
  margin: 0 0 15px;
  border: 1px solid rgba(7, 17, 6, 0.1);
  border-radius: 4px;
  color: #777c90;
  outline: 0;
}
.popup-area,
.popup-submit {
  width: 100%;
  outline: 0;
  margin: 15px 0 0;
}
.popup-area:focus,
.popup-input:focus {
  border-color: #db1f14;
}
.popup-form select {
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid rgba(7, 17, 6, 0.1);
  border-radius: 4px;
  color: #777c90;
  outline: 0;
}
.popup-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 50% !important;
  right: 1px;
  width: 20px;
  transform: translateY(-50%) !important;
  height: auto !important;
}
.popup-form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 10px !important;
  height: auto !important;
  line-height: normal !important;
}
.popup-form .select2-container .select2-selection--single {
  height: auto !important;
}
.popup-form .select2-container {
  width: 100% !important;
}
.popup-form
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.popup-form .select2-container--default .select2-selection--single {
  border-radius: 4px !important;
  background-color: var(--white-color) !important;
  border: 1px solid rgba(7, 17, 6, 0.1) !important;
  transition: 0.3s;
}
.popup-form .select2-container--default .select2-selection--single:focus {
  border-color: #db1f14 !important;
}
.popup-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  color: #777c90;
  font-family: Poppins;
}
.popup-area {
  height: 100px;
  border: 1px solid rgba(7, 17, 6, 0.1);
  border-radius: 4px;
  color: #777c90;
}
.popup-submit {
  border-radius: 5px;
  padding: 10px 0;
  border: none;
  background: #db1f14;
  color: var(--white-color);
}
.pagination .page-numbers.current,
.popup-submit:hover {
  background: var(--primary-color);
}
.home-popup.modal {
  z-index: 9999;
}
.home-popup .modal-body {
  padding: 10px 15px 15px;
}
.home-popup .wpcf7-not-valid-tip {
  margin: 0 0 10px !important;
}
.pagination {
  margin: 20px 0 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.pagination .page-numbers {
  display: grid;
  place-items: center;
  padding: 5px 15px;
  background: var(--secondary-color);
  color: var(--white-color);
}
@media only screen and (max-width: 1399.2px) {
  .container {
    max-width: 90%;
    margin: 0 auto;
  }
  .slider-content .slide-heading,
  h1 {
    font-size: 45px;
  }
  .counter-head {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1301px) {
  .counter-head {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1280px) {
  .slider-content .slide-heading,
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .counter-head {
    font-size: 65px;
  }
  .info-icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 1255.2px) {
  .g-text i,
  .slider-content .slide-heading,
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 28px;
  }
  .event-details h3,
  .footer-info h4,
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 16px;
  }
  .pb-6 {
    padding-bottom: 40px;
  }
  .pt-6 {
    padding-top: 40px;
  }
  .hero-slider ul.slick-dots {
    bottom: 30px;
  }
  .hero-slider ul.slick-dots li,
  .hero-slider ul.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
  }
  .slide-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
  .slide-btn a {
    margin: 0;
  }
  .hero-slide-text,
  .team-head {
    width: 65%;
  }
  .service-btn i,
  .slider-content .slide-subtitle {
    font-size: 15px;
  }
  .hero-img {
    height: 650px;
  }
  .counter-head {
    font-size: 60px;
  }
  .about-box h5 {
    font-size: inherit;
  }
  .service-row {
    justify-content: center;
    column-gap: 20px;
  }
  .service-card {
    width: 31%;
  }
  .blog-img img,
  .service-image {
    height: 250px;
  }
  .service-btn {
    width: 60px;
    height: 60px;
    top: 230px;
  }
  .service-btn a {
    width: 45px;
    height: 45px;
  }
  .service-text {
    padding: 40px 20px 30px;
  }
  span.badge.bg-lime.position-absolute.top-0.start-0.m-3 {
    font-size: 12px;
  }
  .g-img {
    height: 300px;
  }
  .info-icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
  .info-text h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1201px) {
  .slider-content .slide-heading,
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 25px;
  }
  .footer-list h4,
  h4 {
    font-size: 22px;
  }
  .navbar-mean ul li {
    padding: 0 30px 0 0;
  }
  .hero-img {
    height: 600px;
  }
  .blog-img img {
    height: 250px;
  }
  .blog-date span {
    font-size: 18px;
  }
  .footer-sec li,
  .footer-sec p {
    font-size: 13px;
  }
  .counter-head {
    font-size: 55px;
  }
  .team-head {
    width: 70%;
  }
  .evrnt-text {
    width: 100%;
    margin: 10px 0 0;
  }
  .click-btn {
    top: 4px;
    right: 12px;
  }
}
@media only screen and (max-width: 1101px) {
  .footer-list h4 {
    font-size: 20px;
  }
  .counter-head {
    font-size: 50px;
  }
  .team-img {
    height: 320px;
  }
  .ct-sec .row {
    align-items: unset !important;
  }
  .ct-sec-image,
  section.ct-sec .desktop-view {
    height: 100%;
  }
  section.ct-sec .about-box {
    padding: 40px 30px 40px 0;
  }
}
@media only screen and (max-width: 1025px) {
  .counter-head {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991.2px) {
  .contact-row,
  .footer-row {
    row-gap: 30px;
  }
  .slider-content .slide-heading,
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 32px;
  }
  .info-text h4,
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 21px;
  }
  .counter-section p,
  h5 {
    font-size: 16px;
  }
  .heading-text ul li,
  .heading-text ul li a,
  h6,
  p {
    font-size: 14px;
  }
  .about-founder img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    margin-top: 43px;
  }
  section.about-sec .row {
    flex-direction: column-reverse;
  }
  .creative-showcase--slider .swiper-slide {
    min-height: 500px;
    padding: 60px 0;
  }
  .slide-container .slide-row .slider-content {
    margin-left: 24px;
    padding-left: 15px;
    padding-right: 15px;
    width: 95%;
  }
  .desktop-view,
  .navbar-mean,
  .offcanvas-body .navbar-mean ul li ul.sub-menu,
  .offcanvas-body .navbar-mean ul li:hover > ul.sub-menu {
    display: none;
  }
  .footer-sec {
    background-size: cover;
  }
  .navbar-btn {
    width: 72%;
    text-align: right;
  }
  .offcanvas.offcanvas-start {
    background: var(--white-color) !important;
  }
  .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .offcanvas-header .close-btn {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    flex-shrink: 0;
    background: #000;
    color: var(--white-color);
    border: none;
    outline: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .offcanvas-header .close-btn:hover {
    background: #173e89;
  }
  .offcanvas-body .navbar-mean {
    display: block;
  }
  .offcanvas-body .navbar-mean .navbar-mean ul li a {
    color: #000;
  }
  .about-img-space img {
    filter: contrast(0.2);
    margin-right: 27px;
    opacity: 0.3;
  }
  .offcanvas-body .navbar-mean ul li a {
    color: #000;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
    display: block;
    font-size: 16px;
    color: var(--black-color) !important;
  }
  .offcanvas-body .navbar-mean ul {
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .offcanvas-body .navbar-mean ul li {
    width: 100%;
    padding: 0;
  }
  .offcanvas-body .navbar-mean ul li.active a {
    background: #db1b14;
    color: var(--white-color) !important;
  }
  .offcanvas-body .navbar-mean ul li a:hover {
    background: #000;
    color: var(--white-color) !important;
  }
  .click-btn {
    top: 12px;
    right: 10px;
    transition: 0.3s;
  }
  .click-toggle {
    transform: rotate(180deg);
  }
  .offcanvas-body .navbar-mean ul li a:hover + .click-btn {
    color: #fff;
  }
  .offcanvas-body .navbar-mean ul li ul.sub-menu {
    position: static;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    opacity: 1;
    overflow: unset;
  }
  .offcanvas-body .navbar-mean ul li ul li a {
    color: var(--white-color) !important;
  }
  .offcanvas-body .navbar-btn {
    width: 100%;
    margin: 20px 0 0;
    text-align: left;
    display: none;
  }
  .counter-section.pt-3.pb-3 {
    text-align: center;
  }
  .counter-section .row {
    row-gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .col-lg-3.col-md-6.col-sm-6.counter-up {
    background: #000;
    padding: 20px;
    width: 48%;
    border: 2px solid #cd9225;
    border-radius: 10px;
  }
  button.btn.btn-navar {
    background: #173e89;
    color: #fff;
    display: block;
  }
  .hero-slide-text,
  .team-head {
    width: 80%;
  }
  .hero-slider ul.slick-dots {
    gap: 5px;
  }
  .next-btn,
  .prev-btn {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .about-img,
  .hero-img {
    height: 500px;
  }
  .mobile-view {
    display: block;
    margin: 0 0 30px;
  }
  .about-sec.mt-5 {
    margin-top: 0 !important;
  }
  .about-box {
    padding: 0;
    float: unset;
    width: 100%;
  }
  .about-img img {
    height: 100%;
  }
  .services-slider-container {
    justify-content: flex-start;
    margin: 20px 0 0;
  }
  .services-slider-container button.slick-next,
  .services-slider-container button.slick-prev {
    padding: 5px 15px;
    font-size: 14px;
  }
  .services-box {
    margin: 0 10px;
  }
  .contact-box h2,
  .footer-info h4,
  .footer-list h4,
  .la-event h3 {
    margin: 0 0 20px;
  }
  .g-img,
  .services-img img {
    height: 350px;
  }
  .about-box h5,
  .blog-date span {
    font-size: 15px;
  }
  .counter-head {
    font-size: 45px;
  }
  section.about-inner .about-img img {
    width: 100%;
    height: 500px;
  }
  .team-img {
    height: 400px;
  }
  section.ct-sec .about-box {
    padding: 40px 60px;
  }
  .ct-sec-image {
    height: 500px;
    margin: 30px 0 0;
  }
  .inner-page-header,
  .service-image {
    height: 300px;
  }
  .heading-text h1 {
    margin-bottom: 10px;
  }
  .heading-text ul {
    padding: 5px 15px;
  }
  .form-group,
  .popup-input {
    margin: 0 0 10px;
  }
  .contact-box input[type="submit"],
  .detail-text p,
  .event-detail-inner-text ol li,
  .event-detail-inner-text p,
  .event-detail-inner-text ul li,
  .popup-area {
    margin: 10px 0 0;
  }
  .blog-box,
  .service-card {
    width: 47%;
  }
  .service-btn {
    top: 280px;
  }
  .event-details h3 {
    font-size: 22px;
  }
  .blog-img img {
    height: 280px;
  }
  .contact-row {
    justify-content: center;
    column-gap: 20px;
  }
  .contact-iconbox {
    width: 47%;
    padding: 20px;
  }
  .contact-box,
  .la-event {
    padding: 30px 20px;
  }
  .info-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  .contact-inner-row {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
  .map-arer {
    width: 100%;
    height: 450px;
  }
  .detail-image img,
  .detail-img img {
    height: 600px;
  }
  .detail-text h3,
  .detail-text h4,
  .event-detail-inner-text h3,
  .event-detail-inner-text h4 {
    margin: 15px 0 0;
  }
  .la-event {
    width: 100%;
    margin: 40px 0 0;
  }
  .evrnt-text {
    width: calc(100% - 100px);
    margin: 0;
  }
  .event-single-img {
    height: 500px;
    margin: 20px 0 0;
  }
  .event-detail-inner-text {
    margin: 20px 0 0;
  }
  .notfound .notfound-404 h1 {
    font-size: 100px !important;
  }
  .notfound .notfound-404 {
    height: auto !important;
  }
}
@media only screen and (max-width: 901px) {
  .navbar-btn {
    width: 70%;
  }
  .about-img,
  .ct-sec-image,
  .event-single-img,
  section.about-inner .about-img img {
    height: 450px;
  }
  .counter-head {
    font-size: 40px;
  }
  .service-image {
    height: 280px;
  }
  .service-btn {
    top: 260px;
  }
  .g-img {
    height: 300px;
  }
  .map-arer {
    height: 420px;
  }
  .detail-image img,
  .detail-img img {
    height: 550px;
  }
}
@media only screen and (max-width: 767.2px) {
  label,
  li {
    font-size: 13px;
  }
  .slider-content .slide-heading,
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
  }
  .hero-slide-text,
  .team-head {
    width: 90%;
  }
  .hero-img {
    height: 450px;
  }
  .navbar-btn {
    width: 65%;
  }
  .about-img,
  .ct-sec-image,
  .event-single-img,
  .map-arer,
  section.about-inner .about-img img {
    height: 400px;
  }
  .services-img img,
  .team-img {
    height: 350px;
  }
  .blog-img img,
  .inner-page-header,
  .service-image {
    height: 250px;
  }
  .counter-head {
    font-size: 36px;
  }
  section.ct-sec .about-box {
    padding: 40px 50px;
  }
  .service-btn {
    top: 230px;
  }
  .detail-image img,
  .detail-img img {
    height: 500px;
  }
}
@media only screen and (max-width: 741px) {
  .single-blog-banner {
    height: 300px;
  }
  .single-blog-banner ul {
    width: 100%;
    text-align: left;
    align-items: unset;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 701px) {
  .about-img,
  .ct-sec-image,
  .event-single-img,
  .map-arer,
  section.about-inner .about-img img {
    height: 380px;
  }
  .services-img img {
    height: 300px;
  }
  .counter-head {
    font-size: 34px;
  }
  .service-image {
    height: 220px;
  }
  .service-btn {
    top: 200px;
  }
  .blog-row .blog-box {
    margin: 30px 0 0;
  }
  .g-img {
    height: 280px;
  }
  .info-text a,
  .info-text p {
    font-size: 13px;
  }
  .detail-image img,
  .detail-img img {
    height: 450px;
  }
}
@media only screen and (max-width: 651px) {
  .about-img,
  .blog-img img,
  .ct-sec-image,
  .event-single-img,
  .map-arer,
  .services-img img,
  section.about-inner .about-img img {
    height: 350px;
  }
  .navbar-btn {
    width: 60%;
  }
  .footer-bottom .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center;
  }
  .social-icons {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
  }
  .social-icons a i {
    margin: 0;
  }
  .counter-head {
    font-size: 32px;
  }
  .team-img {
    height: 500px;
  }
  .blog-row .blog-img img,
  .g-img {
    height: 250px;
  }
  .detail-image img,
  .detail-img img {
    height: 400px;
  }
}
@media only screen and (max-width: 601px) {
  section.ct-sec .about-box {
    padding: 40px;
  }
}
@media only screen and (max-width: 575.2px) {
  .counter-head,
  .slider-content .slide-heading,
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  .blog-row .blog-box,
  .col-lg-3.col-md-6.col-sm-6.counter-up,
  .contact-iconbox,
  .service-card,
  .team-head {
    width: 100%;
  }
  .creative-showcase--slider .swiper-slide {
    min-height: 432px;
    padding: 40px 0;
  }
  .about-img,
  .blog-img img,
  .ct-sec-image,
  .event-single-img,
  .map-arer,
  .service-image,
  .services-img img,
  section.about-inner .about-img img {
    height: 300px;
  }
  .footer-info ul li i,
  .social-icons a i {
    width: 30px;
    height: 30px;
  }
  .foot-info-text {
    width: calc(100% - 40px);
  }
  .navbar-btn {
    width: 55%;
  }
  .footer-row {
    row-gap: 20px;
  }
  .team-img {
    height: 450px;
  }
  .service-row {
    justify-content: space-between;
    column-gap: 0;
    row-gap: 30px;
  }
  .service-btn {
    top: 280px;
  }
  .blog-row,
  .contact-row {
    justify-content: space-between;
    column-gap: 0;
  }
  .blog-row .blog-img img,
  .g-img {
    height: 350px;
  }
  .detail-image img,
  .detail-img img {
    height: 380px;
  }
  .inner-page-header {
    height: 280px;
  }
  .notfound h2 {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 501px) {
  .counter-head,
  .slider-content .slide-heading,
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 25px;
  }
  .about-img,
  .blog-img img,
  .ct-sec-image,
  .event-single-img,
  .map-arer,
  .services-img img,
  section.about-inner .about-img img {
    height: 250px;
  }
  .navbar-btn {
    width: 50%;
  }
  .team-img {
    height: 400px;
  }
  section.ct-sec .about-box {
    padding: 40px 35px;
  }
  .service-image {
    height: 250px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .service-btn {
    top: 230px;
  }
  .blog-row .blog-img img,
  .g-img {
    height: 300px;
  }
  .detail-image img,
  .detail-img img {
    height: 350px;
  }
}
@media only screen and (max-width: 481px) {
  .counter-head,
  .slider-content .slide-heading,
  h1 {
    font-size: 25px;
  }
  .navbar-btn {
    display: none;
  }
  .offcanvas-body .navbar-btn {
    display: block;
  }
  .slider-content .slide-subtitle {
    font-size: 13px;
  }
  .team-img {
    height: 380px;
  }
  .blog-row .blog-img img,
  .g-img {
    height: 280px;
  }
  .detail-image img,
  .detail-img img {
    height: 300px;
  }
}
@media only screen and (max-width: 451px) {
  .evrnt-text {
    width: 100%;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 414px) {
  .slider-content .slide-heading {
    font-size: 24px;
  }
  .team-img {
    height: 350px;
  }
  section.ct-sec .about-box {
    padding: 40px 30px;
  }
  .blog-row .blog-img img,
  .g-img {
    height: 250px;
  }
  .detail-image img,
  .detail-img img {
    height: 280px;
  }
  .inner-page-header {
    height: 300px;
  }
  .notfound h2 {
    font-size: 16px !important;
  }
  .notfound .notfound-404 h1 {
    font-size: 80px !important;
  }
}
@media only screen and (max-width: 376px) {
  .hero-slide-text {
    padding: 0 15px;
  }
  .hero-img {
    height: 500px;
  }
  .team-img {
    height: 300px;
  }
  .service-image {
    height: 220px;
  }
  .service-btn {
    top: 200px;
  }
  .detail-image img,
  .detail-img img {
    height: 250px;
  }
}
@media only screen and (max-width: 351px) {
  .about-img,
  .blog-img img,
  .blog-row .blog-img img,
  .detail-image img,
  .detail-img img,
  .event-single-img,
  .g-img,
  .map-arer,
  .services-img img {
    height: 220px;
  }
  .hero-img {
    height: 550px;
  }
  .team-img {
    height: 250px;
  }
  .inner-page-header {
    height: 320px;
  }
}
@media only screen and (max-width: 331px) {
  .inner-page-header {
    height: 350px;
  }
}
