.section_main_heading > span{
  font: 400 15px var(--font-ABeeZee);
  margin-bottom: 5px;
  letter-spacing: 4px;
  color: #6f6f73;
}
.section_main_heading h3 {
  letter-spacing: 1px;
  color: var(--color-252f3b);
  font-family: var(--font-trirong);
  font-weight: 900;
  padding: 10px 0;
}
.section_main_heading > span:after,.section_main_heading > span:before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: var(--color-6787fe);
  display: inline-block;
  margin-bottom: 4px;
}
.section_main_heading.white_heading h3{
  color: white;
}
section h1, section h2, section h3, section h4, section h5, section h6{
  padding: 0;
}
/* ------------ About Us -------------- */
#about-us .about-head {
  padding-bottom: 40px;
  align-items: center;
}
#about-us .about-head p {
  font-size: 24px;
  letter-spacing: 1px;
  color: var(--color-6787fe);
  font-family: var(--font-ABeeZee);
  font-weight: 700;
  margin-bottom: 0;
}
#about-us .about-head h3 {
  font-size: 36px;
  letter-spacing: 1px;
  color: var(--color-252f3b);
  font-family: var(--font-trirong);
  font-weight: 900;
}
#about-us .about-feature-box {
  padding-bottom: 25px;
}
#about-us .about-feature-box a {
  font-size: 24px;
  letter-spacing: 1px;
  color: var(--color-252f3b);
  font-family: var(--font-ABeeZee);
  font-weight: 700;
  display: inline-block;
  padding-top: 10px;
}
#about-us .about-feature-box p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 25px;
  color: #a0b1c1;
  font-family: var(--font-ABeeZee);
  font-weight: 400;
  margin-bottom: 0;
}
#about-us .about-feature {
  border-bottom: 2px solid #e5e9ee;
}
#about-us .about-images {
  text-align: right;
}
#about-us .about-feature-box:hover img {
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#submenu:hover {
  -webkit-transform: rotate(360deg) scale(2);
  -moz-transform: rotate(360deg) scale(2);
  -o-transform: rotate(360deg) scale(2);
  -ms-transform: rotate(360deg) scale(2);
  transform: rotate(360deg) scale(2);
}
#submenu:hover, #submenu:focus {
  border-color: #5e5223;
  background: #e0d8b7;
  border-width: 1px;
  transform: scale(1.5);
}
/* ----------- Connect Us ------------ */
#connect-us {
  clip-path: polygon(0 0, 100% 0, 100% 89%, 70% 89%, 67% 100%, 34% 100%, 30% 89%, 0 89%);
}
#connect-us .connect-us-text {
  text-align: center;
}
#connect-us .connect-us-text h4 {
  font-size: 30px;
  letter-spacing: 1px;
  color: var(--color-252f3b);
  font-family: var(--font-trirong);
  font-weight: 900;
  padding-top: 25px;
}
#connect-us .connect-us-text p {
  font-size: 18px;
  letter-spacing: 0px;
  color: var(--color-252f3b);
  font-family: var(--font-ABeeZee);
  font-weight: 700;
  padding-top: 25px;
}
#connect-us .connect-us-text a {
  font-size: 16px;
  letter-spacing: 3px;
  color: var(--color-252f3b);
  font-family: var(--font-ABeeZee);
  font-weight: 900;
  background-color: white;
  padding: 13px 10px;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px;
}
#connect-us .connect-us-text a:hover {
  background-color: var(--color-252f3b);
  color: white;
}
/* --------- SLIDER--------- */
#slider .container {
  position: relative;
}
#slider {
  max-width: 100%;
  margin: auto;
  padding: 0;
  position: relative;
  background-color: black;
}
#slider img {
  width: 100%;
}
#slider h3 {
  font: 800 45px var(--font-trirong);
  padding-top: 11px;
  letter-spacing: 1px;
  line-height: 53px;
  color: white;
  margin-bottom: 28px;
}
#slider h5 {
  font: 400 14px var(--font-ABeeZee);
  padding-top: 10px;
  letter-spacing: 6px;
  line-height: 23px;
  color: white;
}
.slider-box {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  padding: 50px 60px 50px 60px;
  max-width: 55%;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
#slider .carousel-prev-button {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#slider .carousel-next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
#slider .carousel-item-next, #slider .carousel-item-prev, #slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon {
  background-image: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: auto;
  height: auto;
}
#slider ol.carousel-indicators li {
  padding: 3px;
  border: 2px solid white;
  margin-right: 10px;
  opacity: 1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: transparent;
}
/*Fade slider*/
#slider .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
#slider .carousel-fade .carousel-item.active, #slider .carousel-fade .carousel-item-next.carousel-item-left, #slider .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
#slider .carousel-fade .carousel-item-next, #slider .carousel-fade .carousel-item-prev, #slider .carousel-fade .carousel-item.active, #slider.carousel-fade .active.carousel-item-left, #slider .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
#slider ol.carousel-indicators {
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#slider ol.carousel-indicators .active {
  background-color: var(--color-6787fe) !important;
  border: 2px solid var(--color-6787fe);
}
#slider .slide_nav i {
  font-size: 14px;
  color: white;
  width: 55px;
  height: 55px;
  border: 2px solid white;
  padding: 19px 21px;
  border-radius: 50%;
}
#slider .slide_nav i:hover {
  background-color: var(--color-6787fe);
  border-color: var(--color-6787fe);
  color: white;
}
#slider .theme_button2 {
  margin-right: 15px;
}
/* ----------- Our Services ---------- */
#our-services .services-head img {
  position: absolute;
  top: 10px;
}
#our-services .service-info h4 {
  text-align: center;
}
#our-services .service-info h4 a {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  color: var(--color-3d434a);
  font-family: var(--font-trirong);
  font-weight: 700;
  text-align: center;
}
#our-services .service-info {
  border-radius: 2px;
  position: relative;
  padding: 25px 15px 15px 15px;
}
#our-services .service-info:hover {
  background-color: var(--color-6787fe);
  box-shadow: rgb(0 0 0 / 4%) 0px 3px 5px;
}
.service-img {
  transition: 2s cubic-bezier(.09,0,.83,.67);
}
#our-services .service-info:hover h4 a {
  color: white;
}
/* ------------- About ---------- */
#about-us {
  padding: 3% 0;
}
#about-us .about-box {
  position: absolute;
  top: -56px;
  left: 15px;
  width: 340px;
  height: 220px;
  background-color: white;
  box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
  z-index: 1;
  padding: 20px;
}
#about-us .about-contact {
  left: -88px;
  bottom: -49px;
  background-color: var(--color-6787fe);
  color: white;
  padding: 30px 40px 0px 40px;
  float: right;
  position: relative;
  transition: .6s cubic-bezier(0,1.5,.5,1);
}
#about-us .section_text {
  font: 400 15px var(--font-ABeeZee);
  font-size: 15px;
  line-height: 24px;
  color: #9ca1a6;
}
#about-us a.theme_button2{
  margin-top: 20px;
}
#about-us .about-contact input, #about-us .about-contact input[type="text"],#about-us .about-contact input[type="email"],#about-us .about-contact input[type="phno"],#about-us .about-contact input[type="password"],#about-us .about-contact textarea,#about-us .about-contact select {
  border-bottom: 1px solid #7b96fb;
  width: 100%;
  padding: 10px 10px;
  margin: 0 0 15px 0;
  height: auto;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  color: white;
  font: 400 14px var(--font-ABeeZee);
  letter-spacing: 1px;
}
#about-us .about-contact input::placeholder{
  color: white;
}
#about-us .about-contact select option {
    color: black;
}
/* -------------Banner Section ---------- */
#banner {
  text-align: center;
  padding: 10% 0;
  background-color: black;
}
.off_percent {
  font-size: 60px;
}
#banner h3 {
  letter-spacing: 2px;
  line-height: 26px;
  color: white;
}
#banner .banner_text {
  letter-spacing: 9px;
  line-height: 26px;
  color: white;
  padding: 10px 20px 30px 20px;
}
/* -------------Our Records ---------- */
#our-records .record_box {
  background-color: var(--color-6787fe);
  padding: 30px 20px;
}
#our-records .record_box:hover {
  background-color: var(--color-252f3b);
}
#our-records .record_box .records-icons {
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#our-records .record_box:hover .recods-content{
  border-color: #3b444f;
}
.recods-content {
  border-left: 1px solid #7e99fd;
  padding-left: 26px;
}
#our-records .record_box:hover .records-icons {
  transform: rotateY(180deg);
}
#our-records .recods-content h4 {
  font: 900 32px var(--font-trirong);
  color: white;
  padding: 0;
}
#our-records .recods-content span {
  font: 400 14px var(--font-ABeeZee);
  letter-spacing: 2px;
  line-height: 23px;
  color: white;
}
/* ------------ Our Projects ------------ */
#our-projects {
  overflow-x: hidden;
}
/* ---------- Project Hover ---------- */
.project-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: black;
}
.project-box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.project-box {
  opacity: 1;
  width: 100%;
}
.project-box:after, .project-box:before {
  background: var(--color-121212);
  width: 0;
  height: 0;
  position: absolute;
  content: '';
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.project-box:after {
  top: 0;
  left: 0;
}
.project-box:before {
  right: 0;
  bottom: 0;
}
.project-box .box-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  padding: 20px;
}
.project-box h5, .project-box h4,.project-box i, .project-box a {
  margin: 4px 0px;
  width: 100%;
  opacity: 0;
}
.project-box h4{
  font: 800 18px var(--font-trirong);
  letter-spacing: 1px;
  line-height: 28px;
  color: white;
}
.project-box h5.project-link {
  font: 500 14px var(--font-ABeeZee);
  padding: 4px 20px !important;
  letter-spacing: 3px;
  color: #ded5d5;
}
.project-box .box-content i {
  display: block;
  color: white;
  font-size: 20px;
  padding: 20px 0;
}
.project-box:hover:after, .project-box:hover:before {
  width: 100%;
  height: 100%;
}
.project-box:hover .box-content h5, .project-box:hover .box-content h4 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.project-box:hover .box-content h5,.project-box:hover .box-content i, .project-box:hover .box-content h4{
  opacity: 1;
}
/*------------------------Newsletter Section------------------------------*/
#newsletter .newsletter-content h3 {
  letter-spacing: 1px;
  padding-bottom: 5px !important;
  padding: 0;
}
#newsletter .newsletter-content .news_section_text, #newsletter .newsletter-content .news_section_text p {
  font: 400 15px var(--font-ABeeZee);
  letter-spacing: 1px;
  color: white;
  line-height: 26px;
  margin-bottom: 0;
}
#newsletter .newsletter-form input {
  max-width: 79%;
  background-color: transparent;
  border-radius: 40px;
  padding: 9px 20px;
  border: 1px solid white;
}
.newsletter-form {
    margin-top: 14px;
}
#newsletter .newsletter-form input::placeholder {
  color: white;
}
#newsletter .newsletter-form input.wpcf7-submit {
  position: absolute;
  right: 0%;
  border: none;
  padding: 10px 30px;
  background-color: var(--color-252f3b) !important;
  color: white;
  top: 14px;
}
.newsletter-form p {
  margin-bottom: 0;
}
.newsletter-form .wpcf7 .ajax-loader {
  position: absolute;
  top: 10px;
}
/*--------------Our Product----------------*/
#our-products .product-image {
  border-bottom: 2px solid var(--color-cccccc);
  padding: 0;
  display: inline-block;
}
#our-products .pro-price {
  background-color: white;
  display: inline-block;
  border: 2px solid var(--color-cccccc);
  padding: 0px;
  border-radius: 50px;
  padding: 0 10px;
}
#our-products .onsale {
  position: absolute;
  left: 9%;
  background-color: var(--color-252f3b);
  padding: 15px 12px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  top: 4%;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 32px;
  color: white;
  font-family: var(--font-trirong);
  font-weight: 800;
}
#our-products .p-cart i {
  background-color: white;
  padding: 12px;
  border-radius: 50%;
  border: 2px solid var(--color-cccccc);
}
.product-content{
  text-align: center;
}
#our-products .product-content .woo_product_title {
  font-size: 18px;
  letter-spacing: 1px;
  color: var(--color-252f3b);
  font-family: var(--font-trirong);
  font-weight: 800;
  text-align: center;
  text-transform: capitalize;
}
#our-products .product-content .woo_product_title:hover {
  color: var(--color-6687fe);
}
#our-products .pro-price del {
  font-size: 13px;
  display: inline-block;
  margin-top: 6px;
}
#our-products .pro-price ins {
  font: 800 16px var(--font-trirong);
  text-decoration: none;
  line-height: 40px;
  color: #585858;
  text-align: center;
  float: left;
  padding-right: 8px;
}
#our-products .product-content:hover .onsale,#our-products .product-content:hover .pro-price,#our-products .product-content:hover .p-cart i {
  background-color: var(--color-6787fe);
  border-color: var(--color-6787fe);
  color: white;
}
#our-products .product-content:hover .pro-price ins {
  color: white;
}
#our-products .product-content:hover .product-image {
  border-bottom-color: var(--color-6787fe);
}
#products-loop {
  display: none;
}
#our-products a.added_to_cart.wc-forward {
  display: inline-block;
  margin-top: -72px;
  position: absolute;
  left: -7px;
  color: white;
  font-weight: 600;
  background-color: var(--color-6687fe);
  padding: 6px;
}
.pro-details {
  margin-top: -32px;
  margin-bottom: 14px;
}
.p-cart a.button {
  padding: 0;
  padding-left: 15px;
}
/* ------------ Testimonial ------------- */
.section_main_heading.one_border_head span:before{
  display: none;
}
#testimonial .testimonial-head img {
  position: absolute;
  top: -26px;
}
#testimonial .testimonials-box {
  text-align: center;
}
#testimonial .testimonials-box .testi-text p {
  font: 400 15px var(--font-ABeeZee);
  padding: 0;
  text-align: left;
  letter-spacing: 1px;
  line-height: 30px;
  color: var(--color-9ca1a6);
}
#testimonial .testimonials-box .texticons {
  border: none;
  margin: 0;
  border-radius: 0;
  max-width: 70%;
  float: right;
}
#testimonial .testimonials-box img {
  border-radius: 50%;
  border: 2px solid white;
  margin-left: 0;
}
#testimonial .testimonials-box h5 {
  margin-bottom: 5px;
  margin-top: 15px;
}
#testimonial .testimonials-box h3 a {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 26px;
  color: var(--color-252f3b);
  font-family: var(--font-trirong);
  font-weight: 700;
  text-align: right;
}
#testimonial .testimonials-box .test-content {
  text-align: right;
}
#testimonial .testimonials-box .test-content img {
  text-align: left;
}
#testimonial .testimonials-box cite {
  font: 700 15px var(--font-trirong);
  letter-spacing: 1px;
  line-height: 26px;
  color: var(--color-3d434a);
}
#testimonial .owl-dots {
  text-align: center;
  padding-top: 30px;
  position: absolute;
  bottom: 20%;
  left: 6%;
}
.quote_icon_svg{
  fill: var(--color-6787fe);
}
/* --------- Partners ----------- */
#our-partners {
  background-color: var(--color-252f3b);
}
#our-partners #partners-loop {
  display: none;
}
/* --------- Price Plans ----------- */
#video-price {
  padding: 0;
  position: relative;
  background-color: black;
}
#pricing-plan {
  background-color: white;
  text-align: center;
  position: relative;
  top: 0;
  width: 100%;
  margin-bottom: -80px;
}
#pricing-plan .why-tabs {
  margin-left: 0;
  list-style-type: none;
  border: 1px solid var(--color-eaeaea);
  border-radius: 50px;
  display: inline-block;
}
#pricing-plan .why-tabs li {
  display: inline-block;
  margin-right: -5px;
}
#pricing-plan .why-tabs li:nth-child(2) {
  border-left: 1px solid var(--color-eaeaea);
  border-right: 1px solid var(--color-eaeaea);
}
#pricing-plan .why-tabs li .active {
  font: 400 14px var(--font-ABeeZee);
  background-color: var(--color-6687fe);
  margin: 0;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 23px;
}
#pricing-plan .why-tabs li:nth-child(2) .active {
  border-radius: 0;
}
#pricing-plan .why-tabs li:nth-child(3) .active {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#pricing-plan .why-tabs li a {
  font: 400 14px var(--font-ABeeZee);
  letter-spacing: 1px;
  line-height: 23px;
  color: var(--color-9ca1a6);
  padding: 12px 24px;
}
#pricing-plan .plan-content .plan-price span {
  font: 800 34px var(--font-trirong);
  letter-spacing: 1px;
  line-height: 52px;
  color: var(--color-252f3b);
  padding: 18px 0 0px 0;
  margin: 0;
  display: block;
}
#pricing-plan .plan-content ul {
  list-style: none;
  margin-bottom: 25px;
}
#pricing-plan .plan-content ul.plan-features li {
  font: 400 15px var(--font-ABeeZee);
  letter-spacing: 1px;
  line-height: 35px;
  color: var(--color-9ca1a6);
}
/* ----------- video ------------- */
#video {
  padding: 120px 0 30% 0px;
}
#video i {
  color: white;
  width: 80px;
  height: 80px;
  background-color: var(--color-6687fe);
  padding: 27px 28px;
  font-size: 22px;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  margin: auto;
  top: 0%;
  border: 3px solid #f1f1f1;
}
#video .video-text h3 {
  font: 700 28px var(--font-trirong);
  letter-spacing: 1px;
  line-height: 32px;
  color: white;
}
/* ------------ Video Popup ----------------- */
/* The Modal (background) */
#video-price .modal-new {
  display: none;
  position: fixed;
  z-index: 999999999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
