body {
  font-family: 'Nunito Sans', sans-serif;
}

ul {
  list-style: none;
  padding: 0;
}


h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #ef3f3e;
}

a:focus {
  text-decoration: none;
  color: #ef3f3e;
}


.button {
  background: #ef3f3e;
  color: #fff !important;
  display: inline-block;
  transition: 0.3s;
  padding: 17px 45px 17px 45px;
  font-weight: bold;
  border: 1px solid #ef3f3e;
  border-radius: 30px;
}

.button:hover {
  background: #fff !important;
  color: #ef3f3e !important;
}

.button_1 {
  background: #fff;
  color: #ef3f3e !important;
  display: inline-block;
  transition: 0.3s;
  padding: 17px 45px 17px 45px;
  font-weight: bold;
  border: 1px solid #ef3f3e;
  border-radius: 30px;
}

.button_1:hover {
  background: #ef3f3e !important;
  color: #fff !important;
}



.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.col_red {
  color: #ef3f3e !important;
}

.bg_red {
  background: #ef3f3e !important;
}

.bg_back {
  background: hsl(0deg 0% 100% / 10%);
}

.bg_dark {
  background: #1b1b1b;
}

.bg_dark_o {
  background: #1e1e1e;
}

hr {
  opacity: 1;
  background-color: #f9dddd;
}

.font_14 {
  font-size: 14px;
}

.font_12 {
  font-size: 12px;
}

.font_13 {
  font-size: 13px;
}

.font_60 {
  font-size: 60px;
}

.line {
  height: 4px !important;
  width: 80px;
  background-color: #ef3f3e;
}


.p_3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.border_1 {
  border: 1px solid #f9dddd;
}

.carousel_p .carousel-indicators {
  bottom: -60px !important;
}

.carousel_p {
  padding-bottom: 70px !important;
}

.rounded_30 {
  border-radius: 30px !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

/*********************top****************/
.main_1 {
  z-index: 2;
}

/*********************top_end****************/

/*********************header****************/
.nav_hide:after {
  display: none;
}

#header {
  background-color: #3E54BE
}

.bg-red {
  background-color: #A10808;
}

#header .navbar-brand {
  font-size: 34px;
  margin-right: 30px;
  margin-top: 2px;
}

.navbar-collapse {
  align-items: start;
}

#header .nav-link {
  padding: 20px 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#header .nav-link:hover {
  background: none;
  color: #A10808;
}

#header .nav-link:focus {
  background: none;
  color: #fff;
}

#header .active {
  background: none;
  color: #fff;
}

#header .link_1 {
  padding: 6px 12px !important;
}


.drop_1 {
  min-width: 220px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: #fff;
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
}

.drop_1 a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f9dddd;
  color: #333;
  font-weight: bold;
}

.drop_1 a:hover {
  background: none;
  color: #ef3f3e;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.8);
}

.sticky {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}

#header .form-select {
  height: 35px;
  font-size: 14px;
}

.nav_right {
  margin-top: 20px;
}

/*********************header_end****************/


/*********************common****************/
.pages ul li {
  display: inline-block;
}

.pages ul li a {
  display: block;
  color: #0c121d;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #f9dddd;
  background: #fff;
}

.pages ul li a:hover {
  background: #ef3f3e;
  border: 1px solid #ef3f3e;
}

.pages ul li a:hover {
  color: #fff !important;
}

.act {
  background: #ef3f3e !important;
  border: 1px solid #ef3f3e !important;
  color: #fff !important;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 2px 0 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
}

.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.form-control:focus {
  box-shadow: none;
  border-color: #f9dddd;
}

.form-select:focus {
  box-shadow: none;
  border-color: #f9dddd;
}

.form-control {
  border-color: #f9dddd;
  box-shadow: none;
  border-radius: 0;
  height: 55px;
}

.form-select {
  border-color: #f9dddd;
  box-shadow: none;
  border-radius: 0;
  height: 55px;
  color: #777;
}

.shadow_box {
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
}

.carousel-indicators [data-bs-target] {
  background-color: #ef3f3e;
}

.input-group .form-control {
  height: auto;
}

.input-group .form-control:focus {
  box-shadow: none;
}

