@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --theme-color: #000000;
  --theme-color-second:#1a2df3;
  --theme-color-third: #36b4e3;

  --heading-font:"Marcellus", serif;
  --paragraph-font:  "Outfit", sans-serif;
  --span-font: 'spanist';



  --shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-base: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-large: 0 10px 20px rgba(0, 0, 0, 0.2);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;

}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family:  "Inter", sans-serif;
  /* color: var(--theme-color) !important; */
}
@font-face {
  font-family: 'spanist';
  src: url(../fonts/Abuget.ttf);
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;

}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

.span-font {
  font-family: var(--span-font);
}

p {
  margin: 0;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 18px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}
h1 {
    font-size: 85px;
}
h2 {
  font-size: 50px;
}

h3 {
  font-size: 35px;
}

h4 {
    font-size: 26px;
}

h5{}

h6{}


.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

select {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
  color: #c1c0bd;
}

/* navbar----------- */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}
.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  border-radius: 0;
  text-align: center;
  border: 2px solid var(--theme-color-second);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 0;
  opacity: 1;
}

.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  z-index: 999;
}

.m-backtotop > div.text {
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 0px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* Progress bar styles */
.m-backtotop .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--theme-color-second);
  transition: height 0.2s ease-in-out;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gap-p p {
  margin-bottom: 0px;
}


/* ---------------------- */


/* ---------------------- */
.small {
  display: none;
}

a.navbar-brand img {
    width: 187px;
}

.header_menu li a {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 29px 19px;
  display: inline-block;
}

.header_menu li a:hover {
  color: var(--theme-color-second);
}

.hd_info {
  display: flex;
  align-items: center;
  gap: 10px;

  flex-wrap: wrap;
}
a.comon-btn {
    background: var(--theme-color-second);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 15px 6px;
    border-radius: 5px;
    width: 13rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #fff;
}

a.btn-2{
  background: var(--theme-color-third);
}

a.comon-btn:hover {
  background: var(--theme-color);
  color: #fff;
}

a.btn-white {
  background: #fff;
  color: #1e1e1e;
}

.header_menu li a {
    color: #ffffff;
    font-size: 12px;
    text-transform: capitalize;
    padding: 29px 12px;
    display: inline-block;
    font-weight: 500;
}
.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: var(--theme-color-second);
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 200px;
  border-radius: 0px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}


.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.sticky-top-1.sticky {
  background: #fff !important;
  z-index: 9999999999999;
}


#main_header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}


.banner_sec{
  padding: 120px 0 250px;
}
.banner_sec h2{
  margin-bottom: -25px;
}

.home_SeC_2 {
    padding-bottom: 520px;
   
    background-position: top!important;
   
}
.home_SeC_2 h3{
  margin-bottom: -25px;

}

.home_SeC_3 .service_box{
 background-color: #eae4e2;
}

.home_SeC_3 .service_box .content{
  padding:  15px;
}

.home_SeC_3 .service_box  h3{

  min-height: 70px;
  font-size:26px;
}

.home_SeC_3 .accordion-item {
    background-color: #d9d9d9;
    border: 1px solid rgba(0,0,0,.125)!important;
    margin-bottom: 15px;
    border-radius: 15px!important;
    overflow: hidden;
}
.home_SeC_3 .accordion-button {
    font-family: var(--paragraph-font);
    background-color: transparent;
    color: #000000;
    box-shadow: none;
    font-size: 18px;
}

.home_SeC_3 .accordion-button::after {
   
    content: "+";
    background-image: none;
    
}

.home_SeC_3 .accordion-button:not(.collapsed)::after {
    content: "-";
    transform: rotate(0deg);
}


.home_Sec_4 .destination-box{
  background-color: var(--theme-color-second);
  color: #fff;
  text-align: center;
  padding: 22px;
  border-radius: 18px;
  height: 100%;
}

.home_Sec_4 .destination-box img{
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
}

.home_Sec_4 .destination-box p span {
    font-size: 28px;
    font-weight: normal;
    font-family: var(--heading-font);
}
.home_Sec_4 .destination-box p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 400;
}
#home_sec_5 {
    padding-bottom: 250px;
}
.home_Sec_5 .gate-way-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.home_Sec_5 .gate-way-box  .content {
    position: absolute;
    bottom: 7%;
    display: flex;
    color: #fff;
    align-items: end;
    justify-content: space-between;
    padding: 1.3rem!important;
}