/* Modal Content */
#video-price .modal-contents {
  background-color: white;
  margin: auto;
  padding: 6px;
  width: 65%;
  transition: 2s;
  border-radius: 10px;
}
/* The Close Button */
#video-price .close-one {
  color: var(--color-252525:);
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding-right: 20px;
}
#video-price .close-one:hover, #video-price .close-one:focus {
  text-decoration: none;
  cursor: pointer;
}
/* ------------ Our Team ------------- */
#our-team .team-content {
  background-color: white;
  max-width: 580px;
  padding: 20px 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #9797984f;
  width: 72%;
}
.team-box {
  padding-bottom: 4em;
}
#our-team .team-content h5 a {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #141313;
  font-family: var(--font-trirong);
  font-weight: 700;
}
#our-team .team-content span {
  font-size: 14px;
  padding: 20px 0;
  line-height: 2px;
  letter-spacing: 1px;
}
#our-team .team-img img {
  text-align: left !important;
  margin: 0 !important;
}
#our-team .social-profiles i {
  color: var(--color-9ca1a6);
  font-size: 13px;
  padding: 10px 16px 10px 0px;
}
#our-team .team-text {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: none;
  transition: .5s ease;
  background-color: var(--color-6787fe);
  max-width: 580px;
  padding: 30px 22px;
  bottom: 0;
  right: 0;
  border: 1px solid var(--color-6787fe);
  color: white;
  width: 72%;
}
#our-team .team-text h4 a {
  color: white;
}
#our-team .team-text .social-profiles i {
  color: white;
}
#our-team .team-text .social-profiles {  
  padding-bottom: 6px;
  padding-top: 8px;
}
#our-team .team-text span {
  letter-spacing: 0;
  display: block;
  color: #fbedee;
  font-size: 14px;
}
#our-team .team-box:hover .team-content {
  display: none;
}
#our-team .team-box:hover .team-text {
  display: block;
}
/* ------------ Our features ------------- */
#our-features .features-img img {
  position: relative;
  height: 90%;
  top: 25px;
  width: 100%;
}
#our-features .features-content {
  padding: 30px 0px;
}
#our-features .features-info img {
  position: absolute;
  left: -43px;
  background-color: white;
  border-radius: 50%;
  padding: 22px;
  border: 5px solid var(--color-6787fe);
  width: auto;
}
#our-features .features-info {
  padding: 15px 18px;
}
#our-features .features-info:last-child {
  padding-bottom: 0;
}
#our-features .featuresinfo {
  margin-left: 7%;
}
#our-features .featuresinfo h5 a {
  font: 800 18px var(--font-trirong);
  letter-spacing: 1px;
  line-height: 36px;
  color: white;
}
#our-features .featuresinfo .feature_text {
  font: 400 15px var(--font-ABeeZee);
  letter-spacing: 1px;
  line-height: 30px;
  color: #fbedee;
  margin: 0;
}
/* ------------ Our Blog ------------- */
#our-blogs .box-content {
  position: absolute;
  background-color: white;
  right: -20%;
  z-index: 99;
  transform: translateY(25%);
  padding: 27px 20px;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#our-blogs .box-content h4 a {
  font: 800 18px var(--font-trirong);
  letter-spacing: 1px;
  line-height: 28px;
  color: var(--color-252f3b);
}
#our-blogs .box-content .blog-meta, #our-blogs .box-content .blog-meta a {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  color: var(--color-9ca1a6);
  padding: 8px 0;
  text-transform: capitalize;
}
#our-blogs .box-content .blog-meta .blog-author {
  position: relative;
  margin-right: 30px;
}
.blog-author a:after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background-color: #979798;
  position: absolute;
  left: unset;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