.form-check .form-check-input:checked {
  background-color: #ef3f3e;
  border-color: #ef3f3e;
}

.form_text {
  height: 150px !important;
}

.main_o1 {
  background-color: #000000ba;
}

.center_o {
  padding-top: 100px;
  padding-bottom: 100px;
}

.offer_2mi img {
  border-radius: 30px 30px 0px 0px;
}

.offer_2m2 {
  border-radius: 0px 0px 30px 30px;
}

.offer_2mi2 span a {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.about_pg1li .col-md-4 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

/*********************common_end****************/

#carouselExampleCaptions .carousel-control-custom {
  width: 50px;
  height: 50px;
  background-color: #DA2A20;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: background-color 0.3s, transform 0.3s;
}

#carouselExampleCaptions .carousel-control-custom:hover {
  background-color: #b8231b;
  transform: scale(1.1);
}

#carouselExampleCaptions .carousel-control-prev,
#carouselExampleCaptions .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}



#carouselExampleCaptions .carousel-control-custom i {
  color: #fff;
  font-size: 20px;
}

/* **************about*************** */
#home-about {
  margin: 60px 0;
}

.home-about .image-gallery {
  position: relative;
  height: 100%;
}

.home-about .image-gallery .primary-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.home-about .image-gallery .primary-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.home-about .image-gallery .primary-image .experience-badge {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: linear-gradient(135deg, #077f46,
      color-mix(in srgb, #077f46, black 20%));
  border-radius: 16px;
  padding: 1.5rem;
  color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.home-about .image-gallery .primary-image .experience-badge .badge-content {
  text-align: center;
}

.home-about .image-gallery .primary-image .experience-badge .badge-content .number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.home-about .image-gallery .primary-image .experience-badge .badge-content .text {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0.9;
}

.home-about .image-gallery .secondary-image {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: 60%;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid var(--surface-color);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.home-about .image-gallery .secondary-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.home-about .content {
  padding-left: 2rem;
}

.home-about .content .section-header {
  margin-bottom: 2rem;
}

.home-about .content .section-header .section-label {
  display: inline-block;
  background-color: #A10808;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.home-about .content .section-header h2 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

.home-about .content p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: #000;
}

.home-about .content .achievements-list {
  margin-bottom: 2.5rem;
}

.home-about .content .achievements-list .achievement-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.home-about .content .achievements-list .achievement-item .achievement-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color:
    color-mix(in srgb, #3B5998 transparent 90%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about .content .achievements-list .achievement-item .achievement-icon i {
  font-size: 1.4rem;
  color: #fff;
}

.home-about .content .action-section {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.home-about .content .action-section .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #A10808;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.home-about .content .action-section .contact-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-about .content .action-section .contact-info .contact-icon {
  width: 40px;
  height: 40px;
  background-color: #ffff;
  border: 2px solid color-mix(in srgb, #077f46, transparent 80%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about .content .action-section .contact-info .contact-details {
  display: flex;
  flex-direction: column;
}

.home-about .content .action-section .contact-info .contact-details span {
  font-size: 0.85rem;
  color:
    color-mix(in srgb, #103524, transparent 40%);
  margin-bottom: 0.1rem;
}

.home-about .content .action-section .contact-info .contact-details strong {
  font-size: 1rem;
  color: #103524;
  font-weight: 700;
}

.holi_1r1 img {
  height: 300px;
  object-fit: cover;
}

/*********************footer****************/
#footer a {
  color: #fff;
  transition: 0.4s all;
}

#footer a:hover {
  letter-spacing: 0.3px;
}

/*********************footer_end****************/

/* ******owl dots***** */

/* Custom Nav Arrows */

.offer-carousel .owl-nav i {
  font-size: 24px;
  color: #DA2A20;
  background: white;
  border-radius: 50%;
  padding: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.offer-carousel .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  transition: 0.4s all;
}

.offer-carousel .owl-nav button:hover {
  background-color: transparent !important;
}

.offer-carousel .owl-nav button {
  background: transparent;
  border: none;
}

/* Custom Dots */
.offer-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.offer-carousel .owl-dot span {
  width: 14px !important;
  height: 14px !important;
  margin: 5px;
  border-radius: 50%;
  background: #3E54BE !important;
  display: inline-block;
  transition: 0.3s;
}

.offer-carousel .owl-dot span .active {
  background: #DA2A20 !important;
  width: 30px !important;
}


/* ******owl dots***** */


/* *****testimonials******* */
.testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.testimonial-card img {
  height: 60px !important;
  width: 60px !important;
  object-fit: cover;
}

.testimonial-carousel .owl-nav i {
  font-size: 22px;
  color: #DA2A20;
  background: white;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.testimonial-carousel .owl-nav button:hover {
  background-color: transparent !important;
}

.owl-nav button:hover i {
  background: #DA2A20;
  color: white;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  width: 14px;
  height: 14px;
  background: #ccc;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
}

.owl-dot.active {
  background: #DA2A20;
}

/* *****testimonials******* */
@media screen and (max-width : 767px) {
  .navbar-collapse {
    max-height: 300px;
    overflow-y: scroll;
    border-top: 1px solid #323131;
    margin-top: 15px;
  }

  .home-about .image-gallery .secondary-image {

    right: 0rem;

  }

  #header .nav-link {
    font-size: 26px !important;
    border-bottom: 1px solid #323131;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar .navbar-toggler {
    box-shadow: none !important;
    background: #fbfbfb;
    border: none;
    border-radius: 0;
    margin-top: 0;
  }

  .drop_1 {
    margin-top: 0 !important;
    min-width: 100%;
  }

  .drop_1 a {
    font-size: 24px;
    padding-left: 40px;
  }

  .nav_right {
    margin-top: 0;
  }

  .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: rgba(0, 0, 0, 1);
  }

  .sticky .drop_1 {
    margin-top: 0 !important;
  }

  .line {
    margin-left: auto;
    margin-right: auto;
  }

  .pages ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .center_sm {
    text-align: center !important;
  }

  #header .mx-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #header .form-select {
    margin-top: 15px;
  }

  #header .link_1 {
    margin-top: 15px;
  }

  .main_3 {
    position: static !important;
  }

  .offer_2m {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .holi_1l {
    text-align: center;
  }

  .holi_1l br {
    display: none;
  }

  .holi_1l p {
    text-align: left;
  }

  .testim_1i1 p {
    text-align: left;
  }

  .testim_1i1 br {
    display: none;
  }

  .footer_1lil h3 {
    text-align: center;
  }

  .footer_1lim {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer_1l h5 {
    text-align: center;
  }

  .footer_1r h5 {
    text-align: center;
  }

  .footer_3ism h6 {
    margin-top: 10px !important;
  }

  .footer_1ril {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer_1ririr h5 {
    text-align: left;
  }

  .footer_b_1l {
    text-align: center;
  }

  .footer_b_1r {
    text-align: left !important;
  }

  .home-about .content .action-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

@media (min-width:576px) and (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }

  .drop_1 {
    left: auto !important;
    right: 0 !important;
  }

  #header .nav-link {
    padding: 10px 4px;
    font-size: 12px;
  }

  #header .navbar-brand {
    font-size: 20px;
    margin-right: 10px;
  }

  .footer_1lil h3 a {
    font-size: 20px !important;
  }

  #footer h6 {
    font-size: 13px;
  }

  #footer p {
    font-size: 13px;
  }

  #footer h5 {
    font-size: 14px;
    margin-top: 10px;
  }

  .footer_1ririr h5 {
    margin-top: 0 !important;
  }

  .nav_right {
    margin-top: 3px;
  }

  #header .link_1 {
    background: none;
    color: #ef3f3e;
    border: none;
  }

  #header .link_1:hover {
    background: none !important;
    color: #ef3f3e;
  }
}

