@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
:root {
  --white: #121212;
  --black: #000000;
  --purple: #121212;
  --yellow: #80CAFF;
  --blue: #AC82E1;
}
:root {
  --font-balsamiq: "Balsamiq Sans", cursive;
  --font-opensans: "Open Sans", sans-serif;
}
/* ----------- Background Attachment ------------ */
.section_bg_scroll {
  background-attachment: scroll;
}
.section_bg_fixed {
  background-attachment: fixed;
}
/*----------------------  index ---------------------------*/
.post-section {
  padding: 20px 0;
}
.postwrapper-box {
  border: 2px solid #eeeeee;
}
.cat-box {
  background: url(images/cat-icon.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 15px 0 30px 0;
}
.date-box {
  background: url(images/date.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 15px 0;
}
/*------------------------- Headings --------------------------*/
section h2 {
  font-weight: 800;
  font-size: 26px;
  padding: 0;
  margin-bottom: 20px;
  color: #121212;
  padding: 0 0 10px;
  margin: 0;
  letter-spacing: 3px;
}
section h3 {
  font-size: 35px;
  letter-spacing: 2px;
  color: #121212;
  font-family: "Muli", sans-serif;
  font-weight: 500;
  padding: 0;
}
section h4 {
  color: #000;
  font-size: 20px;
}
section h5 {
  color: #000000 !important;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
}
.innerbox {
  background-size: 100% 100%;
}

#about {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
/*--------------------- Section Heading------------------------*/
.section-heading {
  text-align: center;
}
.section-heading h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-heading p {
  margin: 0;
  padding: 10px 0;
}
.head_white {
  color: #ffffff;
}
.head_black {
  color: #000000;
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #f847a0;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  box-shadow: 0 0 5px 0px #cccccc;
}
.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover i,
.hvr-shutter-in-vertical:focus i,
.hvr-shutter-in-vertical:active i {
  color: white;
}
.hvr-shutter-in-vertical:hover {
}
.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
/* ----------- Background Attachment ------------ */

.section_bg_scroll {
  background-attachment: scroll;
}
.section_bg_fixed {
  background-attachment: fixed;
}

/*Fade slider*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
#ti-slider ol.carousel-indicators {
  text-align: center;
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

#ti-slider .section-seperator {
  position: absolute;
  bottom: 0;
  width: 100%;
}

p.smalltext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 46px;
  color: var(--white);
  font-weight: 400;
}
#ti-slider h2 {
  font-size: 40px;
  color: var(--white);
  font-weight: 800;
}
.slidertext p {
  font-size: 15px;
  letter-spacing: 0px;
  color: var(--white);
  font-weight: 400;
}
#ti-slider {
  padding: unset;
}
.slider-box {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  padding: 50px 21% 50px 30px;
  max-width: 57%;
  margin: auto;
  text-align: left;
}
a.read-more.slider-button-1 {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--purple);
  font-weight: 600;
  background-color: var(--yellow);
  padding: 16px 16px;
  border-radius: 8px;
}
.sliderbutton {
  margin-top: 42px;
}
#ti-slider .slide_nav i {
  margin-left: 78px;
}
a.read-more.slider-button-1:hover {
  box-shadow: 0px 4px 0px #c9b70f !important;
  transform: translateY(-0.25em) !important;
}

/* --------- SLIDER--------- */
#ti-main_slider {
  padding: 0;
  overflow-x: hidden;
  background-color: #006ccc;
}
#ti-slider {
  max-width: 100%;
  margin: auto;
  padding: 0;
  position: relative;
}
#ti-slider img {
  width: 100%;
  height: 600px;
}
.slide_next_image img {
  width: auto !important;
  height: 100%;
}
#ti-slider .ti-slider-box .smalltext {
  margin-bottom: 0;
  font-size: 17px;
  letter-spacing: 11px;
  color: #252525;
  font-family: "Poppins";
  font-weight: 700;
}