#our-blogs .box-content .blog-text {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  color: var(--color-9ca1a6);
}
#our-blogs .blog-info {
  position: absolute;
  bottom: 14px;
  right: 79px;
}
#our-blogs .blob-box img {
  position: relative;
  right: 10%;
}
#our-blogs .blog-info .blog-det {
  font-size: 14px;
  background-color: white;
  letter-spacing: 1px;
  color: var(--color-252f3b);
  padding: 10px;
  text-align: center;
  padding: 21px 30px;
}
#our-blogs .blog-info .blog-det i {
  margin-right: 4px;
}
#our-blogs .blog-info .blog_btn {
  background-color: var(--color-6787fe);
  font: 800 15px var(--font-trirong);
  letter-spacing: 1px;
  color: white;
  text-align: center;
  padding: 16px 30px;
}
#our-blogs .owl-carousel .owl-nav i {
  display: none;
  background-color: var(--color-252f3b);
}
#our-blogs .owl-carousel .owl-nav button.owl-prev, #our-blogs .owl-carousel .owl-nav button.owl-next {
  width: 1%;
  background-color: var(--color-252f3b);
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 30px;
  color: white;
  font-family: var(--font-trirong);
  font-weight: 700;
  padding: 10px 28px 10px 20px !important;
}
#our-blogs .owl-carousel .owl-nav button.owl-prev:hover, #our-blogs .owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--color-6787fe);
}
#our-blogs .owl-dots {
  padding: 30px 0;
}
span.customize-partial-edit-shortcut.customize-partial-edit-shortcut-vw_physiotherapy_pro_our_projects_enable:before, span.customize-partial-edit-shortcut.customize-partial-edit-shortcut-vw_physiotherapy_pro_our_projects_enable:after {
    display: none;
}