@media (min-width:871px) and (max-width:991px) {
  #header .nav-link {
    padding: 10px 10px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }

  .drop_1 {
    left: auto !important;
    right: 0 !important;
  }

  #header .nav-link {
    padding: 27px 13px;
  }

  .footer_1lil h3 a {
    font-size: 20px !important;
  }

  #footer h6 {
    font-size: 14px;
  }

  #footer p {
    font-size: 14px;
  }

  #footer h5 {
    font-size: 16px;
    margin-top: 10px;
  }

  .footer_1ririr h5 {
    margin-top: 0 !important;
  }
}

@media (min-width:1201px) and (max-width:1360px) {}



.col_red {
  color: #ef3f3e !important;
}

.bg_red {
  background: #ef3f3e !important;
}

.bg_back {
  background: hsl(0deg 0% 100% / 10%);
}

.bg_dark {
  background: #1b1b1b;
}

.bg_dark_o {
  background: #1e1e1e;
}

hr {
  opacity: 1;
  background-color: #f9dddd;
}

.font_14 {
  font-size: 14px;
}

.font_12 {
  font-size: 12px;
}

.font_13 {
  font-size: 13px;
}

.font_60 {
  font-size: 60px;
}

.line {
  height: 4px !important;
  width: 80px;
  background-color: #ef3f3e;
}


