@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Questrial&display=swap');
:root {
  --theme-color: #e79801;
  --theme-color-second: #000000;
  --theme-color-third: #000;

  --heading-font: "Lora", serif;
  --paragraph-font: "para-font";
  --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;

}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}
@font-face {
  font-family: 'spanist';
  src: url(../fonts/Beatrise.ttf);
}

@font-face{
  font-family: "para-font";
  src: url(../fonts/Gilroy-Medium.ttf);
}

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: var(--paragraph-font);

  /* color: var(--theme-color) !important; */
}


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

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: 27px;
  margin-bottom: 20px;
  font-size: 17px;
  font-family: var(--paragraph-font);
}

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: 75px;
  line-height: 1;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 42px;
}
h4{
  font-size: 30px;
}

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;
}

.m-backtotop>div.text {
  font-size: 5px;
  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;
}

.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: 230px;
  padding: 15px 0px;
}

.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: 20px 35px;
  flex-wrap: wrap;
}

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

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

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

.header_menu li a {
  color: #000000;
  font-size: 15px;
  text-transform: capitalize;
  padding: 29px 15px;
  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;
}


.top-header{
  background-color: var(--theme-color);
  color: #000;
  padding: 8px 0;
}

.top-header .social {
  display: flex;
  gap: 7px;
  font-weight: 500;
  align-items: center;
  text-transform: uppercase;
  font-size: 15px;
}

.top-header .social li a{
  display: flex;
  height: 30px;
  width: 30px;
  border: 1px solid #000;

  align-items: center;
  justify-content: center;

  border-radius: 100px;
  color: #000000;
  font-weight: normal;

}

.top-header .registration{
  display: flex;
  gap: 35px;
  align-items: center;
font-weight: 500;
}

.top-header .registration a{
  color: #000000;
   text-transform: uppercase;
  font-size: 15px;

}

a.call-btn {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

a.call-btn  p{
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
a.call-btn h5 {
  margin: 0;
  color: var(--theme-color);
  font-size: 27px;
  font-weight: 600;
}

a.call-btn img {
  width: 51px;
}

.header_menu li:first-child a{
  padding-left: 0;
}
.header_menu li:last-child a{
  padding-right: 0;
}
.header_menu .navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.header_menu  .navbar-brand , .header_menu .navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
  padding: 0;
  margin-right: 143px;
}

a.contact-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 14rem;
}

a.contact-btn .img{
  position: relative;
}
a.contact-btn .img img{
  width: 14rem;
}
a.contact-btn .img .img-hide{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s ease-in;
}

a.contact-btn span {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 20px;
  text-transform: uppercase;
  color: #000;
  transition: 0.3s ease-in;
}

a.contact-btn .img-show{
  transform: scale(0);
  transition: 0.3s ease-in;
}

a.contact-btn:hover .img .img-hide{

  opacity: 0;
  transition: 0.3s ease-in;
}

a.contact-btn:hover .img-show{
  transform: scale(1);
  transition: 0.3s ease-in;
}


a.contact-btn:hover span{
  color: #e79801;
  transition: 0.3s ease-in;
}


.banner h3.span-font.text-center {
  font-size: 51px;
  color: var(--theme-color);
  margin: 0;
}

.banner h1 span {
  color: var(--theme-color);
  font-size: 97px;
}

.banner {
  background-position: bottom!important;
}
.banner-2 {
  padding: 75px 0 240px;
}
.banner-2   h1 {
  color: #fff;
  text-shadow: 1px 1px 2px #fff;
}
/* home_sec_2 */
.home_sec_2 .span-font {
  font-size: 52px;
  color: var(--theme-color);
  margin: 0;
  margin-bottom: -13px!important;
}

.home_sec_2 h2{
  text-transform: uppercase;
}

.home_sec_2 .img-box{
  position: relative;

}

.home_sec_2 .img-box .over-lay {
  position: absolute;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
  top: 170px;
  padding: 0 49px;
  font-family: var(--heading-font);
  
}


