.logoCss {
  font-size: 26px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.service-icon i {
  font-size: 2em !important;
  color: #4fa6c5 !important;
}

.serv_title {
  font-size: 23px !important;
}

.linkedin i {
  color: #0c61bf;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff !important;
}

.cont_img {
  width: 70% !important;
  height: auto !important;
}

/*-----------------------
DESK CSS
-----------------------*/
.admin_desk {
  width: 100%;
  padding: 25px 15px 25px 25px;
  border-radius: 20px;
}

.pricnimg {
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 5px #888888;
  border-radius: 10px;
}

.admin_desk .desig_text {
  font-size: 18px;
  font-weight: 600;
}

/*-----------------------
    DESK CSS
    -----------------------*/

/*--------Load More---------*/
.load_morediv {
  width: 100%;
  text-align: center;
}

.show_more_main {
  width: 200px;
  margin: 20px auto;
}

.loding {
  background-color: transparent;
  border: 0px solid;
  color: #499825;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 10px 0;
  outline: 0;
  font-weight: bold;
}

.loding_txt {
  background-image: url(../img/loading.gif);
  background-position: left;
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
  height: 16px;
  padding-left: 30px;
}

/*--------Load More---------*/
.blog_title {
  font-size: 20px;
}

/*********************************
Blog CSS
*********************************/
.blog11 {
  padding-top: 20px;
}

.bdelfont {
  font-size: 23px !important;
}

.topmar {
  top: 40px !important;
}

.blog_post_container {
  width: 100%;
}

.blog_post_del {
  width: 100%;
}

.blog_post {
  margin-bottom: 30px;
  background-color: #f5f7f7;
  padding: 13px;
  border-radius: 0.5rem;
}

.blog_post:not(:last-child) {
  margin-bottom: 74px;
}

.blog_post_image {
  width: 100%;
}

.blog_post_image img {
  width: 100%;
  height: 230px;
}

.blog_post_image11 {
  width: 100%;
}

.blog_post_image11 img {
  width: 100%;
  height: 480px;
}

.blog_post_meta {
  margin-top: 15px;
}

.blog_post_meta ul {
  padding-left: 0px !important;
}

.blog_post_meta_item {
  display: inline-block;
  position: relative;
  margin-right: 27px;
}

.blog_post_meta_item:last-child {
  margin-right: 0px;
}

.blog_post_meta_item::after {
  display: block;
  position: absolute;
  top: 4px;
  right: -16px;
  width: 2px;
  height: 14px;
  background: #033;
  content: "";
}

.blog_post_meta_item:last-child::after {
  display: none;
}

.blog_post_meta_item {
  font-size: 14px;
  font-weight: 500;
  color: #05719d;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.blog_post_title {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.blog_post_text {
  margin-top: 10px;
  padding-bottom: 15px;
}

.whatappshare55 {
  text-align: left;
  width: 100%;
  margin: 20px 0 20px 0;
}

.moreBlog_div {
  width: 100%;
  padding-top: 15px;
}

.moreBlog_div .moreblog_title {
  text-align: center;
  font-size: 27px;
}

.accordion-button::after {
  display: none !important;
}

/*---------------------
	Blog Category Section
-----------------------*/

/*********************************
Whatsapp Share
*********************************/
.modal-title {
  width: 100%;
  font-size: 18px;
  font-weight: 500 !important;
  color: #05719d;
}

.whatsharefrom {
  padding: 10px 15px 10px 0px;
}

.whatappshare {
  text-align: center;
  width: 100%;
  margin: 40px 0 0px 0;
}

.whatsappbtn {
  background-color: #28a745;
  text-decoration: none;
  border: none;
  color: #fff !important;
  padding: 10px 15px 10px 15px;
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
}

.whatsappbtn:hover {
  background-color: #218838;
  color: white;
}

.btnproduct {
  background-color: #05719d;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  color: #fff !important;
  padding: 6px 15px 5px 15px;
  font-size: 17px;
  cursor: pointer;
  margin-right: 10px;
}

.btnproduct:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}

.whatapptextBx {
  border: 1px solid #ccc;
  color: #000000;
  height: 38px;
  outline: 0 none;
  font-size: 14px;
  padding: 5px 0px 5px 10px;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.whatapptextBx:focus {
  border: 1px solid #05719d;
}

.wamargbot {
  margin-top: 10px;
}

/*********************************
Whatsapp Share
*********************************/
/*********************************
Service
*********************************/
.service_details {
  width: 100%;
}

.service_image {
  width: 100%;
  border: 1px solid #05719d;
  padding: 5px;
  border-radius: 10px;
}

.service_image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/*********************************
Service
*********************************/
.carousel-newpro .owl-nav {
  position: absolute;
  top: calc(45% - 60px);
  width: 100%;
  left: 0;
}

.carousel-newpro .owl-nav button.owl-next,
.carousel-newpro .owl-nav button.owl-prev {
  color: #ef2b2f;
  font-size: 30px;
  position: relative;
}

.carousel-newpro .owl-nav button.owl-next {
  float: right;
  right: -85px;
}

.carousel-newpro .owl-nav button.owl-prev {
  float: left;
  left: -85px;
}

/*---- Fixed Side Contact ----*/
.support {
  background: #f97210;
  width: 42px !important;
  height: 42px !important;
  color: #333;
  font-size: 20px;
  position: fixed;
  right: 15px;
  bottom: 60px;
  cursor: pointer;
  z-index: 999;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.support:hover {
  cursor: pointer;
}

.support img {
  transition: all 300ms ease-in-out;
  width: 60%;
}

.inner-fabs a {
  background: #81b304;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 29px;
  position: fixed;
  right: 15px;
  bottom: 60px;
  cursor: pointer;
  z-index: 99;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  padding-left: 1px;
}

.inner-fabs a i {
  font-size: 22px;
}

.inner-fabs a:hover {
  text-decoration: none;
}

.inner-fabs.show a {
  transition: all 300ms ease-in-out;
}

.inner-fabs.show a:nth-child(1) {
  bottom: 110px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #3b5998;
}

.inner-fabs.show a:nth-child(2) {
  bottom: 160px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #f502be;
}

.inner-fabs.show a:nth-child(3) {
  bottom: 210px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #e53c29;
}

.inner-fabs.show a:nth-child(4) {
  bottom: 260px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #28a745;
}

.inner-fabs.show a:nth-child(5) {
  bottom: 310px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #03e7e7;
}

.returntotop {
  background: #81b304;
  width: 42px !important;
  height: 42px !important;
  color: #fff;
  font-size: 18px;
  position: fixed;
  right: 15px !important;
  bottom: 10px !important;
  cursor: pointer;
  z-index: 999;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  opacity: 1;
}

.returntotop i {
  font-size: 24px;
  display: block;
  color: #fff;
}

.returntotop.show {
  opacity: 1;
}

/*---- Fixed Side Contact ----*/