.p_3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.border_1 {
  border: 1px solid #f9dddd;
}

.carousel_p .carousel-indicators {
  bottom: -60px !important;
}

.carousel_p {
  padding-bottom: 70px !important;
}

.rounded_30 {
  border-radius: 30px !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

/*********************top****************/
.main_1 {
  z-index: 2;
}

/*********************top_end****************/

/*********************header****************/
.nav_hide:after {
  display: none;
}

#header {
  background-color: #fff
}

.bg-red {
  background-color: #A10808;
}

#header .navbar-brand {
  font-size: 34px;
  margin-right: 30px;
  margin-top: 2px;
}

.navbar-collapse {
  align-items: start;
}

#header .nav-link {
  padding: 20px 10px;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

#header .nav-link:hover {
  background: none;
  color: #A10808;
}

#header .nav-link:focus {
  background: none;
  color: #000;
}

#header .active {
  background: none;
  color: #A10808;
}

#header .link_1 {
  padding: 6px 12px !important;
}


.drop_1 {
  min-width: 220px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: #fff;
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
}

.drop_1 a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f9dddd;
  color: #333;
  font-weight: bold;
}

.drop_1 a:hover {
  background: none;
  color: #ef3f3e;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 3;
  background-color: #fff;
}

.sticky {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}

#header .form-select {
  height: 35px;
  font-size: 14px;
}

.nav_right {
  margin-top: 20px;
}

/*********************header_end****************/


/*********************common****************/
.pages ul li {
  display: inline-block;
}

.pages ul li a {
  display: block;
  color: #0c121d;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #f9dddd;
  background: #fff;
}

.pages ul li a:hover {
  background: #ef3f3e;
  border: 1px solid #ef3f3e;
}

.pages ul li a:hover {
  color: #fff !important;
}

.act {
  background: #ef3f3e !important;
  border: 1px solid #ef3f3e !important;
  color: #fff !important;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 2px 0 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
}

.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.form-control:focus {
  box-shadow: none;
  border-color: #f9dddd;
}

.form-select:focus {
  box-shadow: none;
  border-color: #f9dddd;
}

.form-control {
  border-color: #f9dddd;
  box-shadow: none;
  border-radius: 0;
  height: 55px;
}

.form-select {
  border-color: #f9dddd;
  box-shadow: none;
  border-radius: 0;
  height: 55px;
  color: #777;
}

.shadow_box {
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
}

.carousel-indicators [data-bs-target] {
  background-color: #ef3f3e;
}

.input-group .form-control {
  height: auto;
}

.input-group .form-control:focus {
  box-shadow: none;
}

.form-check .form-check-input:checked {
  background-color: #ef3f3e;
  border-color: #ef3f3e;
}

.form_text {
  height: 150px !important;
}

.main_o1 {
  background: url(../img/bangkok.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.center_o {
  padding-top: 100px;
  padding-bottom: 100px;
}

.offer_2mi img {
  border-radius: 30px 30px 0px 0px;
}

.offer_2m2 {
  border-radius: 0px 0px 30px 30px;
}

.offer_2mi2 span a {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.about_pg1li .col-md-4 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

/*********************common_end****************/

#carouselExampleCaptions .carousel-control-custom {
  width: 50px;
  height: 50px;
  background-color: #DA2A20;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: background-color 0.3s, transform 0.3s;
}

#carouselExampleCaptions .carousel-control-custom:hover {
  background-color: #b8231b;
  transform: scale(1.1);
}

#carouselExampleCaptions .carousel-control-prev,
#carouselExampleCaptions .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}



#carouselExampleCaptions .carousel-control-custom i {
  color: #fff;
  font-size: 20px;
}

