.weblogo {
  width: 170px;
  height: 170px;
  margin-top: 3px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.weblogo img {
  width: 140px;
  height: auto;
  margin-top: 10px;
  margin-left: 15px;
}

.bg-header {
  background: linear-gradient(to left, #a2bc65, #558c97);
}

.bghead-margin {
  bottom: 26px;
  position: relative;
}

.foot_btn {
  width: 225px;
  font-size: 17px;
}

.carousel-text h1 {
  font-size: 30px;
}

.carousel-text p {
  font-size: 16px;
  line-height: 30px;
  color: #707070;
  font-weight: 600;
}

.call_round {
  border-radius: 50%;
  height: 65px;
  width: 65px;
}

.phone-ring {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  animation: ring 0.8s infinite;
  transform-origin: center;
  margin-left: -4px;
  margin-top: 6px;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }

  15% {
    transform: rotate(15deg);
  }

  30% {
    transform: rotate(-15deg);
  }

  45% {
    transform: rotate(12deg);
  }

  60% {
    transform: rotate(-12deg);
  }

  75% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.about_title {
  font-size: 30px;
}

.rounded {
  border-radius: 10px !important;
}

.contact_textsize {
  font-size: 30px;
}

.btn_hvr:hover {
  color: #fff;
}

.btn_hvr i {
  font-size: 18px !important;
}

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

.show_more_main {
  margin: 15px auto;
}

.loding {
  background-color: transparent;
  border: 0px solid;
  color: #f6bb14;
  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---------*/
/*********************************
Service
*********************************/
.abt_objText {
  font-weight: 600;
  font-size: 13px;
}

.abt_objText:hover {
  color: #f6bb14 !important;
}

.service_details {
  width: 100%;
}

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

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

.obj_icon i {
  color: #1a685b;
  font-size: 40px;
}

/*********************************
Service
*********************************/

/* Style Social Media icons */
.social-container {
  width: 100%;
  text-align: center;
}

.social-container a:hover {
  color: #fff !important;
}

/* Base icon11 (same as before) */
.icon11 {
  width: 50px;
  height: 50px;
  margin: 8px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}

.icon_foot {
  width: 44px !important;
  height: 44px !important;
  margin-right: 12px !important;
  font-size: 21px !important;
  margin-left: 0px !important;
}

/* Hover lift */
.icon11:hover {
  transform: translateY(-6px);
}

/* Tooltip text */
.icon11::after {
  content: attr(data-title);
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  background: #111;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

/* Tooltip arrow */
.icon11::before {
  content: "";
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
  opacity: 0;
  transition: 0.3s;
}

/* Show tooltip on hover */
.icon11:hover::after,
.icon11:hover::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* Colors */
.facebook {
  background: #1877f2;
}

.twitter {
  background: #1da1f2;
}

.instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.linkedin {
  background: #0077b5;
}

.youtube {
  background: #ff0000;
}

/* Style Social Media icon1111s */
/*---- 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: #f62704;
}

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

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

.returntotop {
  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;
  border: none !important;
}

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

.returntotop.show {
  opacity: 1;
}

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

.testBx {
  border: 1px solid #CCC;
  color: #033;
  background: #FFFFFF;
  height: 42px;
  outline: 0 none;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 0px 5px 10px;
  width: 100%;
  -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);
}

.testBx:focus {
  border: 1px solid #f6bb14;
}

.testBx:hover {
  border: 1px solid #f6bb14;
}

.ReristerSelectBx {
  border: 1px solid #CCC;
  color: #033;
  background: #FFFFFF;
  height: 42px;
  outline: 0 none;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 0px 5px 10px;
  width: 100%;
  -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);
  cursor: pointer;
}

.ReristerSelectBx:focus {
  border: 1px solid #f6bb14;
}

.ReristerSelectBx:hover {
  border: 1px solid #f6bb14;
}

/*--------Search Result CSS Start---------*/
.srchDnr {
  height: 245px;
}

.srchAmb {
  height: 210px;
}

.srchItemDiv {
  width: 100%;
  padding: 25px 10px 10px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px #D6D6D6;
  border: 1px solid #D6D6D6;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

.srchItemDiv p span {
  font-weight: 600;
  font-size: 13px;
}

.srchItemDiv p {
  line-height: 0.980rem;
  color: #4c4c4c;
}

/*--------Search Result CSS End---------*/