.ti-slider-box {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  padding: 50px 60px 50px 30px;
  max-width: 57%;
  margin: auto;
  text-align: left;
}
#ti-slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
a.blog-more {
  display: inline-block;
  font: 400 16px "Roboto Condensed", sans-serif;
  padding: 10px 30px;
  margin-top: 21px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  margin-right: 15px;
}
#ti-slider .carousel-prev-button {
  position: absolute;
  left: 0;
  bottom: 50%;
}
#ti-slider .carousel-next-button {
  position: absolute;
  right: 20px;
  bottom: 50%;
}
#ti-slider .carousel-item-next,
#ti-slider .carousel-item-prev,
#ti-slider .carousel-item.active {
  display: block !important;
}

#ti-slider .read-more .plus-icon {
  padding: 10px 12px;
  font-size: 17px;
  background-color: #1e8900;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.19);
  transition: 1s;
}
#ti-slider .ti-read-more .arrow-icon {
  padding: 0 10px;
}
#ti-slider .ti-inner_carousel h2 small {
  color: #ffffff;
  display: block;
  margin-top: 20px;
  font-size: 20px !important;
  font-style: italic;
}
.slide_next_image img {
  text-align: right;
  float: right;
}
#ti-slider .ti-slider-button-1 {
  padding: 9px 15px;
  display: inline-block;
  margin-right: 10px;
  background-color: #ffcc05;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  color: #252525;
  font-family: "Poppins";
  font-weight: 700;
  border-radius: 4px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5% !important;
}
#ti-slider .ti-cleaning-slider-button-2 {
  padding: 9px 15px;
  display: inline-block;
  margin-right: 10px;
  background-color: #006ccc;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Poppins";
  font-weight: 700;
  border-radius: 4px;
}
#ti-slider ol.carousel-indicators li {
  padding: 3px;
  border: 2px solid #000;
  background-color: #fff;
  margin-right: 10px;
  opacity: 1;
  width: 0px;
  height: 0px;
  border-radius: 50%;
}
/*Fade slider*/
#ti-slider .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
#ti-slider .carousel-fade .carousel-item.active,
#ti-slider .carousel-fade .carousel-item-next.carousel-item-left,
#ti-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;
}
#ti-slider .carousel-fade .carousel-item-next,
#ti-slider .carousel-fade .carousel-item-prev,
#ti-slider .carousel-fade .carousel-item.active,
#ti-slider.carousel-fade .active.carousel-item-left,
#ti-slider .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
#ti-slider ol.carousel-indicators {
  text-align: center;
  position: absolute;
  bottom: 18%;
  left: auto;
  left: 145px;
  right: auto;
}
#ti-slider ol.carousel-indicators .active {
  background-color: #f847a0 !important;
  border: 2px solid #f847a0;
}
#ti-slider .section-seperator {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#ti-slider .ti-slide_nav i {
  font-size: 16px;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #006ccc;
  border: 2px solid #006ccc;
  padding: 11px 13px;
}
#ti-slider .slide_nav i:hover {
  background-color: #f747a0;
  color: #f3efef;
}
.fa-angle-double-left:before {
  content: "";
  background-image: url("/assets/images/arrow-left-normal.png") !important;
}
/* ---------------- Button Effects --------------- */

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover,
.hvr-bounce-out:focus,
.hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/*-----------services-----------*/
.card-img-top-services {
  width: 120px !important;
  height: 110px !important;
  margin: 0 auto !important;
}
.cloudcard-row {
  padding-top: 97px;
  padding-left: 25px;
  padding-right: 25px;
}
#services-bg-img {
  margin-top: -138px;
  position: relative;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-services1 {
  background-color: #0e9aff !important;
  border: 1px solid transparent;
  padding: 15px;
}
.card-services2 {
  background-color: #9cc624 !important;
  border: 1px solid transparent;
  padding: 15px;
}
.card-services3 {
  background-color: #ff7223 !important;
  border: 1px solid transparent;
  padding: 15px;
}
.card-services4 {
  background-color: #c61fa1 !important;
  border: 1px solid transparent;
  padding: 15px;
}
/*----------------------about us------------*/
.img-about-2 {
  margin-top: -20%;
  height: 200px;
  border-radius: 20px;
  border: 8px solid white;
  margin-left: -26%;
}
.img-about-1 {
  height: 280px;
  border-radius: 20px;
  margin-left: -48px;
}

.img-about-svg {
  height: 190px;
}
.col-img-about {
  text-align: center;
}

