/* Font Link */
@import url('https://fonts.googleapis.com/css2?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');

@font-face {
  font-family: "my-heading-font";
  src: url(../fonts//heading.ttf);
}

:root {
  --theme-color: #000;
  --theme-color-second: #000;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 15px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "Poppins", serif;
  /* color: var(--theme-color) !important; */
}

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: 12px;
  color: inherit;
  font-family: "my-heading-font";
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 21px;
  font-size: 15px;
}

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: 65px;
  font-weight: 500;
  line-height: 1;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 21px;
}

h6 {}

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

.gap {
  margin-bottom: 30px;
}

section {
  padding: 30px 0px;
}

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

/* 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: 20px;
  width: 50px;
  height: 50px;
  background: #418dcc;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #418dcc;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  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: 20px;
  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;
}

/* Small Header */
.small {
  display: none;
}

/* Main Header */
#main_header {
  position: absolute;
  left: 0;
  right: 0;
}

/* .header_menu {
  background: #fff;
} */

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

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

.hd_info {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 7px;
}

.header_menu .hd_info a img {
  margin-right: 12px;
  margin-left: 24px;
  width: 14px;
  height: 14px;
}

a.comon-btn {
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 13px;
  padding: 11px 0;
  border-radius: 4px;
  width: 190px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.comon-btn:hover {
  background: #121212;
  color: #fff;
}

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

.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: 280px;
  border-radius: 0px;
}

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

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

/* Banner Section */
.banner_sec {
  padding: 180px 0 450px;
  background-position: bottom !important;
}

a.comon-btn2 {
  background: #418dcc;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 11px 0;
  border-radius: 4px;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.comon-btn2:hover {
  background: #121212;
  color: #fff;
}

a.comon-btn3 {
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 13px;
  padding: 11px 0;
  border-radius: 4px;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.comon-btn3:hover {
  background: #121212;
  color: #fff;
}

.banner_sec .right_content {
  padding-left: 188px;
}

/* Home Section 1 */
.home_sec1 a.comon-btn2 {
  background: #418dcc;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 11px 0;
  border-radius: 4px;
  width: 310px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home_sec1 a.comon-btn2:hover {
  background: #121212;
  color: #fff;
}

/* Home Section 2*/
.home_sec2 {
  position: relative;

}

.home_sec2::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -300px;
  width: 80%;
  height: 100%;
  background: url(../image/home_sec2_img1.png) no-repeat;
  background-size: contain;
}

.home_sec2 .heading h2 img {
  width: 180px;
}

.home_sec2 .heading h2 {
  text-transform: uppercase;
}

.home_sec2 .rigth_img {
  position: relative;
}

.home_sec2 .rigth_img .btom_img img {
  position: absolute;
  bottom: -30px;
  width: 150px;
  left: -30px;
  transform: translate(0);
}

.home_sec2 .btom_content ul {
  width: 50%;
}

.home_sec2 .btom_content ul li .content {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  gap: 7px;
}

.home_sec2 .btom_content ul li .content h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", serif;
}

.home_sec2 .btom_content ul li .content img {
  width: 20px;
}


.home_sec2 .btom_content {
  display: flex;
  justify-content: space-between;
}

.home_sec2 .btom_content ul li p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
  color: #5b5b5b;
}

.home_sec2 .heading {
  position: relative;
  z-index: 11;
}

.home_sec2 a.comon-btn4 {
  background: #379a10 !important;
  color: #fff !important;
}

.home_sec2 a.comon-btn4:hover {
  background: #121212 !important;
  color: #fff !important;
}

.home_sec3 {
  padding: 120px 0 230px;
}

/* Our Class Section */
.our_class_sec {
  position: relative;
}

.our_class_sec .content {
  position: relative;
}

.our_class_sec .content .btom_content {
  /* position: absolute; */
  /* top: 60px; */
  /* left: 35px; */
  color: #fff;
  padding: 65px 36px 45px;
  background: url(../image/our_class_sec_img1.png) no-repeat center;
  background-size: cover;
  border-radius: 10px;
}

.our_class_sec .content .btom_content ul li img {
  width: 25px;
}

.our_class_sec .content .btom_content ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.our_class_sec .content .btom_content h4 {
  margin-bottom: 23px;
  font-size: 30px;
}