.home_Sec_5 .gate-way-box  .content p {
    font-size: 17px;
    line-height: 1.4;
    width: 90%;
}

.home_Sec_5 .position-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 25px;
    margin-top: -130px;
}
.home_sec_6 .why-box {
  display: flex;
  align-items: start;
  gap: 10px;
}

.home_sec_6 .why-box img{
  width: 45px;
}
.home_sec_6 .why-box h5 {
    /* font-family: var(--paragraph-font); */
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 10px;
}
.home_sec_6 .why-box p{
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #808080;
}

.review_sec .test-box .author{
  display: flex;
  align-items: center;
  gap: 10px;
}

.review_sec .test-box .author img {
    width: 43px;
}
.review_sec .test-box .author h6{
  font-size: 25px;
  margin-bottom: 0;
}

.review_sec .test-box .author ul{
  display: flex;
  font-size: 14px;
  color: orange;
  margin: 0;
}

.review_sec .test-box .cotent {
    /* height: 200px; */
    /* overflow-y: scroll; */
    margin-bottom: 25px;
    text-align: start;
}
.map {
  line-height: 0;
}

.map iframe{
  width: 100%;
 
}

.home-contact .map iframe{
  border-radius: 10px;
}

.home-contact input[type="text"], .home-contact textarea, .home-contact input[type="submit"]{
  padding: 13px 14px;
  border: none;
  border-radius: 6px;
  background-color: #e7e7e7;
}
.home-contact input[type="tel"], .home-contact textarea, .home-contact input[type="submit"] {
    padding: 13px 14px;
    border: none;
    border-radius: 6px;
    background-color: #e7e7e7;
}
.home-contact input[type="email"], .home-contact textarea, .home-contact input[type="submit"] {
    padding: 13px 14px;
    border: none;
    border-radius: 6px;
    background-color: #e7e7e7;
}

.home-contact textarea {
  height: 155px;
}
.home-contact input[type="submit"]{
  background-color: var(--theme-color-second);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 600px;
}

.our_blog .blog-box {
  background-color: #e4eeff;
  border-radius: 15px;
  height: 100%;
}

.our_blog .blog-content .date {
  display: flex;
  font-size: 14px;
  margin-bottom: 5px;
  gap: 5px;
  align-items: center;
}


.our_blog .blog-content h3 a {
    color: #000;
    display: block;
    line-height: 1.5;
    font-size: 21px;
}

.our_blog .blog-content p {
  font-size: 13px;
  line-height: 1.6;
}

.our_blog .blog-content .blog-list {
  font-size: 13px;
  line-height: 1.6;
}

.our_blog .blog-content .blog-list li {
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  padding: 5px 0;

}

.our_blog .line-box {
  
  margin: 10px 0;
}

/* Remove default accordion styles */


.our_blog .accordion-item {
  font-size: 14px;
}

.our_blog .accordion-item p {
  font-size: 12px;
}



.our_blog .accordion-button{
  font-size: 14px;
}

.our_blog .accordion-item {
  border: none;
  /* remove default borders */
  border-bottom: 1px solid #000;
  /* underline for each item */
}

.our_blog .accordion-body {
  padding: 1rem 1rem;
  font-size: 14px;
}

.footer {
  padding: 80px 0;
  color: #f4f4f4;
}

.footer h5{
  font-family: var(--paragraph-font);
  font-size: 20px;
  font-weight: normal;
}

.footer .ft-list li{
  margin-bottom: 15px;
}
.footer .ft-list li:last-child{

  margin-bottom: 0;
}
.footer .ft-list li a {
    font-size: 14px;
    color: #f4f4f4;
    letter-spacing: -1px;
}

.footer .social a{
  background-color: #c1c0bd;
  height: 45px;
  width: 45px;
  border-radius: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}


section.inner_sec_banner.bg-cover {
    position: relative;
    z-index: -1;
    padding: 125px 0;
}


section.inner_sec_banner.bg-cover .container{
  position: relative;
  z-index: 1;
}

section.inner_sec_banner.bg-cover::after{
  content: '';
  position: absolute;
  display: block;
  background-color: #1a2cf359;
  width: 100%;
  height: 100%;
  top: 0;

}


.inner-blog-left-sec {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: rgba(149, 157, 165, 0.2);
    padding: 15px 19px 35px;
    border-radius: 8px;
    background: #fff;
    color: #000;
}

.inner-blog-left-sec .inner-blog-sec1 p {
  color: #000000ab;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head p {
  color: #606060;
  margin-bottom: 12px;
}