.col-about-text {
  padding-right: 3%;
  text-align: justify;
}
.text-1 {
  font-size: 14px;
  color: #121212;
}
.text-2 {
  font-size: 13px !important;
  color: #121212;
  font-family: "Open Sans", sans-serif;
}

.btn-contact {
  background-color: #80CAFF;
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  font-family: "Balsamiq Sans", cursive !important;
  border: 1px solid transparent;
  padding: 10px 16px;
  border-radius: 8px;
}

.btn-contact:hover {
  background-color: #80CAFF;
  box-shadow: 0px 4px 0px #80CAFF !important;
  transform: translateY(-0.25em) !important;
}
.btn-warning:hover {
  border-color: #80CAFF !important;
}
/*--------------video------------------*/
.img-video-svg {
  width: 390px;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
  border: 3px dashed #ffffff;
  padding: 10px;
  opacity: 1;
}
.text_color {
  color: white;
  padding-right: 20%;
}
.text_color1 {
  color: white;
}

/*-----------------activites------------------*/

.card-img-activites {
  border-bottom-left-radius: 250px 40px;
  border-bottom-right-radius: 250px 40px;
}
#activities {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
}
.card-acti a {
  color: white;
  font-size: 16px;
}
.card-activity1 {
  width: 250px;
  margin: 0 auto;
  background-color: #0e9aff !important;
  border: 1px solid transparent;
}
.card-activity2 {
  width: 250px;
  margin: 0 auto;
  background-color: #9cc624 !important;
  border: 1px solid transparent;
}
.card-activity3 {
  width: 250px;
  margin: 0 auto;
  background-color: #ff7223 !important;
  border: 1px solid transparent;
}
.card-activity4 {
  width: 250px;
  margin: 0 auto;
  background-color: #c61fa1 !important;
  border: 1px solid transparent;
}
.card-activity5 {
  width: 250px;
  margin: 0 auto;
  background-color: #0e9aff !important;
  border: 1px solid transparent;
}
.card-activity6 {
  width: 250px;
  margin: 0 auto;
  background-color: #9cc624 !important;
  border: 1px solid transparent;
}
.card-activity7 {
  width: 250px;
  margin: 0 auto;
  background-color: #ff7223 !important;
  border: 1px solid transparent;
}
.card-activity8 {
  width: 250px;
  margin: 0 auto;
  background-color: #c61fa1 !important;
  border: 1px solid transparent;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block !important;
}

.owl-prev {
  left: -50px;
}
.owl-next {
  right: -50px;
}
.owl-next,
.owl-prev {
  position: absolute;
  top: 0px;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}
/*-------------- Main Title ---------------*/
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: #ffffff;
  background-color: #333333;
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
.share_icon i.fab.fa-facebook-f {
  background-color: #3c5a99;
}
.share_icon i.fab.fa-linkedin-in {
  background-color: #007bb5;
}
.share_icon i.fab.fa-google-plus-g {
  background-color: #da4835;
}
.share_icon i.fab.fa-twitter {
  background-color: #55acee;
}
.services_inner h4,
.services_inner .short_text {
  color: #ffffff;
}
.share_icon a {
  padding-bottom: 5px;
  display: inline-block;
}
.view-more {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.menubar.scrolled li.search-box {
  display: block !important;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 30px;
}
.owl-carousel .owl-dots button {
  background-color: #479aff !important;
  border: 1px solid transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
  opacity: 0.7;
}
.owl-carousel .owl-dots .active {
  background-color: #479aff !important;
  border: 1px solid transparent;
  opacity: 1;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
#our_partners img {
  width: auto !important;
}
.fa-long-arrow-alt-left:before,
.fa-long-arrow-alt-right:before {
  display: none;
}
.play-icon {
  color: white;
  width: 30px;
  margin: 0 auto;
  margin-top: -24% !important;
  position: relative;
}
.fa-play:before {
  content: "\f04b";
  padding: 20px;
  background: #f8e400;
  border-radius: 50%;
}
/* Outer */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.77);
  z-index: 9999;
}

/* Inner */
.popup-inner {
  max-width: 1000px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 3px;
}