.our_class_sec .content .btom_content ul {
  margin-bottom: 21px;
}

.our_class_sec .content .btom_content .btom_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.our_class_sec .content .btom_content .btom_price h6 {
  font-size: 26px;
  font-weight: 500;
}

.our_class_sec .content .btom_content .btom_price p span {
  font-size: 24px;
  font-weight: 600;
}

.our_class_sec a.comon-btn4 {
  background: #379a10 !important;
  color: #fff !important;
}

.our_class_sec a.comon-btn4:hover {
  background: #121212 !important;
  color: #fff !important;
}

/* Home Section 4 */
.home_sec4 {
  background: url(../image/home_sec4_bg.jpg) no-repeat top;
  background-size: cover;
  color: #fff;
  padding-top: 197px;
}

/* TESTIMONIAL SEC */

.testimonial_sec .review_content h6 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 16px;
}

.testimonial_sec .review_content .star_icon {
  margin-bottom: 17px;
}

.testimonial_sec .review_content img {
  width: 60px !important;
  margin-bottom: 12px !important;
  /* margin: 0 auto; */
}

/* .testimonial_sec .review_content p {
  font-size: 14px;
  margin-bottom: 0;
} */

.testimonial_sec .review_content .star_icon img {
  width: 88px !important;
  margin-bottom: -10px !important;
  margin: 0;
  /* margin: auto; */
}

.testimonial_sec .review_content {
  /* text-align: center; */
  border-radius: 9px;
  padding: 34px 30px;
  margin: 10px 12px;
  /* border: 1px solid #939393; */
  box-shadow: rgba(100, 100, 111, 0.48) 0px 0px 10px 0px;
}

.testimonial_sec .owl-nav {
  position: relative;
}

.testimonial_sec .owl-next {
  position: absolute;
  right: -50px;
  top: -230px;
}

.testimonial_sec .owl-prev {
  position: absolute;
  left: -50px;
  top: -230px;
}

.testimonial_sec .owl-nav img {
  width: 25px;
}

.testimonial_sec .btom_content img {
  width: 140px;
}

.testimonial_sec .btom_content p {
  margin-bottom: 0;
}

.testimonial_sec .btom_content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  gap: 10px;
}

.testimonial_sec .btom_content {
  position: relative;
}

.testimonial_sec .btom_icon img {
  width: 78px;
  position: absolute;
  left: 0;
  transform: rotate(106deg);
  bottom: -90px;
}

/* faq-content */

.faq-contact .accordion-button:not(.collapsed) {
  color: #ececec;
  background-color: #418dcc;
  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: 30px;
  overflow: hidden;
  text-align: start;
  background: #0c2c6200;
  color: #fff;
  border: none;
}

.faq-contact .accordion-body {
  background: #418dcc;
}

.faq-contact .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  background: #418dcc !important;
}

.faq-contact .accordion-button:not(.collapsed)::after {
  background-image: url(../image/down-arrow.png) !important;
  transform: var(--bs-accordion-btn-icon-transform);
}

.faq-contact .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../image/down-arrow.png) !important;
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

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

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

.faq-contact .accordion-item p {
  color: #f1f1f1;
  /* padding-left: 25px;
  border-left: 2px solid #e3e3e3;
  margin-left: 23px; */
}

.faq-contact .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding-top: 0;
  /* padding-left: 25px; */
  /* border-left: 2px solid #e3e3e3; */
  /* margin-left: 23px; */
}

.faq-contact .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 19px 20px;
  font-size: 18px;
  color: #000;
  text-align: left;
  background-color: #f3f3f3;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  font-family: "Urbanist", sans-serif;
}


/* Contact Form  */

.contact_form_sec form button {
  background: #418dcc;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 11px 0;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  border: 0;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  transition: 0.8s;

}

.contact_form_sec form button:hover {
  background: #000;
  color: #fff;
}

.contact_form_sec form button img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
}

.contact_form_sec input {
  width: 100%;
  padding: 16px;
  color: #000;
  font-size: 15px;
  outline: none;
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
}

.contact_form_sec textarea {
  width: 100%;
  padding: 16px;
  color: #000;
  font-size: 15px;
  outline: none;
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
}

.contact_form_sec form {
  padding-left: 30px;
}

.contact_form_sec .heading p {
  font-family: "my-heading-font";
}