.home_sec_2 .img-box .over-lay ul li a{
  color: #000;
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}



/* video-btn */

.video-btn {
  position: relative;
}

.video-btn .over-lay {
  width: 130px;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
}


/* what_we_do */

.what_we_do .span-font{
  font-size: 52px;
  color: var(--theme-color);
  margin: 0;
  margin-bottom: -13px!important;
}
.what_we_do h2{
  margin-left: 125px;
}


.what_we_do .img-box{
  margin-bottom: 15px;
  overflow: hidden;
  transition: 0.3s;
}

.what_we_do .img-box img{
  transform: scale(1);
  transition: 0.6s;

}
.what_we_do .img-box:hover img{
  transform: scale(1.09);
  transition: 0.6s;
}

.what_we_do  h4 {
  font-size: 23px;
}

/* Who we are */

.who-we-are h3{
  font-size: 52px;
  color: var(--theme-color);
  margin: 0;
  margin-bottom: -13px!important;
}

.who-we-are h2{
  margin-left: 25px;
}

.who-we-are .heading{
  padding: 80px 0;
  color: #fff;
}

/* gallery */
.gallery .img-box{
  position: relative;
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
}
.gallery .img-box .img-fluid{
  opacity: 1;
  transition: 0.5s;

}
.gallery .img-box:hover .img-fluid{
  opacity: 0.6;
  transition: 0.5s;

}
.gallery h4{
  font-size: 23px;
}

.gallery .img-box .over-lay-1{
  position: absolute;
  bottom: 25px;
  color: #fff;
  padding: 0 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: scale(1);
  transition: 0.5s;
}
.gallery .img-box:hover .over-lay-1{
  transform: scale(0);
  transition: 0.5s;
}

.gallery .img-box .over-lay-2{
  position: absolute;
  bottom: 25px;
  color: #fff;
  padding: 0 15px;
  width: 100%;
  transform: scale(0);
  transition: 0.5s;
}

.gallery .img-box .over-lay-2 h4{
  color: var(--theme-color);
}

.gallery .img-box:hover .over-lay-2{
  transform: scale(1);
  transition: 0.5s;
}


/* book_service */

.book_service .span-font{
  font-size: 52px;
  color: var(--theme-color);
  margin: 0;
  margin-bottom: -13px!important;
}

.book_service h2 span{
  font-size: 75px;
}
/* petting-zoo */
.petting-zoo .span-font{
  font-size: 52px;
  color: var(--theme-color);
  margin: 0;
  margin-bottom: -13px!important;
}


/* faq sec */


.faq-contact .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--theme-color);
  box-shadow: none;
  border: none !important;
}

.faq-contact .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: none;
}

.faq-contact .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  border: none !important;
}

.faq-contact .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: none !important;
}

.faq-contact .accordion-item {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  text-align: start;
  background:  var(--theme-color);
  color: #000;
  border: none;
}

.faq-contact .get-intouch button:hover {
  background-color: #000;
  color: #fff;
}

.faq-contact .accordion-item h2 {
  line-height: 22px;
  font-size: 18px;
}

.faq-contact .accordion-item p {
  color: #ffffff;
  font-weight: 600;
  padding-left: 24px;
  border-left: 2px solid #ffffff;
  width: 94%;
  margin: 0 auto;
  margin-bottom: 25px;
}

.faq-contact .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding-top: 0;
}

.faq-contact .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 19px 20px;
  font-size: 17px;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #f9e4bd;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);

  font-weight: 600;
}

/* .home_sec-4 */

.home_sec-4{
  background-attachment: fixed!important;
}

.home_sec-4 h5{
  line-height: 1.8;
}

/* testimonial */

.testimonial p span{
  display: inline-block;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 2px solid #fff;
  color: #000;
  font-weight: 600;
}

.testimonial button.owl-prev {
  position: absolute;
  top: 15%;
  left: 0;
}

.testimonial button.owl-next {
  position: absolute;
  top: 15%;
  right: 0;
}

.testimonial .owl-dots{
  display: none;
}