/* Close Button */
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.adopt_outer {
  background: #f33e17;
}
.over_video {
  position: relative;
}
.over_video img {
  width: 100%;
}
/* --------------- Products Gallery ------------------ */

#products-gallery {
  padding-top: 20px;
  overflow: hidden;
  position: inherit;
  padding-bottom: 3em;
  text-align: center;
}
#products-gallery .products-gallery-head {
  text-align: center;
  padding: 30px 0;
  padding-top: 0px;
}
#products-gallery .products-gallery-head h3 {
  font-size: 41px;
  color: #223645;
  font-weight: 600;
  text-align: center;
  padding-top: 0.5em;
}
#products-gallery .products-gallery-head h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #3c297b;
  text-align: center;
  margin: 10px auto;
}
#products-gallery .gallery-button {
  text-align: center;
}
#products-gallery .gallery-button a {
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: bold;
  border: 2px solid #fff;
  padding: 8px 20px;
  margin: 40px 0 0 0px;
  display: inline-block;
}
#products-gallery .icon_overlay i {
  display: none;
}
#products-gallery .icon_overlay {
  display: none;
}
.ti_gallery_front img {
  width: 300px;
  padding: 10px;
  height: 300px;
  border-radius: 8%;
}
#products-gallery .ti_gallery_front li img:nth-child(2) {
  margin-top: 30px !important;
}
.sideimg1-gallery {
  width: 162px;
  top: 4%;
  left: 37px;
  position: absolute;
  z-index: -1;
}
.sideimg2-gallery {
  position: absolute;
  right: 0;
  width: 110px;
  bottom: 3%;
}
.sideimg1-activity {
  width: 130px;
  float: right;
  margin-top: -54%;
}
.sideimg2-activity {
  float: left;
  position: absolute;
  width: 100px;
  margin-top: -10%;
}
.sideimg1-about {
  float: right;
  margin-right: 11px;
  width: 89px;
}
.sideimg1-services {
  position: absolute;
  margin-top: -108px;
  left: 0;
  margin-left: 39px;
  width: 86px;
}
.btn-contact {
  margin-top: 24px;
}
.card-workinghrs {
  background-color: var(--blue);
  border-radius: 5%;
  margin-bottom: 10px;
}
.team-prof,
.team-prof p {
  color: white;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
#workinghr table,
td,
th,
tbody {
  border: 1px solid transparent;
}
p.card-description {
  font-size: 13px;
}
#workinghr td {
  font-weight: 500;
  padding: 2px;
}
#workinghr .btn-contact {
  margin-top: 0px;
}
.img-top-work {
  width: 100px;
  margin-top: -19%;
}
.card-hrs {
  border: 1px solid transparent;
  background-color: transparent;
}
.our-team {
  border-radius: 20px;
  padding: 10px;
  height: 400px;
  width: 400px;
}
.team-new1 {
  background: #0e9aff !important;
  padding: 15px;
  transition: all 0.3s linear 0s;
}
.team-new2 {
  background: #9cc624 !important;
  padding: 15px;
  transition: all 0.3s linear 0s;
}
.team-new3 {
  background: #c61fa1 !important;
  padding: 15px;
  transition: all 0.3s linear 0s;
}

.team-new .pic img {
  width: 100%;
  height: 300px;
}
.team-new .team-prof {
  padding: 20px 10px 0;
}
.team-new .post-title {
  color: white !important;
  font-size: 22px !important;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
}
.team-new .post {
  font-size: 13px;
  color: white;
  display: block;
  text-transform: capitalize;
  text-align: center;
}
.team-new .description {
  color: white;
  border-top: 1px solid #333;
  margin: 0;
  font-size: 15px;
  text-align: center;
}
img.col-feature-full {
  height: auto;
  width: -webkit-fill-available;
  margin-top: 8px !important;
}
.main-box1 {
  margin-top: 10px;
}
.btn-faci {
  margin-top: -12% !important;
}
.area-faq-color {
  padding: 40px;
}
.faq-main {
  border-radius: 30px;
}
#teams {
  background-repeat: no-repeat;
  background-size: cover;
}
.img-top-faq {
  height: 300px;
  margin-bottom: 10px;
}

