@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=MuseoModerno:ital,wght@0,100..900;1,100..900&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");

* {
  padding: 0;
  margin: 0;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Overpass", sans-serif;
  color: #454547;
  font-size: 14px;
  overflow-x: hidden;
}
a,
a:hover {
  text-decoration: none;
}
ul,
li,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.header_sec {
  background: url(../images/header_bg.png) no-repeat left top / auto 100%;
}
.tp_cont {
  display: flex;
  list-style-type: none;
  gap: 50px;
}
.tp_cont li a {
  font-size: 12px;
  color: #454547;
  display: flex;
}
.tp_cont li a i {
  color: #285bbb;
  margin-right: 7px;
  font-size: 14px;
}
.ftr_scl {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.ftr_scl li {
  font-size: 16px;
  padding: 0 15px 0 0;
}
.ftr_scl li a {
  color: #454547;
}
.footer_bot .ftr_scl li a {
  color: #fff;
}
.menu {
  display: flex;
  gap: 40px;
  list-style-type: none;
  justify-content: flex-end;
  font-family: "Poppins", sans-serif;
}
.menu li a {
  color: #454547;
  font-size: 14px;
}
.menu li.qte a {
  color: #fff;
  background: linear-gradient(0deg, #2457b6 0%, #4175dc);
  padding: 8px 22px;
  border-radius: 7px;
  box-shadow: 1px 1px 3px #b9b9b9;
}
.cap {
  padding-top: 0;
}
.span_cap {
  font-size: 20px;
  color: #285bbb;
  letter-spacing: 2px;
  margin-bottom: 5px;
  display: block;
  font-family: "Poppins", sans-serif;
}
.cap h2 {
  font-size: 56px;
  color: #060f2e;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.cap h3 {
  font-size: 45px;
  color: #060f2e;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: "MuseoModerno", serif;
}
/**.cap h3 span {
	color: #4dad9b;
}**/
.cap p {
  font-size: 15px;
  color: #747474;
  margin-bottom: 34px;
  font-weight: 300;
}
.bg_btn {
  color: #fff;
  background: linear-gradient(0deg, #7bc6b8 0%, #51a898 100%);
  padding: 10px 22px;
  border-radius: 7px;
  box-shadow: 1px 1px 3px #b9b9b9;
  font-size: 16px;
  width: 172px;
  text-align: center;
  display: block;
}
.no_bg_btn {
  padding: 10px 22px;
  border-radius: 7px;
  font-size: 16px;
  width: 155px;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, #4791e5 0%, #3b89e1 100%);
}
.no_bg_btn img {
  width: 39px;
  margin-right: 7px;
}
.gap_10 {
  gap: 10px;
}
.abt_img_2 {
  position: absolute;
  left: 0;
  top: 20px;
  border-radius: 20px;
  z-index: 1;
}
.small_head {
  font-size: 20px;
  color: #285bbb;
  letter-spacing: 2px;
  margin-bottom: 5px;
  display: block;
  font-family: "Poppins", sans-serif;
}
.large_head {
  font-size: 36px;
  color: #060f2e;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 34px;
}
.abt_img img {
  max-width: 100%;
}
.com_p {
  font-size: 16px;
  line-height: 24px;
}
.about_sec {
  background: url(../images/abt_bg.png) no-repeat right center / 60%;
}
.main_serv h2 {
  font-size: 32px;
  color: #060f2e;
  font-weight: bold;
}
.main_serv img {
  max-width: 100%;
}
.main_serv02 img {
  max-width: 100%;
  border-radius: 12px;
}
.plumb_pos {
  position: absolute;
  bottom: -4px;
  right: 11px;
  border: 5px solid #fff;
  max-width: 40%;
  z-index: 1;
}
.main_serv02 h2 {
  font-size: 34px;
  color: #060f2e;
}
.serv_sec {
  background: url(../images/serv_bg.png) no-repeat left top #f0f2fd / cover;
}
.split {
  background: #c3bfd7;
  height: 1px;
  margin: 3rem 0;
  position: relative;
}
.split::after {
  background: #e7342c;
  height: 5px;
  content: "";
  width: 10%;
  position: absolute;
  left: 45%;
  top: -2px;
}
.serv_bx {
  background: #fff;
  padding: 14px;
  box-shadow: 1px 1px 9px #d2d2d2;
  border-radius: 14px;
  margin-bottom: 2rem;
}
.serv_cont_sec h3 {
  font-size: 24px;
  color: #060f2e;
  margin: 12px 0;
}
.serv_img_sec {
  border-radius: 14px;
}
.serv_img_sec img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 14px;
}
.serv_cont_sec {
  padding-bottom: 20px;
}
.gal_1 img {
  max-width: 100%;
  border-radius: 5px;
}

/**/

.gal_1 {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 0px;
  margin-bottom: 1.5rem;
  border-radius: 7px;
}

.gal_1 .content-overlay {
  background: rgba(53, 103, 198, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 5px;
}

.gal_1:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.gal_1:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 14px;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

/**/

.feedback_sec {
  background: url(../images/feedback_bg.png) no-repeat left top / cover;
}
.test_cont {
  background: transparent;
  border-radius: 14px;
  border: 1px solid #fff;
  width: 97%;
  margin: 47px auto 0;
  padding: 2rem;
  text-align: left;
}
.testi_img {
  margin-right: 14px;
}
.test_cont p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #fff;
}
.test_cont span {
  font-size: 14px;
  color: #fff;
}
.testi_img span {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: block;
  border-radius: 100%;
  border: 1px solid #285bbb;
  position: relative;
  top: -32px;
  margin-top: -48px;
}
.testi_img {
  display: flex;
  justify-content: center;
  width: 50px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #d5d5d5;
}
.owl-dots {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  gap: 12px;
}
.owl-dots .owl-dot span {
  background: #d6d5dd;
  width: 40px;
  height: 5px;
  display: block;
  border-radius: 5px;
}
#proslider02 .owl-dots .owl-dot.active span {
  background: #fff;
}
.owl-dots .owl-dot.active span {
  background: linear-gradient(0deg, #2457b6 0%, #4175dc 100%);
}
.cont_sec {
  background: url(../images/cont_bg.png) no-repeat right top / contain #f7fbff;
}
.cont_bar {
  background: linear-gradient(0deg, #7bc6b8 0%, #51a898 100%);
  padding: 47px 20px;
  border-radius: 8px;
}
.cont_bar ul {
  display: flex;
  list-style-type: none;
  flex-direction: column;
}
.cont_bar ul li {
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #4f7bd0;
  padding: 14px 0;
  display: flex;
}
.cont_bar ul li a {
  color: #fff;
}
.cont_bar ul li i {
  margin-right: 7px;
  background: #5d8ff0;
  padding: 7px 7px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  top: -3px;
}
.cap_txt input {
  background: #fff;
  border-bottom: 1px solid #2558b7 !important;
  padding: 13px 10px;
  width: 100%;
  border-radius: 0px;
  font-size: 14px;
  border: 0;
  background: transparent;
}
.form-group input {
  background: transparent;
  border-bottom: 1px solid #2558b7 !important;
  padding: 13px 10px;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  border: none;
}
.form-group textarea {
  background: transparent;
  border-bottom: 1px solid #2558b7 !important;
  padding: 13px 10px;
  width: 100%;
  border-radius: 0px;
  font-size: 14px;
  min-height: 95px;
  border: none;
}
footer {
  background: #4dad9b;
  padding: 25px 0;
}
footer p {
  color: #cff3ec;
  font-size: 13px;
  padding-right: 0;
  line-height: 25px;
  text-align: center;
}
.ftr_lnk {
  padding: 0;
  margin: 0px 0 0 0;
}
.ftr_lnk li {
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 0;
}
.ftr_lnk li a {
  color: #fff;
  text-decoration: none;
}
footer h3 {
  font-size: 18px;
  font-weight: 550;
  color: #fff;
  margin-bottom: 39px;
  margin-top: 1rem;
}
.ftr_cnt_det li a {
  color: #fff;
  font-size: 14px;
  display: flex;
}
.ftr_cnt_det li {
  margin-bottom: 7px;
}
.ftr_cnt_det {
  padding: 0;
  list-style-type: none;
  margin: 20px 0 0;
}
.ftr_cnt_det li a i {
  margin-right: 7px;
  background: #1949a2;
  padding: 7px 7px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  top: -3px;
}
.footer_bot {
  background: #1949a2;
  padding: 21px 0;
}
.ftr_copy_rit {
  color: #fff;
  opacity: 0.7;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 127px;
  right: 27px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f1ecff;
  color: #2558b7;
  cursor: pointer;
  padding: 7px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  border: 1px solid #2558b7;
}

#myBtn:hover {
  background-color: #dcd5f1;
}
.map iframe {
  display: block;
}
.menu_hdr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.7);
}
#home2 {
  padding-top: 120px;
}
.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 1px 1px 6px #d0d0d0;
  z-index: 9;
}
.fixed-header {
  -webkit-animation: stuckMoveDown 0.7s;
  animation: stuckMoveDown 0.7s;
  -webkit-transition: background-color 0.4s, opacity 0.4s;
  -o-transition: background-color 0.4s, opacity 0.4s;
  transition: background-color 0.4s, opacity 0.4s;
}
.menu li a.active,
.sidenav a.active {
  color: #7bc6b8;
}
.menu li a:hover {
  color: #7bc6b8;
}
.menu li.qte a:hover,
.menu li.qte a.active {
  color: #fff;
}
/**Animate the size, outside**/

