* {
  margin: 0px;
  padding: 0px;
}

body {
  line-height: 0;
  font-family: 'Nunito', sans-serif;
  box-sizing: border-box;
  font-size: 16px;
}

body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-thumb {
  background-color: #14212a;
}

body::-webkit-scrollbar-track {
  background-color: #ffffff;
}

h1,
h2,
h3,
h4 {
  font-family: 'Playfair Display', serif;
  margin: 0px;
  padding: 0px;
}

p,
ul,
ol,
li,
samp,
blockquote,
aside,
figure,
figcaption,
div,
dd,
tr,
td,
th,
a {
  font-family: 'Nunito', sans-serif;
  margin: 0px;
  padding: 0px;
}

a,
a:hover,
a:focus {
  transition: all linear .4s;
  -webkit-transition: all linear .4s;
  -moz-transition: all linear .4s;
  outline: none;
  text-decoration: none;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.secondry-navbar ul li {
  list-style-type: none;
  padding-inline-start: 8px;
}

.secondry-navbar ul li a img {
  transform: scale(1, 1);
  transition: all linear .2s;
}

.secondry-navbar ul li a:hover img {
  transform: scale(1.25, 1.25);
  transition: all linear .2s;
}

a.navbar-brand img {
  max-width: 100%;
  height: 100px;
  object-fit: scale-down;
  object-position: left;
}

nav.navbar-expand-lg {
  background-color: #ffffff;
}

#MyNav {
  justify-content: flex-end;
}

.navbar-toggler,
.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none;
}

ul.navbar-nav a img {
  filter: brightness(0);
  position: relative;
  top: -3px;
}

#hero-slider .owl-nav {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  width: 100%;
  color: #ffffff;
}

#hero-slider .owl-nav .owl-prev span[aria-label="Previous"],
#hero-slider .owl-nav .owl-next span[aria-label="Next"] {
  visibility: hidden;
}

#hero-slider .owl-nav .owl-prev::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background-image: url('../images/previous.svg');
  background-repeat: no-repeat;
  background-size: cover;
  left: 100px;
  top: 50%;
  margin-top: -250px;
}

#hero-slider .owl-nav .owl-next::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background-image: url('../images/next.svg');
  background-repeat: no-repeat;
  background-size: cover;
  right: 100px;
  top: 50%;
  margin-top: -250px;
}

#hero-slider .carousel-caption {
  bottom: 50%;
  padding-top: 0rem;
  padding-bottom: 0rem;
  text-align: left;
  margin-bottom: -175px;
}

#hero-slider .carousel-caption h3 {
  margin-bottom: 0px;
  line-height: 1.2em;
  font-size: 60px;
}

span.gap {
  margin-block: 37.5px;
  display: inline-block;
  width: 75px;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(55deg);
}

#hero-slider .carousel-caption ol {
  padding-left: 0px;
  margin-bottom: 0px;
}

#hero-slider .carousel-caption ol li {
  list-style-type: none;
  margin-inline-end: 32px;
}

#hero-slider .carousel-caption ol li:first-child a {
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 7px 30.5px;
}

#hero-slider .carousel-caption ol li:last-child a {
  border-radius: 4px;
  border: 1px solid #FD8D14;
  display: inline-block;
  padding: 7px 30.5px;
  background-color: #FD8D14;
}

.section-a h3 {
  font-size: 60px;
  text-transform: capitalize;
  line-height: 1.5;
}

.section-a h3 span {
  color: #fba420;
}

.section-a ol {
  padding-left: 0;
  margin-bottom: 0px;
}

.section-a ol li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, .50);
  align-items: center;
}

.section-a ol li:last-child {
  border-bottom: none;
}

.section-a ol li .counter {
  font-size: 50px;
  color: #fba420;
  line-height: 50px;
  padding-block: 20px;
  font-family: 'Playfair Display', serif;
}

.section-a ol li .counter-text {
  font-size: 24px;
  line-height: 1.2;
}

.section-a figure img {
  border-radius: 30px;
}


.section-b {
  background-color: #f2f3f9;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30%;
}

.section-b h3 {
  font-size: 60px;
  text-transform: capitalize;
  line-height: 1.5;
}

.section-b h3 span {
  color: #fba420;
}

#testimonial-slider .item img {
  max-width: 50px;
  margin-bottom: 15px;
}

#testimonial-slider .owl-dots button.active {
  width: 15px;
  height: 15px;
  background-color: #fba420;
}

#testimonial-slider .owl-dots button {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #fba420;
  margin-inline-end: 15px;
}

#testimonial-slider .owl-item figure img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100px;
  border: 2px solid #ffffff;
  padding: 1px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .08);
}

.section-c h3 {
  font-size: 60px;
  text-transform: capitalize;
  line-height: 1.2;
}

.section-c h3 span {
  color: #fba420;
}

.section-c ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  justify-content: space-between;
}

.section-c ul li {
  list-style-type: none;
  width: 250px;
  margin-block: 10px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .1);
  height: 110px;
  padding: 15px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-c ul li h4 {
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 0px;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding-inline: 15px;
  justify-content: center;
}