.post-title a {
  color: white;
}
#teams .owl-dots {
  display: none !important;
}
.img-side-top-faq {
  margin-left: 5%;
  position: absolute;
}
.img-side-bottom-faq {
  float: right;
  height: 120px;
  margin-top: -4%;
  left: -63px;
  position: relative;
}
#faq .accordion-button:not(.collapsed) {
  background-color: #34327c;
  color: white;
  font-weight: 600;
  border-radius: 8px;
}
#faq .accordion-body {
  padding: 10px;
  font-weight: 400;
  color: black;
  text-align: justify;
}
#faq .accordion-button {
  background-color: #ec9600;
  color: white !important;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 9px;
  border-radius: 8px;
}
#faq .accordion-item {
  background-color: transparent;
  border: 1px solid transparent;
}
.img-side-top2-team {
  float: right;
  width: 115px;
}
.img-side-top1-team {
  position: absolute;
  z-index: 999;
  width: 100px;
  margin-top: 16%;
}

body {
  background: #b1ea86;
  padding: 30px 0;
}

a {
  text-decoration: none;
}

.pricingTable {
  text-align: center;
  background: #f3f0cf;
  box-shadow: 0 0 10px #ababab;
  padding-bottom: 25px !important;
  margin-bottom: 20px !important;
  border-radius: 10px;
  color: black;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.pricingTable:hover {
  transform: scale(1.05);
  z-index: 1;
  color: white !important;
}

.pricingTable .pricingTable-header {
  padding: 40px 0;
  transition: all 0.5s ease 0s;
}

.pricingTable:hover {
  background: #AC82E1;
}

.pricingTable .pricingTable-header i {
  font-size: 50px;
  color: black;
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
}

.pricingTable .price-value {
  font-size: 23px;
  font-weight: 500;
  color: black;
  transition: all 0.5s ease 0s;
  font-family: "Balsamiq Sans", cursive !important;
}

.pricingTable .month {
  display: block;
  font-size: 14px;
  color: black;
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
  color: white;
}

.pricingTable .heading {
  font-size: 24px;
  color: black;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.pricingTable .pricing-content ul {
  list-style: none;
  padding: 0;
  margin: 0px 20px 0px 20px !important;
}
.pricingTable:hover .pricing-content ul li {
  color: white;
}
.pricingTable .pricing-content ul li {
  line-height: 30px;
  font-family: "Open Sans", sans-serif !important;
}
.pricingTable .pricingTable-signup a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #121212;
  padding: 10px 15px;
  border-radius: 6px;
  margin-top: 40px;
  background:#80CAFF;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-family: "Balsamiq Sans", cursive !important;
}

.pricingTable .pricingTable-signup a:hover {
  box-shadow: 0px 4px 0px #80CAFF !important;
  transform: translateY(-0.25em) !important;
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
  color: black;
}

.pricingTable.blue .pricingTable-signup a {
  color: #121212;
  background: #80CAFF;
}

.pricingTable.blue .pricingTable-signup a:hover {
  box-shadow: 0px 4px 0px #80CAFF !important;
  transform: translateY(-0.25em) !important;
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
  color: black;
}

.pricingTable.red .pricingTable-signup a {
  color: #3c297b;
  background: #fee500;
}

.pricingTable.red .pricingTable-signup a:hover {
  box-shadow: 0px 4px 0px #c9b70f !important;
  transform: translateY(-0.25em) !important;
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
  color: black;
}

.pricingTable.green .pricingTable-signup a {
  color: #121212;
  background: #80CAFF;
}

.pricingTable.green .pricingTable-signup a:hover {
  box-shadow: 0px 4px 0px #80CAFF !important;
  transform: translateY(-0.25em) !important;
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
  color: white;
}
.img-side-top-pricing {
  width: 140px;
  position: absolute;
}
.team-main-title {
  padding-top: 10%;
}
#testimonial-slider .owl-dots {
  display: none !important;
}
.testimonial {
  text-align: center;
  margin: 50px 60px 0;
  padding: 0 10% 4%;
  background: #D5EAFA;
  border-radius: 22px;
}
.testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  margin-top: -50px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 16px;
  color: white;
  line-height: 30px;
  margin: 10px 0 20px;
}
.testimonial p {
  color: #121212;
  font-weight: 500;
}
.testimonial .testimonial-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  color: #121212;
  text-transform: uppercase;
}
.owl-theme .owl-controls {
  margin-top: 30px;
}
.owl-theme .owl-controls .owl-pagination {
  width: 140px;
  padding: 10px;
  margin: 0 auto;
  line-height: 13px;
  background: #fe7f8b;
}
.owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: transparent;
  border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border: 4px solid #fff;
}
.img-side-top-testi {
  float: right;
  width: 100px;
}
#blog .pld-dislike-wrap {
  display: none;
}
.blog-date {
  font-family: "Open Sans";
  font-size: 14px;
}
.blog-title a {
  font-size: 16px;
}
.blog_text p {
  font-size: 14px;
  color: #121212;
}
.blog-image img {
  border-bottom-left-radius: 250px 40px;
  border-bottom-right-radius: 250px 40px;
  padding-bottom: 10px;
}
.copyright-txt {
  font-size: 13px;
}
#blog .blog-contents {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.19), 0 4px 4px rgba(0, 0, 0, 0.23);
  border-radius: 10px !important;
  margin-bottom: 10px;
}
.card-workinghrs1 {
  background-color: var(--blue);
  border-radius: 5%;
  padding-bottom: 0px;
}
.card-workinghrs {
  padding: 35px;
}
.side-text {
  margin-top: 15px;
}
.head-cont {
  padding-right: 29%;
  margin-bottom: 10px;
}
.col-contact-text {
  margin-top: 5%;
}
#blog .owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none !important;
}
.blog-data.text-start {
  padding-left: 10px;
}