.inner-blog-left-sec .inner-blog-sec1 h3 {
  font-weight: 600;
  margin-bottom: 18px;
  /* font-size: 29px; */
}

.inner-blog-left-sec .inner-blog-sec1 img {
  border-radius: 5px;
  margin-bottom: 0;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1c1c1c2b;
  margin-bottom: 10px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul {
  display: flex;
  gap: 15px;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li i {
  font-size: 17px;
  color: var(--theme-color);
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head i {
  color: var(--theme-color);
  font-size: 16px;
  margin-right: 3px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li a {
  color: #00000059;
}

.inner-blog-left-sec .navigation-sec .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-blog-left-sec .navigation-sec .navigation a {
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 600;
}

.inner-blog-left-sec .navigation-sec .navigation i {
  color: var(--theme-color);
}

.inner-blog-left-sec .navigation-sec .blog-contain {
  padding: 25px 18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  border-radius: 5px;
  height: 100%;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top {
  padding-bottom: 15px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top img {
  border-radius: 5px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading h3 {
  color: #000;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p strong {
  color: #00000059;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p {
  color: #000000ab;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading .blog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-comment .contact-form {
  padding: 20px 25px;
  border: 1px solid rgba(69, 69, 70, 0.2);
  border-radius: 8px;
  background: #fff;
  color: #000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form input {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form textarea {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button {
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 400;
  transition: 0.5s;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button:hover {
  background: #1c1c1c3b;
  border: 1px solid #1c1c1c3b;
  color: #000;
  transition: 0.5s;
}

.inner-blog-left-sec .admin-sec p {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul {
  display: flex;
  gap: 25px;
  align-items: center;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li i {
  font-size: 18px;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li a {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content {
  border-top: 1px solid #1c1c1c3b;
  border-bottom: 1px solid #1c1c1c3b;
  padding: 10px 20px;
}

.inner-blog-left-sec .admin-sec img {
  border-radius: 5px;
}


/* inner-blog-right-sec */

.inner-blog-right-sec {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: rgba(149, 157, 165, 0.2);
    padding: 35px 21px;
    border-radius: 8px;
    background: #fff;
    color: #000;
}
.inner-blog-right-sec .blog-search form {
  position: relative;
  border: 1px solid #1c1c1c3b;
  border-radius: 5px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inner-blog-right-sec .blog-search form input {
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
}

.inner-blog-right-sec .blog-search form button {
  /* position: absolute;
top: 0;
right: 0;
width: 50px;
height: 100%; */
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 15px;
  color: #000000;
}

.inner-blog-right-sec .popular-sec .popular-cards1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1c1c1c3b;
  padding: 15px 0;
  gap: 10px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .img-top img {
  width: 130px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 p {
  color: #000000ab;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}

.inner-blog-right-sec .popular-sec .popular-cards1 a {
    color: #000000ab;
    font-size: 15px;
    font-weight: 600;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .heading {
  width: 100%;
}


.get-in-touch .new-max{
  border: 2px solid var(--theme-color);
}
.get-in-touch .contact-info a {
  letter-spacing: 1px;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.get-in-touch .contact-info h5 {
  margin-bottom: 10px;
  color: var(--theme-color-second);
}


.get-in-touch form input {
  padding: 12px;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid;
  border-color: var(--theme-color-second);
  background: transparent;
  padding-left: 0;
  color: #000000;
}

.get-in-touch form textarea {
  padding: 12px;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid;
  border-color: var(--theme-color-second);
  background: transparent;
  height: 90px;
  padding-left: 0;
}

.get-in-touch form button {
  background-color:var(--theme-color-second);
  width: 100%;
  border: none;
  color: #ffffff;
  padding: 12px;
  
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
}

.map{
  height: 100%;
}
.map iframe{
  width: 100%;
  height: 100%;
}

#main_header a.comon-btn {

    font-size: 12px;
    padding: 10px 6px;
   
    width: 11rem;
  
}

.inner_sec_banner h1{
  line-height: 1;
}

.stats-section .stat-card.h-100 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 17px;
}

.stats-section .stat-num {
    font-size: 69px;
    font-family: var(--heading-font);
    font-weight: 600;
}

.video_bg {
   
    padding: 200px 0;
    position: relative;
}
.video_btm {
    position: relative;
    z-index: 2;
    text-align: center;
}
.video_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.video_btm {
  position: relative;
  z-index: 2;
}

/* Play Button Base */
.play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background:var(--theme-color-second);
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 34px;
}
/* Pulsing Animation */
.play-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: pulse 1.5s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.play-btn:hover {
  background: #fff;
  color: #000;
  transform: scale(1.1);
}

.home_Sec_4  h2 {
  color: var(--theme-color-second);
}


.about-us .object-fit{
  height: 500px;
  object-fit: cover;
}

.home_SeC_3 .service_box img {
    min-height: 292px;
    object-fit: cover;
    border-radius: 5px;
}

/* Contact Us Page Input field bottom margin */
form.wpcf7-form.init p {
    margin-bottom: 0px;
}

/* Pagination Css */
.center {
  display: flex;
justify-content: center;
margin-top: 40px;
}

a.page-numbers {
    color: #000000;
    padding: 10px 10px;
    text-decoration: none;
    transition: background-color 0.5s;
    border: 1px solid #ddd;
border-radius: 5px;
    margin: 0px 5px;
    padding: 10px 15px;
   font-size: 18px;
}

a.page-numbers:hover {
    background-color: #000002;
	color:white;
}

span.page-numbers.current {
    background-color: #1A2DF3;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0px 5px;
    font-size: 18px;
        z-index: 3;
border-radius: 5px;
}

/* Inner Blog Search Form Search Button */
.search-form {
  position: relative;   /* parent for absolute positioning */
  width: 100%;          /* full width if needed */
}

.search-form input[type="search"] {
  width: 100%;          /* input takes full width */
  padding-right: 45px;  /* leave space for button */
  box-sizing: border-box;
}

.search-form button {
  position: absolute;
  right: 10px;          /* adjust spacing from right */
  top: 50%;
  transform: translateY(-50%); /* center vertically */
  border: none;
  background: transparent;
  cursor: pointer;
}

input#search-form-1 {
    border: none;
    outline: none;
width: 96%;
}
.single-post label {
    width: 96%;
}
.search-form label {
width: 96% !important;
}

/* Inner blog Comment section style */
.inner-blog-left-sec .inner-blog-comment .contact-form {
    padding: 20px 25px;
    border: 1px solid rgba(69, 69, 70, 0.2);
    border-radius: 8px;
    background: #fff;
    color: #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


#respond {
/*     max-width: 600px; */
    margin: 0 auto;
}
#respond #reply-title small a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#respond h2 {
    font-size: 24px;
    margin: 24px 0 16px 0;
    font-weight: 500;
}
#respond form {
    display: block;
    margin-top: 0em;
border: none;
}
#respond form p{
color: #6d6d6d;
 margin: 0;
    line-height: 26px;
    margin-bottom: 21px;
    font-size: 16px;
}
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    margin-bottom: 20px;
}

#respond label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#respond .comment-form-cookies-consent {
    margin-top: 20px;
}

#respond .form-submit {
    margin-top: 20px;
}

#respond .submit {
    background-color: #FF6601;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#respond .submit:hover {
    background: #000000;
    color: #fff;
    transition: all 0.8s;
}#respond .comment-form-cookies-consent input {
    width: 18px;
    height: 12px;
}
#respond .comment-form-cookies-consent input,
#respond .comment-form-cookies-consent label {
  display: inline;
}
#respond p.logged-in-as a{
color: #0f3ca1 !important;
text-decoration: underline;
display: inline-block !important;
}
#comments .comment-author a{
color: #000 !important;
}
#comments .comment-metadata a{
color: #000 !important;
}
#comments .comment-metadata a.comment-edit-link{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#comments span.comment-reply a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
margin-right: 10px !important;
}
div#respond label {
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

div#respond input,  div#respond textarea{
    padding: 10px;
    border-radius: 6px;
}

div#respond input#wp-comment-cookies-consent {
    width: 20px;
    height: 17px;
}

div#respond p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: nowrap;
}

div#respond p.comment-form-cookies-consent  label{
margin:0px!important;
}

div#respond input#submit {
    background: var(--theme-color-second);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

#main_header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1 !important;
}

section.inner_sec_banner.bg-cover {
    position: relative !important;
    z-index: 0 !important;
    padding: 125px 0 !important;
}

.mt-0{
	margin-top:-70px !important;
}
/*26.11.25*/
h3#mid_wales {
    font-size: 50px;
}

h3#home_sec_6_rpt {
    font-size: 21px;
}
h3#home_sec_9_rpt {
    font-size: 25px;
}