.section-f {
  padding: 100px 0px;
}

.section-f h3 {
  font-size: 60px;
  text-transform: capitalize;
  line-height: 1.5;
}

.section-f h3 samp {
  color: #fba420;
  font-family: 'Playfair Display', serif;
}

/*section f*/

.section-world-map {
  overflow: hidden;
  padding-block: 100px;
  overflow: hidden;
}

.section-world-map img {
  transform: scale(1.5, 1.5);
  max-width: 100%;
}

#locations p.text-dark.d-block.position-relative {
  z-index: 1111;
}

.section-india-map {
  background: radial-gradient(circle at center, #ffffff, #61677A);
  padding-block: 50px;
  overflow: hidden;
}

.section-india-map img {
  image-rendering: -webkit-optimize-contrast;
  transform: scale(1.35, 1.35);
  max-width: 100%;
}


#backTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fba420;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

#backTop:hover {
  background-color: #14212a;
}

.section-world-map {
  background: radial-gradient(circle at center, #9dbcff, #3a5795);
}

.middle-content figure img {
  max-width: 40px;
}

.middle-content figure {
  margin-bottom: 0px;
}

#contact-map iframe {
  width: 100%;
  height: 400px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 15px;
  margin-top: 50px;
}


.site-footer {
  padding: 100px 0px 50px;
  background-color: #14212a;
}

ul.social-media li {
  list-style-type: none;
  padding-inline: 7.5px;
}

ul.social-media li a img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transition: all linear .1s;
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
}

p.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.site-footer ul li a.text-decoration-none:hover,
.site-footer aside a.text-decoration-none:hover {
  color: #fba420 !important;
}

.site-footer form .input-group button.input-group-text {
  background-color: #fba420;
  border-top-color: #fba420;
  border-right-color: #fba420;
  border-bottom-color: #fba420;
  color: #ffffff;
}

footer .social-media li a img {
  min-width: 40px;
}

/*site footer*/

.feature-image-section img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.feature-image-section img.contact-page {
  object-position: 0px -150px;
}

.feature-image-section .carousel-caption {
  bottom: 125px;
  text-align: left;
}


.section-padding {
  padding-top: 80px;
}

.gallery-section {
  position: relative;
  z-index: 1;
}

.title {
  font-size: 46px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #f44336;
}

.filter {
  text-align: center;
  max-width: 1050px;
  margin: auto;
}

.btn {
  padding: 10px 20px;
  margin: 5px 4px 4px 0;
  display: inline-block;
  color: #003;
  background: #eee;
  border: 1px solid #f44336;
  transition: all 0.4s;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

.btn:hover,
.btn-active {
  background: #fba420;
  padding-block: 8px;
  border-radius: 4px;
  color: #fff;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.gallery {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 1320px;
  flex-wrap: wrap;
  margin: 25px auto;
  /* gap: 14px; */
}

.gallery a {
  display: flex;
}

.gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 10px;
}

.gallery img:hover {
  transform: scale(1.1);
}

.sets .hide,
.sets .pophide {
  width: 0%;
  opacity: 0;
}

.closeBtn {
  position: absolute;
  font-size: 22px;
  font-weight: 500;
  right: 25px;
  top: 25px;
  color: white;
  transition: 0.5s linear;
  padding: 8px 40px;
  border-radius: 25px;
  background: red;
  outline-offset: -6px;
  outline: 2px solid #fff;
}

.closeBtn:hover {
  cursor: pointer;
  background: white;
  color: black;
  outline: 2px solid #000;
}

.openDiv {
  width: 100%;
  height: 100vh;
  background: #000000e7;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 9999;
}

.imgPreview {
  width: 70%;
  object-fit: scale-down;
  max-height: 40vw;
  height: auto;
}

.prevButton,
.nextButton {
  transition: 1s linear;
  padding: 10px 35px;
  font-size: 18px;
  border: none;
  color: white;
  background: #0005;
  border-radius: 10px;
  border: 1px solid white;
  margin: 10px;
}

.prevButton:hover,
.nextButton:hover {
  background: #fff;
  color: black;
}

/* resposive CSS Code */

@media max-width: 1199px {
  .section-padding {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 36px;
  }

  .gallery img {
    margin: 8px 8px;
    width: 175px;
  }

  .closeBtn {
    padding: 6px 25px;
  }

  .prevButton,
  .nextButton {
    font-size: 18px;
    padding: 8px 25px;
  }
}

@media (max-width: 540px) {
  .section-padding {
    padding-top: 30px;
  }

  .gallery img {
    margin: 8px 0px;
    width: 100%;
  }

  .closeBtn {
    font-size: 18px;
    border-radius: 15px;
  }

  .prevButton,
  .nextButton {
    font-size: 18px;
    padding: 6px 20px;
    border-radius: 10px;
    margin: 5px;
  }

  .imgPreview {
    width: 90%;
    max-height: 50vh;
    height: auto;
  }

}

.tnp-subscription .tnp-submit {
  /* display: none !important;*/
}