/**btn**/
.bg_btn {
  position: relative;
}
.bg_btn span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}

/**/

.no_bg_btn {
  position: relative;
}
/**btn**/

.qte {
  position: relative;
}
.qte i {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 1rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.qte:hover i {
  opacity: 1;
  right: -1.4rem;
}
.qte:hover span {
  transform: translate3d(-0.6rem, 0, 0);
}
.qte span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}

/**hover**/

.abt_img img {
  -webkit-transform: perspective(1px) translateZ(0) !important;
  transform: perspective(1px) translateZ(0) !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -webkit-transition-property: transform !important;
  transition-property: transform !important;
  border-radius: 14px;
}
#proslider {
  position: relative;
  top: -42px;
}
#proslider .item {
  border: 5px solid #fff;
  box-shadow: 2px 2px 7px #595959;
  border-radius: 14px;
  margin: 9px;
}
#proslider .item img {
  width: 100%;
}
#proslider .owl-dots .owl-dot span,
#proslider02 .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.main_serv_pro img,
.main_serv02_pro img {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.serv_img_sec:hover img {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 12px;
  font-size: 9px;
}
section {
  position: relative;
}
#about,
#services,
#gal,
#contact,
#home,
#quote {
  scroll-margin-top: 100px;
}
.ftr_scl li a:hover {
  color: #285bbb;
}
.footer_bot .ftr_scl li a:hover {
  color: #95b6f4;
}
.anchr {
  position: absolute;
  top: 0px;
  margin-top: 0;
  display: block;
  width: 25px;
  height: 25px;
}
.anchr2 {
  position: absolute;
  top: 0px;
  margin-top: -70px;
  display: block;
  width: 10px;
  height: 10px;
}
.top_sec {
  background: #dcfff8;
}
.tp_cont li a i {
  color: #fff;
  margin-right: 7px;
  font-size: 13px;
  background: #5ba899;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.tp_cont li a {
  font-size: 13px;
  color: #000000;
  display: flex;
  align-items: center;
}
.sub_slide {
  position: absolute;
}
.slider_par {
  box-shadow: 0px 3px 9px #8e8e8e;
  margin: 15px;
  border-radius: 7px;
  overflow: hidden;
}
.sub_slider {
  position: absolute;
  left: -40px;
  bottom: -24px;
  z-index: 99;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 100%;

  transition: 0.3s ease-in-out;
  transform: rotate(0deg);
}
.sub_slider:hover {
  transform: rotate(360deg);
}
.bg_btn img,
.bg_btn img {
  margin-left: 7px;
}
.border_btn {
  color: #fff !important;
  border: 2px solid #fff;
  padding: 8px 22px;
  border-radius: 7px;
  font-size: 16px;
  width: 172px;
  text-align: center;
  background: transparent !important;
}
.border_btn img {
  margin-left: 5px;
}
.two_col_lst {
  list-style-type: none;
  padding: 0;
  column-count: 2;
  margin: 2rem 0;
  font-size: 14px;
}
.two_col_lst li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.two_col_lst li img {
  margin-right: 7px;
}
.pro_01_sec_padd {
  padding-left: 7.2rem;
}
.main_serv_pro {
  background: #3966c8;
}
.pro_01_sec_right_padd {
  padding-right: 7.2rem;
}
.fac_sec h2 {
  font-size: 32px;
  color: #423f48;
  font-weight: bold;
}
.fac_sec ul {
  list-style-type: none;
  padding: 0;
  margin: 2rem 0 0;
  font-size: 14px;
}
.fac_sec ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.fac_sec ul li img {
  margin-right: 7px;
}
.fac_img img {
  max-width: 100%;
}
.fac_sec {
  background: #f7fbff;
  padding: 5rem 0;
}
.fac_img {
  margin: 5rem 0 0;
}
.gal_sec {
  background: url(../images/gal_bg.png) no-repeat right top / contain;
}
#testimonials .owl-dots .owl-dot span,
#testimonials .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
#testimonials .owl-dots .owl-dot.active span {
  background: #fff;
}
.footer_bot .ftr_scl {
  justify-content: flex-end;
}
#demo {
  display: block;
  width: 100%;
}
#demo img {
  max-width: 100%;
}
.test_cont {
  margin-bottom: 20px;
}