/* Blog Sec */

.blog_sec {
  background-color: #000;
  /* color: #fff;  */
}

.blog_sec h2 {
  color: #000;
}

.blog_sec h3 {
  font-size: 28PX;
}

.blog_sec .blog-box p {
  margin-bottom: 7px;
}

.blog_sec .blog-box {
  position: relative;
}

.blog_sec .blog-box .ober-lay {
  position: absolute;
  bottom: 26px;
  left: 10px;
  padding: 10px 18px;
  width: 100%;
}

.blog_sec .blog-box .ober-lay h5 {
  /* font-weight: 300; */
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 28px;
}

.blog_sec .text-dark p {
  margin-bottom: 7px;
  /* color: #dfdfdf; */
  font-size: 16px;
}

.blog_sec a.comon-btn {
  background: #32cd32;
  color: #fff;
}

.blog_sec a.comon-btn:hover {
  background: #fff;
  color: #000;
}

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

.blog_sec .text-dark h5 {
  /* color: #fff; */
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.blog_sec .text-dark h5 b {
  /* color: #fff; */
  font-size: 16px;
  font-weight: 400 !important;
}

.blog_sec a.comon-btn2 {
  background: #418dcc;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 11px 0;
  border-radius: 5px;
  width: 191px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}

.blog_sec a.comon-btn2:hover {
  background: #000;
  color: #fff;
}

/*  */

.contact-info .box {
  background-color: #418dcc;
  color: #fff;
  height: 100%;
  padding-right: 32px !important;
}

.contact-info .box p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #f0f0f0;
  font-weight: 400;
}

.contact-info .box-1 p {
  color: #000;
}

.contact-info .box h3 {
  text-transform: uppercase;
}

.contact-info .box-1 {
  background-color: #cee1f2;
  color: #000;
}

.contact-info .box-1 h4 span {
  font-family: 'my-font1';
  /* color: #f3a918; */
  text-transform: capitalize;
}

.contact-info .box-1 img {
  width: 50px;
  margin-bottom: 25px;
}

.contact-info .box h4 {
  text-transform: capitalize;
  font-size: 25px;
  margin-bottom: 2px;
}

.contact-info .box-2 {
  background-color: #b5d3eb;
}

.contact-info .box-2 a {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

.contact-info .box-3 {
  background-color: #cee1f2;
}

.contact-info .box-3 a {
  color: #000;
  font-weight: 400;
}

.contact-info .box.p-5 .contact_logo {
  width: 205px;
  margin-bottom: 14px;
}


/* FOOTER SEC */

footer {
  padding: 90px 0 45px;
}

footer .ft_logo h4 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 24px;
}

footer .ft_logo img {
  margin-bottom: 28px;
  width: 425px;
}

footer .ft_menu .ft_munu_bar {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 38px;
}

footer .ft_menu .ft_munu_bar li a {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}

footer .ft_menu .ft_munu_bar2 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

footer .ft_menu .ft_munu_bar2 li a {
  color: #000;
  font-weight: 300;
}

footer .ft_menu .ft_munu_bar2 img {
  width: 34px;
}

footer .ft_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-top: 1px solid #fff; */
  /* padding-top: 28px; */
  padding-bottom: 65px;
  flex-direction: column;
  gap: 29px;
}

footer .btom_left_content p {
  margin-bottom: 12px;
  font-size: 15px;
}

footer .btom_left_content2 {
  text-align: end;
}

footer .btom_left_content {
  border-top: 1px solid #000;
  padding-top: 28px;
}

footer .ft_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 54px;
  flex-direction: column;
  gap: 31px;
}

/* Inner Banner */
.inner-banner {
  background: #cee1f2;
  color: #000;
}

.inner-banner h1 {
  /* text-transform: uppercase; */
  font-size: 58px;
  line-height: 1;
  /* font-weight: 800; */
}

.inner-banner {
  background: #cee1f2;
  color: #000;
  padding: 140px 0 80px;
}


/* CONATCT US PAGE */

.contact-info-top {
  margin-top: 14px;
}

.contact .p-contact {
  margin: initial !important;
}

.contact .contact-info form {
  margin-top: 15px;
}