/* **************about*************** */
#home-about {
  margin: 60px 0;
}

.home-about .image-gallery {
  position: relative;
  height: 100%;
}

.home-about .image-gallery .primary-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.home-about .image-gallery .primary-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.home-about .image-gallery .primary-image .experience-badge {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: linear-gradient(135deg, #077f46,
      color-mix(in srgb, #077f46, black 20%));
  border-radius: 16px;
  padding: 1.5rem;
  color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.home-about .image-gallery .primary-image .experience-badge .badge-content {
  text-align: center;
}

.home-about .image-gallery .primary-image .experience-badge .badge-content .number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.home-about .image-gallery .primary-image .experience-badge .badge-content .text {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0.9;
}

.home-about .image-gallery .secondary-image {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: 60%;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid var(--surface-color);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.home-about .image-gallery .secondary-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.home-about .content {
  padding-left: 2rem;
}

.home-about .content .section-header {
  margin-bottom: 2rem;
}

.home-about .content .section-header .section-label {
  display: inline-block;
  background-color: #A10808;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.home-about .content .section-header h2 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

.home-about .content p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: #000;
}

.home-about .content .achievements-list {
  margin-bottom: 2.5rem;
}

.home-about .content .achievements-list .achievement-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.home-about .content .achievements-list .achievement-item .achievement-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color:
    color-mix(in srgb, #3B5998 transparent 90%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about .content .achievements-list .achievement-item .achievement-icon i {
  font-size: 1.4rem;
  color: #fff;
}

.home-about .content .action-section {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.home-about .content .action-section .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #A10808;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.home-about .content .action-section .contact-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-about .content .action-section .contact-info .contact-icon {
  width: 40px;
  height: 40px;
  background-color: #ffff;
  border: 2px solid color-mix(in srgb, #077f46, transparent 80%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about .content .action-section .contact-info .contact-details {
  display: flex;
  flex-direction: column;
}

.home-about .content .action-section .contact-info .contact-details span {
  font-size: 0.85rem;
  color:
    color-mix(in srgb, #103524, transparent 40%);
  margin-bottom: 0.1rem;
}

.home-about .content .action-section .contact-info .contact-details strong {
  font-size: 1rem;
  color: #103524;
  font-weight: 700;
}

.holi_1r1 img {
  height: 300px;
  object-fit: cover;
}

/*********************footer****************/
#footer a {
  color: #fff;
  transition: 0.4s all;
}

#footer a:hover {
  letter-spacing: 0.3px;
}

/*********************footer_end****************/

/* ******owl dots***** */

/* Custom Nav Arrows */

.offer-carousel .owl-nav i {
  font-size: 24px;
  color: #DA2A20;
  background: white;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.offer-carousel .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  transition: 0.4s all;
}

.offer-carousel .owl-nav button:hover {
  background-color: transparent !important;
}

.offer-carousel .owl-nav button {
  background: transparent;
  border: none;
}

/* Custom Dots */
.offer-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.offer-carousel .owl-dot span {
  width: 14px !important;
  height: 14px !important;
  margin: 5px;
  border-radius: 50%;
  background: #3E54BE !important;
  display: inline-block;
  transition: 0.3s;
}

.offer-carousel .owl-dot span .active {
  background: #DA2A20 !important;
  width: 30px !important;
}


/* ******owl dots***** */


/* *****testimonials******* */
.testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.testimonial-card img {
  height: 60px !important;
  width: 60px !important;
  object-fit: cover;
}

.testimonial-carousel .owl-nav i {
  font-size: 22px;
  color: #DA2A20;
  background: white;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.testimonial-carousel .owl-nav button:hover {
  background-color: transparent !important;
}

.owl-nav button:hover i {
  background: #DA2A20;
  color: white;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  width: 14px;
  height: 14px;
  background: #ccc;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
}

.owl-dot.active {
  background: #DA2A20;
}

/* *****testimonials******* */
@media screen and (max-width : 767px) {
  .navbar-collapse {
    max-height: 300px;
    overflow-y: scroll;
    border-top: 1px solid #323131;
    margin-top: 15px;
  }

  .home-about .image-gallery .secondary-image {

    right: 0rem;

  }

  #header .nav-link {
    font-size: 16px !important;
    border-bottom: 1px solid #323131;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
  }

  .navbar .navbar-toggler {
    box-shadow: none !important;
    background: #fbfbfb;
    border: none;
    border-radius: 0;
    margin-top: 0;
  }

  .drop_1 {
    margin-top: 0 !important;
    min-width: 100%;
  }

  .drop_1 a {
    font-size: 16px;
    padding-left: 20px;
  }

  .nav_right {
    margin-top: 0;
  }

  .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: rgba(0, 0, 0, 1);
  }

  .sticky .drop_1 {
    margin-top: 0 !important;
  }

  .line {
    margin-left: auto;
    margin-right: auto;
  }

  .pages ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .center_sm {
    text-align: center !important;
  }

  #header .mx-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #header .form-select {
    margin-top: 15px;
  }

  #header .link_1 {
    margin-top: 15px;
  }

  .main_3 {
    position: static !important;
  }

  .offer_2m {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .holi_1l {
    text-align: center;
  }

  .holi_1l br {
    display: none;
  }

  .holi_1l p {
    text-align: left;
  }

  .testim_1i1 p {
    text-align: left;
  }

  .testim_1i1 br {
    display: none;
  }

  .footer_1lil h3 {
    text-align: center;
  }

  .footer_1lim {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer_1l h5 {
    text-align: center;
  }

  .footer_1r h5 {
    text-align: center;
  }

  .footer_3ism h6 {
    margin-top: 10px !important;
  }

  .footer_1ril {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer_1ririr h5 {
    text-align: left;
  }

  .footer_b_1l {
    text-align: center;
  }

  .footer_b_1r {
    text-align: left !important;
  }

  .home-about .content .action-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

@media (min-width:576px) and (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }

  .drop_1 {
    left: auto !important;
    right: 0 !important;
  }

  #header .nav-link {
    padding: 10px 4px;
    font-size: 12px;
  }

  #header .navbar-brand {
    font-size: 20px;
    margin-right: 10px;
  }

  .footer_1lil h3 a {
    font-size: 20px !important;
  }

  #footer h6 {
    font-size: 13px;
  }

  #footer p {
    font-size: 13px;
  }

  #footer h5 {
    font-size: 14px;
    margin-top: 10px;
  }

  .footer_1ririr h5 {
    margin-top: 0 !important;
  }

  .nav_right {
    margin-top: 3px;
  }

  #header .link_1 {
    background: none;
    color: #ef3f3e;
    border: none;
  }

  #header .link_1:hover {
    background: none !important;
    color: #ef3f3e;
  }
}