/**modal**/

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

.popup-inner {
  max-width: 322px;
  width: 90%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 7px;
  background: linear-gradient(0deg, #7bc6b8 0%, #51a898 100%);
}

.popup-close {
  width: 35px;
  height: 35px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 22px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}

.popup-close:hover {
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
  color: #fff;
}
a {
  cursor: pointer;
}
.popup-inner h2 {
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 0px;
  margin-bottom: 14px;
}
.hrs {
  font-weight: bold;
}
.close_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/**modal**/
.pos_a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.serv_ul ul {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  list-style-type: none;
}
.serv_ul ul li {
  border: 1px solid #7bc6b8;
  width: 49%;
  padding: 8px 10px;
  text-align: left;
  border-radius: 7px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 12px;
}
.serv_ul ul li span {
  background: #7bc6b8;
  height: 55px;
  display: flex;
  width: 55px;
  padding: 7px;
  border-radius: 7px;
}
.serv_ul ul li:hover {
  background: #7bc6b8;
  color: #fff;
}
.prof_card {
  background: #4dad9b;
  border-radius: 14px;
  padding: 44px 40px;
}
.prof_card h3 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 34px;
}
.prof_pc {
  width: 170px;
  height: 170px;
  border-radius: 100%;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.5);
}
.prof_dt {
  width: 67%;
}
.prof_pc img {
  max-width: 100%;
}
.prof_dt h2 {
  font-size: 24px;
  color: #fff;
}
.prof_dt span {
  display: block;
  font-size: 17px;
  color: #e8fffb;
}
.prof_dt p {
  font-size: 15px;
  color: #fff;
}
.prof_dt a {
  color: #fff;
  font-size: 22px;
  font-weight: 550;
}
.cert ul {
  list-style-type: none;
  display: flex;
  width: 100%;
  gap: 14px;
  position: absolute;
  top: -40px;
}
.cert ul li {
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
.cert ul li img {
  max-width: 100%;
}
footer ul {
  list-style-type: none;
  display: flex;
  gap: 1rem 4rem;
  justify-content: center;
  font-size: 14px;
  flex-wrap: wrap;
}
footer ul li a {
  color: #fff;
}
.bg_btn,
.no_bg_btn {
  transition: 0.3s ease-in-out;
  top: 0;
  position: relative;
}
.bg_btn:hover,
.no_bg_btn:hover {
  transition: 0.3s ease-in-out;
  top: -5px;
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.2);
}