.contact .contact-top {
  background: #fff;
  padding: 43px 12px;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  /* border-right: 1px solid #999; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
}

.contact .contact-icon {
  position: relative;
}

.contact .contact-info-top a {
  color: #282828;
  font-size: 16px;
}

.gaping {
  margin-bottom: 15px !important;
}

.contact .contact-info-top p {
  color: #282828;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}

.contact .contact-icon i {
  background: #b7bc86;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

.contact .contact-left-el {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  background: #f7f7f7;
}

.contact .contact-left-el1 {
  margin-bottom: 26px;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}

.contact .contact-left-el,
.contact-left-el1 a {
  color: #777777;
  transition: all .3s ease-in-out;
}

.contact .contact-form {
  background: #fff;
  padding: 35px 25px;
  box-shadow: 0px 10px 40px rgb(235, 235, 235);
}

.contact .contact-left {
  background: #fff;
  padding: 35px 25px;
  box-shadow: 0px 10px 40px rgb(235, 235, 235);
  width: 100%;
  height: 100%;
}

.contact .contact-left-el,
.contact-left-el1 a:hover {
  color: #b7bc86;
}

.contact .contact-form input {
  height: 55px;
  border-radius: 5px;
  color: #666666;
  border: 1px solid #e2e2e2;
  width: 100%;
  padding: 0 24px;
  outline: none;
}

.contact .contact-form textarea {
  border-radius: 5px;
  color: #666666;
  padding: 16px;
  width: 100%;
  border: 1px solid #e2e2e2;
  outline: none;
}

.contact .contact-form button {
  background: #418dcc;
  ;
  border: 1px solid #418dcc;
  ;
  padding: 14px 0px;
  outline: none;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  width: 280px;
  transition: all 0.5s ease-in-out;
}

.contact .contact-form button:hover {
  background: #000;
  border: 1px solid #000000;
  color: #fff;
}

.maps {
  line-height: 0;
}

.contact-info-top h4 {
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 22px;
}

.contact .contact-info-top a {
  color: #282828;
  font-size: 16px;
  word-break: break-all;
}

.map {
  line-height: 0;
}

.modal form {
  display: flex;
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
}

.modal form input {
  padding: 3px 12px;
  outline: none;
  border: none;
  width: 100%;
}

.modal form button {
  all: unset;
  background-color: var(--theme-color-second);
  color: #fff;
  width: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-size: 19px;
}

.btn-close {

  opacity: 1;
  font-size: 9px;
  position: absolute;
  right: 4px;
  top: 5px;
}

/* blog_page_sec1 */



.blog_page_sec1 h3 {
  font-weight: 400;
}

.blog_page_sec1 .test {
  text-align: end;
}

.blog_page_sec1 .blog-box-img {
  position: relative;
}

.blog_page_sec1 .revview-box {
  justify-content: space-between;
  gap: 15px;
  color: #111;
}

.blog_page_sec1 .revview-box p {
  color: #111;
  display: flex;
  align-items: center;
  gap: 4px;
}

.blog_page_sec1 .d-flex {
  justify-content: space-between;
  gap: 12px;
}

.blog_page_sec1 p {
  color: #373737;
  /* font-size: 17px; */
  margin-bottom: 12px;
}

.blog_page_sec1 h5 {
  color: #000;
  font-size: 17px;
  font-family: "Urbanist", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
}

.blog_page_sec1 .d-flex span {
  color: #666;
}

.blog_page_sec1 hr {
  color: #000;
  opacity: 1;
}

.blog_page_sec1 .read-more {
  color: #0088ca;
  font-weight: 600;
  font-size: 15px;
}

.blog_page_sec1 .blog-box-img img {
  border-radius: 10px;
  margin-bottom: 18px;
}

.blog_page_sec1 .revview-box p i {
  font-size: 18px;
}

.blog_page_sec1 .read-more {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
}

.blog_page_sec1 .read-more::before {
  content: '';
  width: 108px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -3px;
}

/* Inner Blog Page */


/* blog */

.blog {
  overflow: hidden;
}

.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.meta-top ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.meta-top {
  border-bottom: 1px solid #c9c9c96e;
}

.meta-top ul li a {
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #5f656f;
  font-size: 15px;
  border-right: 1px solid #c9c9c96e;
  padding-right: 14px;
}

.meta-top ul li a i {
  color: #015f7b;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-default);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 20px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 50px;
  width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type="text"]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #00212b;
  color: #fff;
  transition: 0.3s;
  border-radius: 0px 50px 50px 0px;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #1e1e1e;
  color: #fff;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-primary);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 26px;
  font-family: "Urbanist", sans-serif;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #555555;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 14px;
}