/* .get-in-touch */

.get-in-touch .span-font{
  font-size: 52px;
  color: var(--theme-color);
  margin: 0;
  margin-bottom: -13px!important;
}


.get-in-touch input[type="text"] {
  background-color: #e9e9e9;
  padding: 14px;
  border-radius: 5px;
  width: 100%;
  border: none;
  outline: none;
}

.get-in-touch input[type="email"] {
  background-color: #e9e9e9;
  padding: 14px;
  border-radius: 5px;
  width: 100%;
  border: none;
  outline: none;
}

.get-in-touch select {
  background-color: #e9e9e9;
  padding: 14px;
  border-radius: 5px;
  width: 100%;
  border: none;
  outline: none;
}

.get-in-touch textarea {
  background-color: #e9e9e9;
  padding: 14px;
  border-radius: 5px;
  width: 100%;
  border: none;
  height: 120px;
  outline: none;
}

.get-in-touch button {
  background-color: var(--theme-color);
  padding: 14px;
  border-radius: 5px;
  width: 100%;
  border: none;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  font-weight: 600;
}

.get-in-touch ul li {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  font-size: 20px;
  align-items: baseline;
}


.map{
  line-height: 0;
}

.map iframe{
 width: 100%;
}


 /* BLOG SEC */
    
 .blog_sec .left_content img {
  margin-bottom: 22px;
}

.blog_sec .right_content .top_img img {
  width: 400px;
}

.blog_sec .right_content {
  display: flex;
  gap: 16px;
  align-items: center;
}

.blog_sec .right_content p span {
  color: #befd49;
  margin-bottom: 8px;
  display: block;
  font-size: 13px;
}

.blog_sec .right_content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #9c9c9c;
}

.blog_sec .right_content h6 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 11px;
}

.blog_sec .heading h2 span {
  font-size: 48px;
  color: #777777;
}

.blog_sec .heading h2 {
  font-weight: 500;
}

.blog_sec .left_content h6 {
  font-size: 25px;
  line-height: 1.3 !important;
  font-weight: 300;
}

.blog_sec .left_content .content p span {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.blog_sec h6 {
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
}

.blog_sec .content p span {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13px;
  color: #000000;
}

.blog_sec img {
  border-radius: 10px;
}

.blog_sec {
  position: relative;
}

.blog_sec .left_content {
  position: relative;
}

.blog_sec .left_content .content {
  position: absolute;
  bottom: 11px;
  color: #fff;
  border-radius: 10px 0 0 10px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 5px;
}

.blog_sec .left_content .content h6 {
  color: #fff;
  line-height: 1.5;
}


/* footer */

.footer{
  padding: 80px 0;
}

.footer .footer-content {
  margin-top: 55px;
}
.footer .footer-content h5{
  font-weight: 600;
  font-size: 24px;
}

.footer .footer-content p{
  font-size: 14px;
  margin-bottom: 10px;
}


.footer  form input{
  background-color: #e6e3dc;
  padding: 13px;
  border-radius: 3px;
}

.footer  form button{
  background-color: var(--theme-color);
  width: 100%;
  padding: 13px;
  border: none;
  border-radius: 3px;
}

.footer .ft-list li a{
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
}

.footer .ft-list2 li a{
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
  display: flex;
  gap: 3px;
}

.footer .ft-list2 li i{
  color: var(--theme-color);
}

.footer .ft-list-3 {
  display: flex;
  align-items: center;
  gap: 35px;
}

.footer .ft-list-3 a{
  color: #000;
}
.footer .social {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin: 0;
}

.footer  .social li a {
  display: flex;
  height: 30px;
  width: 30px;
  border: 1px solid #000;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #000000;
  font-weight: normal;
  background-color: var(--theme-color);
}


/* inner-banner  */

.inner-banner  h1{
  font-size: 50px;
}

.camp{
  background-color: var(--theme-color);
}

.camp form label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: bold;

}

.camp .thyefild {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-style: dashed;
  width: 256px;
}