/**hover**/
/* Shine */
.hover14 figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover14 figure:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/**hover**/
.cont_grid span {
  transition: 0.3s ease-in-out;
  transform: rotate(0deg);
}
.cont_grid:hover span {
  transform: rotate(360deg);
}
footer ul li a:hover {
  color: #dcd179;
}
.bg_li {
  display: flex;
  align-items: baseline;
  gap: 5px;
  background: #3f9484;
  border-radius: 4px;
  padding: 6px 10px;
  line-height: 18px;
  margin-bottom: 7px;
}
.logo {
  max-width: 272px;
}
.logo img {
  max-width: 100%;
}
#home_caps .item h3 {
  background: #fff0f0;
  font-size: 30px;
  max-width: fit-content;
  border: 1px solid #d52b2b;
  padding: 6px 20px;
  border-radius: 7px;
  border-left: 4px solid #d52c2c;
  color: #d52b2b;
}
/**Responsive**/

.flx_pop_cont {
  display: flex;
  padding: 10px 14px;
  font-size: 15px;
  color: #fff;
  justify-content: space-between;
  border: 1px solid #fff;
  margin: 7px 0;
  border-radius: 7px;
  background: linear-gradient(0deg, #7bc6b8 0%, #51a898 100%);
  position: relative;
}
.hrs img {
  margin-right: 7px;
  width: 7px;
}
.prc_pop {
  background: #fff;
  padding: 2px 17px;
  border-radius: 5px;
  color: #285bbb;
}
.cont_grid {
  display: flex;
  padding: 18px 18px;
  border-radius: 10px;
  gap: 14px;
  align-items: center;
}
.cont_grid span {
  font-size: 44px;
  line-height: 20px;
}
.cont_grid h2 {
  color: #4d4a54;
  font-size: 20px;
  font-weight: 550;
  margin-bottom: 3px;
}
.cont_grid h3 {
  font-size: 16px;
  color: #88858e;
}
.cont_grid h3 a {
  color: #88858e;
}
@media screen and (max-width: 991px) {
  .menu {
    display: none;
  }
  .cap h2 {
    font-size: 40px;
  }
  .cap h3 {
    font-size: 32px;
  }
  .large_head {
    font-size: 30px;
  }
  .small_head {
    font-size: 18px;
  }
  .main_serv h2,
  .main_serv02 h2 {
    font-size: 30px;
  }
  .serv_cont_sec h3 {
    font-size: 18px;
  }

  /*sidenav*/
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  .sidenav a i {
    margin-right: 7px;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .contact_but span {
    font-size: 24px;
    float: right;
    margin: 0px 5px;
  }
  /*sidenav*/
}
@media screen and (min-width: 992px) {
  .contact_but {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .gal_1 {
    height: 218px;
  }
  .prof_pc {
    width: 134px;
    height: 130px;
  }
}

@media screen and (max-width: 767px) {
  .com_p,
  .serv_cont_sec p,
  .test_cont p,
  footer p {
    font-size: 14px;
    font-weight: 300;
  }
  .about_sec {
    background: url(../images/abt_bg.png) no-repeat right top / 100% #4eab9a;
  }
  #proslider {
    position: relative;
    top: 0;
  }
  #proslider .owl-dots .owl-dot.active span {
    background: #fff;
  }
  .pro_01_sec_padd {
    padding-left: 12px;
  }
  .pro_01_sec_right_padd {
    padding-right: 12px;
  }
  .prod_bg {
    margin-bottom: 2rem;
  }
  #home2 {
    padding-top: 130px;
  }
  .fac_img {
    margin: 1rem 0;
  }
  .hidden-only-mob {
    display: none;
  }
  .tp_cont li a p {
    display: none;
  }
  .tp_cont li a {
    font-size: 14px;
    display: flex;
    background: linear-gradient(0deg, #7bc6b8 0%, #51a898 100%);
    padding: 0;
    text-align: center;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .tp_cont li a i {
    color: #fff;
    margin-right: 0;
    font-size: 16px;
  }
  .mob_w-50 {
    width: 50%;
  }
  .floating_book {
    position: absolute;
    top: 10px;
    width: 47%;
    z-index: 4;
    padding: 0;
    left: 24%;
  }
  .floating_book a.bg_btn {
    padding: 7px 4px;
    font-size: 13px;
    width: 119px;
    margin: 0 auto;
    text-align: center;
  }
  .hide-mini-desk {
    display: none;
  }
  .serv_ul ul li {
    width: 100%;
  }
  .prof_card {
    padding: 30px 17px;
  }
  .prof_card h3 {
    text-align: center;
  }
  .prf_crd_flx {
    flex-wrap: wrap;
    justify-content: center;
  }
  .prof_dt {
    text-align: center;
    width: 100%;
  }
  .bg_li {
    text-align: left;
  }
  .cert ul {
    margin: 40px 0 0;
    position: unset;
  }
  footer ul {
    gap: 1rem 2rem;
  }
  .cap h3 {
    margin-bottom: 15px;
  }
  .ftr_scl li:last-child {
	padding-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .hidden-desk {
    display: none;
  }
  .hide-tab-desk {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .hide-mini-desk {
    display: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .tp_cont {
    gap: 12px;
    flex-wrap: wrap;
  }
  .ftr_scl {
    padding: 10px 0 0;
  }
  .cap h2 {
    font-size: 32px;
  }
  .small_head {
    font-size: 18px;
    margin-top: 2rem;
  }
  .test_cont {
    width: 100%;
  }
  .hidden-desk {
    display: none;
  }
  .ftr_copy_rit {
    text-align: center;
  }
  .gal_1 {
    height: auto;
  }
  .sub_slider {
    left: -7px;
    bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gal_1 {
    height: 187x;
    border-radius: 7px;
  }
  .bg_btn {
    width: 154px;
  }
  .about_sec {
    background: url(../images/abt_bg.png) no-repeat right center / 88%;
  }
  .pro_01_sec_padd {
    padding-left: 3.2rem;
  }
  .pro_01_sec_right_padd {
    padding-right: 3.2rem;
  }
  .serv_sec {
    padding-bottom: 2rem;
  }
  .floating_book02 {
    position: absolute;
    right: 44px;
    top: 20px;
    width: auto;
  }
  .floating_book02 a {
    width: 137px;
    padding: 6px 0;
    font-size: 14px;
  }
  .cap h3 {
    margin-bottom: 15px;
  }
  .sub_slider {
    left: -10px;
    bottom: -24px;
    width: 160px;
    height: 160px;
  }
  .tp_cont {
    gap: 16px;
  }
  .serv_ul ul li {
    width: 48%;
  }
  .cert ul {
    position: unset;
    margin: 39px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .tp_cont {
    gap: 8px;
    flex-wrap: wrap;
  }
  .ftr_scl li {
    font-size: 20px;
    padding: 0 20px 0 0;
  }
  .ftr_scl {
    position: relative;
    margin: 7px 0;
  }
  .logo img {
    max-width: 190px;
  }
  .cap h2 {
    font-size: 30px;
  }
  .cont_bar {
    margin-bottom: 2rem;
  }
  footer h3 {
    font-size: 18px;
    margin-bottom: 27px;
    margin-top: 2rem;
  }
  .abt_img {
    margin-bottom: 2rem;
  }
  .cap p {
    font-size: 14px;
    font-weight: 300;
  }
  .bg_btn {
    width: 155px;
  }
  .cap a span {
    margin-top: 0;
    font-size: 16px;
  }

  .py-5 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }
  .form-group input,
  .form-group textarea {
    font-weight: 300;
  }
  .alert {
    padding: 0.5rem 1rem;
  }
  .hidden-mob {
    display: none;
  }
  footer .ftr_scl {
    position: relative;
    margin: 7px 38px;
  }
  .anchr {
    position: absolute;
    top: 0;
    margin-top: -18px;
    display: block;
    width: 25px;
    height: 40px;
  }
  .anchr2 {
    position: absolute;
    top: 0px;
    margin-top: -50px;
    display: block;
    width: 10px;
    height: 10px;
  }
  .bg_btn {
    padding: 10px 10px;
    font-size: 14px;
  }
  .border_btn {
    padding: 8px 10px;
    font-size: 14px;
  }
  .sub_slider {
    left: 0;
    width: 170px;
    height: 170px;
  }
  #home {
    margin-bottom: 50px;
  }
  #home .owl-dots {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    gap: 12px;
    top: 37px;
    position: relative;
  }
  #home2 {
    padding-top: 95px;
  }
  .z-index-2 {
    z-index: 2;
  }
  .z-index-3 {
    z-index: 3;
  }
  .gal_1 {
    height: auto;
  }
}