.follow_icons ul li a {
  color: #fff !important;
  background-color: #3bc1c7;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.follow_icons ul {
  list-style: none;
}

#blog .content a {
  color: #000;
}

#blog .blog-details h2 {
  text-transform: none;
  font-size: 38px;
  margin-top: 20px;
}

.content a.read_more {
  color: #f44542 !important;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.8s;
}

.content a.read_more:hover {
  letter-spacing: 3px;
}

.content a.read_more i {
  font-size: 20px;
}

.post-img {
  position: relative;
}

.time_year {
  position: absolute;
  top: 25px;
  left: 25px;
}

.time_year span {
  background-color: #015f7b;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
}

.blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.meta-top {
  padding: 0px 20px;
  padding-bottom: 10px;
}

#blog .content {
  padding: 0px 20px;
}

.sidebar-item.search-form {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}

.content .button1 {
  color: #fff !important;
  width: 150px;
}

.inner_from textarea {
  width: 100%;
  padding: 20px;
  outline: none;
  border: 1px solid #d1d1d1;
}

.inner_from input {
  width: 100%;
  padding: 14px 20px;
  outline: none;
  border: 1px solid #d1d1d1;
}

.comment-form-cookies-consent input {
  width: 18px;
  height: 20px;
}

.comment-form-cookies-consent label {
  margin-left: 10px;
}

.inner_from {
  margin-top: 30px;
  border-top: 1px solid #d3d3d3;
  padding-top: 30px;
}

.post_btn {
  background: #00212b;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 11px 0px;
  margin: 0;
  border-radius: 50px;
  width: 14rem;
  text-align: center;
  border: none;
  transition: all 0.7s;
}

.post_btn:hover {
  background-color: #000;
}

.blog-details {
  margin-bottom: 20px;
  border-radius: 8px;
}

.blog-details .post-img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* sri_chinmoy_sec2 */
.sri_chinmoy_sec2 .content a {
  color: #535353;
  text-decoration: underline;
}

.sri_chinmoy_sec2 .content h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 14px;
}

.sri_chinmoy_sec2 .content li {
  margin-bottom: 7px;
}

.sri_chinmoy_sec2 .content {
  height: 100%;
  border: 2px solid #418dcc;
  border-radius: 7px;
  padding: 21px 14px;
}

.sri_chinmoy_sec2 .content li a i {
  font-size: 10px;
  color: #000;
}

/* awakening_sec1 */
.awakening_sec1 .content {
  background: #fdfad0;
  padding: 40px 30px;
  border-radius: 10px;
  height: 100%;
}

.awakening_sec1 .content a {
  color: #000;
}

/* landscape_team_sec2 */

.landscape_team_sec2 img {
  border-radius: 8px;
}

.landscape_team_sec2 .team_box {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}

.landscape_team_sec2 .team_box:nth-child(2n+1) {
  background-color: rgb(206, 225, 242);
}

/* .landscape_team_sec2 .team_member_content p {
  margin-bottom: 0;
} */

.landscape_team_sec2 .team_member_content h3 {
  margin-bottom: 12px !important;
}

.landscape_team_sec2 .team_member_content h4 {
  font-size: 20px;
}

.landscape_team_sec2 .team_member_content a {
  color: #000;
}

.landscape_team_sec2 .team_member_content li {
  margin-bottom: 7px;
}


/* *** */

.service_box {
  text-align: center;
  /* margin-bottom: 20px; */
}

.service_box h4 {
  font-size: 21px;
  /* color: #58794e; */
  margin-top: 19px;
  margin-bottom: 12px;
}

.service_box h5 {
  font-size: 15px;
  color: #071f00;
  font-weight: 500;
  margin-bottom: 12px;
}

.service_box p {
  font-size: 15px;
  color: #777777;
  /* height: 0; */
}

/* .service_box a.comon-btn3 {
  color: #58794e;
 font-weight: 700; 
  border: 2px solid #58794e;
}

.service_box a.comon-btn3:hover {
  color: #fff;
  font-weight: 600;
} */