.camp  .age {
  height: 37px;
  width: 46px;
}

.camp input[type="radio"] {
  width: 13px;
  margin: 0 2px;
}


.camp .fild3 {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-style: dashed;
  width: 173px;
}

.camp .fild2 {
  width: 39px;
}

.camp input{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px ;
  border-bottom-style: dashed;
  margin-bottom: 15px;
  border-radius: 0px;
  background: transparent;
  outline: none;
}

.camp button.btn.btn-outline-warning {
  width: 100%;
  background: var(--theme-color-second);
  color: #fff!important;
  padding: 14px;
  margin-top: 15px;
}


/* blog page */

  /* Blog Sec*/
    
  .our-blog .img-box {
    position: relative;
}

.our-blog .img-box .head-date {
    position: absolute;
    width: 120px;
    height: 120px;
    text-align: center;
    box-shadow: var(--shadow-large);
    background-color: #FFF;
    border-radius: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.our-blog .img-box .head-date p {
    font-size: 14px;
}

.our-blog .img-box .head-date p span {
    font-size: 17px;
    letter-spacing: 2px;
}

.our-blog .img-box {
    margin-bottom: 15px;
}

.our-blog .blog-box p {
    font-weight: 600;
}

.our-blog .blog-box a {
    color: var(--theme-color);
    font-weight: 600;
   
    font-size: 16px;
}

.blog .date-box {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

ul.pagination {
    justify-content: center;
   
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: #000000;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
   
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: 800;
    color: #000000;
   
}






/* inner blog */


.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;
}

.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;
  background: #fff;
  border-radius: 8px;
}

.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: 70px;
}

.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;
}

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

.main-sec .heading a {
  color: var(--theme-color);
}


/* contact page */


/* contact page */

.contact-info .info-box {
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 25px 20px;
	text-align: center;
  background-color:var(--theme-color);
}
.contact-info .blue {
	background-color:var(--theme-color-second);
	text-align: center;
}
.contact-info .dark-blue {
	background-color:var(--theme-color);
	text-align: center;
}

.contact-info .info-box i {
	font-size: 35px;
}
.contact-info h4{
  font-size: 24px;
}

.contact-info a{
  color: #fff;
  word-break: break-all;
}


.contact  input[type="text"] {
  padding: 11px;
 
  border-radius: 10px;
}
.contact  input[type="email"] {
  padding: 11px;
 
  border-radius: 10px;
}
.contact  textarea {
  padding: 11px;
 
  border-radius: 10px;
  height: 110px;
}

.contact   button{
  padding: 11px;
  border: none;
  border-radius: 10px;
  background-color: var(--theme-color);
  text-transform: uppercase;
  color: #fff;
  width: 100%;
}
/* .release */

.release form input{
  padding: 14px;
  border: none;
  border-bottom: 2px dashed #666;
}

.release button{
  padding: 11px;
  border: none;
  border-radius: 10px;
  background-color: var(--theme-color);
  text-transform: uppercase;
  color: #fff;
  width: 100%;
}

.glightbox-container {
  
  z-index: 99999999999!important;

}

/* home_sec_2 */

.home_sec_2 .why-list li{
  display: flex;
  align-items: start;
  gap: 15px;
  margin-right: 25px;
  font-weight: 600;
}

.home_sec_2 .why-list li img{
  width: 30px;
}

.area .area-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 25px;
  margin-top: 25px;
}


/* area main page */

.banner_sec {
  padding: 400px 0 55px;
  color: #fff;
}

.home_sec1 p span {
  color:var(--theme-color);
  font-size: 23px;
}

a.glightbox{
  display: block;
}


section#cust ul {
    list-style: disc;
    padding-left: 50px;
}



#wpcf7-f781-o1 form p {
	margin-bottom: 0px !important;
}

#wpcf7-f781-o1 input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
    background-color: #e9e9e9;
    padding: 14px;
    border-radius: 5px;
    width: 100%;
    border: none;
    outline: none;
}

.footerlogo{
	width: 230px !important;
}