@media (min-width:871px) and (max-width:991px) {
  #header .nav-link {
    padding: 10px 10px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }

  .drop_1 {
    left: auto !important;
    right: 0 !important;
  }

  #header .nav-link {
    padding: 27px 13px;
  }

  .footer_1lil h3 a {
    font-size: 20px !important;
  }

  #footer h6 {
    font-size: 14px;
  }

  #footer p {
    font-size: 14px;
  }

  #footer h5 {
    font-size: 16px;
    margin-top: 10px;
  }

  .footer_1ririr h5 {
    margin-top: 0 !important;
  }
}

@media (min-width:1201px) and (max-width:1360px) {}

.feature-card {
  background: #fff;
  border-radius: 16px;
  transition: 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: #DA2A20;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-card h5 {
  margin-top: 15px;
  color: #222;
}

.feature-card p {
  color: #666;
  font-size: 15px;
}


#center.center_o {
  position: relative;
  background-image: url('../img/cover-image.jpg');
  /* Change to your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  background-attachment: fixed;
}

#center .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay */
  z-index: 1;
}

#center .center_o1 {
  position: relative;
  z-index: 2;
}

#center h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
}

#center h6 {
  font-size: 16px;
  font-weight: 400;
}

.col_red {
  color: #DA2A20 !important;
}