.img-side-top-contact1 {
  width: 120px;
  margin: 70%;
  position: absolute;
  z-index: 99999;
  margin-top: 10%;
}
.img-side-top-contact2 {
  width: 130px;
  margin-top: -10%;
}
.img-side-top-blog1 {
  float: right;
  margin-top: -37px;
  width: 85px;
}
.img-side-top-blog2 {
  width: 80px;
  margin-left: -8%;
  margin-top: -10%;
}
.col-text-work {
  padding-right: 10%;
}
.team-img {
  border-radius: 10px;
}
.area-faq-color {
  border-radius: 20px;
}
.btn-contact-tab {
  background-color: #80CAFF;
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  font-family: "Balsamiq Sans", cursive !important;
  border: 1px solid transparent;
  padding: 10px 16px;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
  margin-top: -17%;
  position: relative;
  width: -webkit-fill-available;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0;
}
.main-box1:hover .btn-contact-tab {
  opacity: 1;
}
.btn-contact-tab:hover {
  background-color: #80CAFF;
  box-shadow: 0px 4px 0px #80CAFF !important;
  transform: translateY(-0.25em) !important;
}
.btn-contact-tab1 {
  background-color: #80CAFF;
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  font-family: "Balsamiq Sans", cursive !important;
  border: 1px solid transparent;
  padding: 10px 16px;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
  margin-top: -12%;
  position: relative;
  width: -webkit-fill-available;
  margin-left: 10px;
  margin-right: 10px;
}
.btn-contact-tab1:hover {
  background-color: #80CAFF;
  box-shadow: 0px 4px 0px #80CAFF !important;
  transform: translateY(-0.25em) !important;
}
.card-ser-txt {
  font-size: 14px !important;
}
.text-color-wrk {
  color: white;
}
.text-color-wrk1 {
  color: white;
}
.text-color-table {
  color: white;
}
img.tab-img,
img.tab-full {
  border-radius: 8px;
}
.text-cont2 {
  color: white;
}
.btn-faci {
  margin-top: -12%;
}
#media_image-1 img {
  border-radius: 10%;
  margin-left: 10px;
}
.comment-blog {
  width: 17% !important;
}
.btn-contact-tab1 {
  opacity: 0;
}
.facility-sec-box:hover .btn-contact-tab1 {
  opacity: 1;
}
#ti-footer_box ul li {
  margin-bottom: 10px;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  margin-bottom: 26px !important;
}
.card-side-services {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 18px;
  top: 16em;
}