.service_box img {
  border-radius: 9px;
}
form.wpcf7-form.init p {
    margin-bottom: 0px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 150px;
}
/*+++++single page new css code+++  */

#respond {

    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: #1d98af;
    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;
}
input#search-form-1 {
    border: none;
    outline: none;
width: 100%;
}
.single-post label {
    width: 100%;
}
.search-form label {
width: 100% !important;
}
/*NEW CSS  */
.audio-play .player {
  position: relative;
  background-color: #ffffff;
 
  width: 100%;
  height: 500px;
  border-radius: 3px;
  border-bottom: 6px solid #3f51b5;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.audio-play .player:hover .mask {
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 1s;
}
.audio-play  .player .like {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 15px;
  right: 20px;
  z-index: 15;
  font-size: 1.5em;
  vertical-align: middle;
  line-height: 38px;
  color: #f2f2f2;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.audio-play  .player .icon-heart {
  display: block;
}
.audio-play  .player .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 2;
  transition: all 1s;
}
.audio-play  .player-info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  list-style: none;
  color: #262626;
  transform: scale(1);
}
.audio-play  .player-info li {
  margin-bottom: 7px;
}
.audio-play  .player-info li:nth-child(1) {
  font-size: 1.5em;
}
.audio-play  .player-info li:nth-child(2) {
  font-size: 1.2em;
}
.audio-play  .player-info li:nth-child(3) {
  font-size: 0.9em;
}
.audio-play  .player .info-two {
  left: auto;
  right: 4.5%;
  z-index: 1;
  color: #f2f2f2;
}
.audio-play  .player .info-two li:nth-child(2) {
  float: right;
}
.audio-play  .player .info-two li:nth-child(3) {
  display: inline-block;
  float: right;
  clear: both;
}
.audio-play  .player #play-button {
  box-sizing: border-box;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #5c6bc0;
  box-shadow: 0 8px 25px 6px rgba(0, 0, 0, 0.5);
  right: 40px;
  bottom: 90px;
  z-index: 5;
  cursor: pointer;
  transition: all 70ms;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  font-size: 35px;
}
.audio-play  .player #play-button:hover {
  width: 70px;
  height: 70px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  right: 45px;
  bottom: 95px;
  transition: all 70ms;
}
.audio-play  .player #play-button .icon-play {
  position: absolute;
  font-size: 1.5em;
  left: 52%;
  top: 50%;
  transform: translate(-48%, -50%);
  transition: all 70ms;
  color: #ffffff;
}
.audio-play  .player #play-button:hover .icon-play {
  font-size: 1.2em;
  transition: all 70ms;
}
.audio-play .player #play-button .icon-cancel {
  position: absolute;
  font-size: 1.6em;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -51%);
  color: #ffffff;
}
.audio-play  .control-row {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 130px;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 3;
}
.audio-play  .control-row #pause-button {
  box-sizing: border-box;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f2f2f2;
  left: 40px;
  bottom: 25px;
  z-index: 5;
  cursor: pointer;
  border: none;
  transform: scale(0);
  display: none;
  -webkit-animation: scale-animation 0.4s;
  animation: scale-animation 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  display: flex!important;
  align-items: center;
  justify-content: center;
  font-size: 55px;
}
.audio-play  .control-row #pause-button .icon-pause {
  position: absolute;
  font-size: 1.5em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s;
  color: #424242;
}
.audio-play  .control-row #pause-button .icon-play {
  position: absolute;
  font-size: 1.5em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s;
  color: #424242;
}
.audio-play  .control-row .seek-field {
  bottom: 67px;
  left: 148px;
  position: absolute;
  width: 170px;
  z-index: 5;
  transform: scale(0);
  display: none;
  -webkit-animation: scale-animation 0.4s;
          animation: scale-animation 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.audio-play  .control-row .volume-field {
  bottom: 67px;
  right: 127px;
  position: absolute;
  width: 50px;
  z-index: 5;
  transform: scale(0);
  display: none;
  -webkit-animation: scale-animation 0.4s;
          animation: scale-animation 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.audio-play  .control-row .volume-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  bottom: 58px;
  right: 185px;
  z-index: 5;
  font-size: 1.2em;
  display: none;
  transform: scale(0);
  -webkit-animation: scale-animation 0.4s;
          animation: scale-animation 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.audio-play  .control-row .volume-icon .icon-volume-up {
  color: #424242;
}
.audio-play  .like-active {
  color: #ef5350;
  -webkit-animation: scale-animation 0.4s;
          animation: scale-animation 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes scale-animation {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-animation {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.audio-play  .waves-animation-one {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #5c6bc0;
  z-index: 3;
  left: 42.5%;
  bottom: 20%;
  transform: scale(0);
  -webkit-animation: waves-animation-one 0.25s;
          animation: waves-animation-one 0.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  display: none;
}
@-webkit-keyframes waves-animation-one {
  0% {
    transform: scale(1);
  }
  99% {
    transform: scale(7.8);
  }
  100% {
    transform: scale(7.8);
  }
}
@keyframes waves-animation-one {
  0% {
    transform: scale(1);
  }
  99% {
    transform: scale(7.8);
  }
  100% {
    transform: scale(7.8);
  }
}
.audio-play  .waves-animation-two {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #5c6bc0;
  z-index: 3;
  right: 40px;
  bottom: 35px;
  transform: scale(7.8);
  display: none;
  -webkit-animation: waves-animation-two 0.2s;
          animation: waves-animation-two 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes waves-animation-two {
  to {
    transform: scale(0);
  }
}
@keyframes waves-animation-two {
  to {
    transform: scale(0);
  }
}
.audio-play  .info-active {
  -webkit-animation: info-active-animation 3s;
          animation: info-active-animation 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.37s;
          animation-delay: 0.37s;
}
@-webkit-keyframes info-active-animation {
  to {
    bottom: 56.5%;
  }
}
@keyframes info-active-animation {
  to {
    bottom: 56.5%;
  }
}
.audio-play  .play-active {
  -webkit-animation: play-animation 0.3s;
          animation: play-animation 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes play-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  98% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transform: translate(-200px, 65px);
  }
  99% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transform: translate(-200px, 65px) scale(0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transform: translate(0, 65px) scale(1);
  }
}
@keyframes play-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  98% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transform: translate(-200px, 65px);
  }
  99% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transform: translate(-200px, 65px) scale(0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transform: translate(0, 65px) scale(1);
  }
}
.audio-play  .play-inactive {
  -webkit-animation: play-inactive 1s;
          animation: play-inactive 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes play-inactive {
  from {
    transform: translate(0, 65px);
  }
}
@keyframes play-inactive {
  from {
    transform: translate(0, 65px);
  }
}
.audio-play  input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.audio-play  input[type="range"]:focus {
  outline: none;
}
.audio-play  input[type="range"] + .thumb {
  display: none;
}
.audio-play  input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
  background: #f2f2f2;
  border-radius: 0;
  border: 0px solid #000101;
}
.audio-play  input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
  border: 0px solid transparent;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #009688;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.audio-play  input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #f2f2f2;
}
.audio-play  input[type="range"]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
  background: #f2f2f2;
  border-radius: 0;
  border: 0px solid #000101;
}
.audio-play  input[type="range"]::-moz-range-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
  border: 0px solid transparent;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #009688;
  cursor: pointer;
}
.audio-play  input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
  padding-top: 5px;
}
.audio-play  input[type="range"]::-ms-fill-lower {
  background: #f2f2f2;
  border: 0px solid transparent;
  border-radius: 0;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
}
.audio-play  input[type="range"]::-ms-fill-upper {
  background: #f2f2f2;
  border: 0px solid transparent;
  border-radius: 0x;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
}
.audio-play  input[type="range"]::-ms-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
  border: 0px solid transparent;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #009688;
  cursor: pointer;
  margin-top: 1px;
}
.audio-play  input[type="range"]::-ms-tooltip {
  display: none;
}
.audio-play  input[type="range"]::-ms-ticks {
  display: none;
}
.audio-play  input[type="range"]:focus::-ms-fill-lower {
  background: #f2f2f2;
}
.audio-play  input[type="range"]:focus::-ms-fill-upper {
  background: #f2f2f2;
}
#blog .content iframe {
    width: 100%;
}

.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: #d6d4d4;
}

span.page-numbers.current {
    background-color: #cee1f2;
    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;
}


.home_sec1.pt-0 {
    position: relative;
    z-index: 999;
}