@media (max-width: 768px) {
  #center {
    height: 220px;
  }

  #center h2 {
    font-size: 28px;
  }

  #center h6 {
    font-size: 14px;
  }
}



.team-member {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.team-img {
  display: block;
  transition: transform 0.3s ease;
}

.team-member:hover .team-img {
  transform: scale(1.05);
}

.team-info {
  background: #fff;
  position: relative;
  z-index: 2;
}

.social-icons {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.6);
  transition: bottom 0.3s ease;
  z-index: 3;
}

.team-member:hover .social-icons {
  bottom: 0;
}

.social-icons a {
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #DA2A20;
}



/* Hero Section */
.hero {
  height: 50vh;
  background: linear-gradient(135deg, #007bb7 0%, #DA2A20 50%, #45B7D1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><path d="M0,300L48,280C96,260,192,220,288,200C384,180,480,180,576,190C672,200,768,220,864,210C960,200,1056,160,1152,150L1200,140L1200,600L1152,600C1056,600,960,600,864,600C768,600,672,600,576,600C480,600,384,600,288,600C192,600,96,600,48,600L0,600Z" fill="%23ffffff" fill-opacity="0.1"/></svg>') no-repeat;
  background-size: cover;
  animation: wave 10s ease-in-out infinite;
}

@keyframes wave {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}

.hero-content {
  text-align: center;
  color: white;
  z-index: 2;
  position: relative;
  max-width: 800px;
  padding: 0 20px;
}

.hero h1 {
  font-size: clamp(1rem, 8vw, 3rem);
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 1s ease-out;
}

.hero p {
  font-size: clamp(1rem, 3vw, 1.4rem);
  margin-bottom: 30px;
  opacity: 0.9;
  animation: fadeInUp 1s ease-out 0.3s both;
}

.cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: bold;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  animation: fadeInUp 1s ease-out 0.6s both;
}

.cta-button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ***********gallery********* */
.gallery {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 40px 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item {
  height: 250px;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.3), rgba(78, 205, 196, 0.3));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.gallery-item::before {
  content: attr(data-title);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 40px 20px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-item:hover::before {
  transform: translateY(0);
}

.vibrant-header {
  text-align: center;
  margin-bottom: 3rem;
}



.experience-card {
  background: white;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  border-top: 4px solid var(--accent);
  transition: all 0.3s ease;
}
.experience-card h2{
  font-size: 20px;
}
.card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.2rem;
}

.cta-button {
  background: var(--accent);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: background 0.3s;
}

/* Hover Effects */
.experience-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.12);
}

.experience-card:hover .cta-button {
  background: #333;
}


/* Services Section */
        .services {
            padding: 2rem 5%;
            max-width: 1400px;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .section-label {
            color: #3498db;
            font-size: 0.9rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 1rem;
            position: relative;
            display: inline-block;
        }

        .section-label::before,
        .section-label::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 40px;
            height: 2px;
            background: #3498db;
        }

        .section-label::before {
            left: -60px;
        }

        .section-label::after {
            right: -60px;
        }

        .section-title {
            font-size: 2.5rem;
            color: #000;
            font-weight: 600;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
        }

        .service-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .service-image {
            height: 220px;
            background-size: cover;
            background-position: center;
            position: relative;
        }

     .service-image img{
      height: 220px;
      object-fit: cover;
      width: 100%;
     }
        .service-content {
            padding: 1rem;
        }

        .service-content h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: #2c3e50;
            text-align: center;
        }

        .service-description {
            text-align: center;
            color: #666;
            margin-bottom: 1.5rem;
            line-height: 1.6;
        }

        .service-features {
            list-style: none;
        }

        .service-features li {
            display: flex;
            align-items: center;
            margin-bottom: 0.8rem;
            color: #2c3e50;
            font-weight: 500;
        }

        .service-features li::before {
            content: '✓';
            color: #27ae60;
            font-weight: bold;
            margin-right: 0.8rem;
            width: 16px;
        }
  /* Responsive Design */
        @media (max-width: 768px) {
       

            .section-title {
                font-size: 2rem;
            }

            .services-grid, .destinations-grid {
                grid-template-columns: 1fr;
            }

            .section-label::before,
            .section-label::after {
                display: none;
            }
        }