@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;0,700;0,800;0,900;1,400&display=swap');

* {
  font-family: Poppins !important;
}

.fa {
  font-family: fontawesome !important;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #444444;
}

a {
  color: #000;
}

#EventCalenderControl {
  display: none;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

section.bnr {
  padding: 0;
}

img {
  /* max-width:100%; */
}

ol li,
ul li {
  font-size: 15px;
  text-align: left;
  line-height: 30px;
  color: #333;
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #333;
  text-align: justify;
  line-height: 23px;
}



/*navbar*/

#HeaderControl,
#MenuControl,
#widgetsControl,
#WidgetControl2,
#WidgetControl1,
#WidgetControl4 {
  padding: 0;
}


#FooterrControl1_tr_FooterBackImage td.row {
  margin: 0;
}

/*navbar*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 15px 0 0;
  position: relative;
  left: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  /* background:rgba(254,254,254,0.75); */
}

.navbar-nav>li>a:hover {
  color: #625b5c !important;
}

.navbar-nav .nav-item:first-child a {
  color: #008080 !important;
  
}

#header.header-scrolled {
  padding: 10px 0;
  height: 70px;
  transition: all 0.5s;
}


#header #logo img {
  padding: 0;
  margin: 0;
}


.heading-innerpage {
  background: #008080;
  padding: 37px;
  margin-bottom: 20px;
  margin-top: 0;
}

.heading-innerpage h1 {
  font-weight: 600;
  Font-size: 28px;
  color: #fff;
  line-height: 50px;
  text-align: left;
  border-left: 3px #fff solid;
  padding-left: 20px;
  margin-bottom: 0px;
  border-radius: 4px;
}


.team-inner img {
  border-radius: 10px;
  box-shadow: 1px 1px 6px #7e7777;
}

.team-inner p {
  line-height: 30px;
}

#header {
  /* position: absolute; */
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header img {
  max-width: 100%;
  padding-left: 55px;
  /* height: 90px; */
}

.body-fx .navbar-default {
  background-color: transparent !important;
}

.navbar-fixed-top img {
  padding-top: 0px !important;
}

.body-fx #header {
  padding: 10px 0;
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(254, 254, 254, .95);
}

.body-fx .navbar-default {
  background-color: transparent !important;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 0px
}

::-webkit-scrollbar-thumb {
  background-color: #999191;
  border-radius: 0px
}

::-webkit-scrollbar-track {
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px
}

/**/
/* contact */
.cont-page h2 {
  font-weight: bold;
  color: #000;
  font-size: 19px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 10px;
}

.cont-page h2 span {
  color: #008080;
  font-weight: normal;
  font-size: 18px;
}

.cont-page .map-contp {
  border: 1px dashed #ccc;
}

.st-feature-box h3 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}

.cont-page .st-feature-box {
  background: #008080;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  color: #fff;
}

.st-feature-box {
  padding-left: 70px;
  position: relative;
}

.feature-box-content {
  font-size: 14px;
}

.st-feature-box .st-feature-box-icon {
  color: #111;
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  line-height: 0px;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 60px;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.cont-page .feature-box-image .fa {
  color: #fff;
  line-height: 30px;
  font-size: 30px;
  margin-left: 17px;
  margin-top: 10px;
}

/*cont-page*/
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.bnr-sec {
  position: relative;
  overflow: hidden;
  padding-top: 15px;
}

.bnr_cont {
  position: relative;
  z-index: 99;
}

.bnr-sec:after {
  content: '';
  background-image: url(../Image/banner-lft-Img.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bnr-sec .bnr_rht_img {
  filter: drop-shadow(2px 15px 0px #807a7b);
  z-index: 999;
  position: relative;
}

.bnr-sec .bnr_cont h1 {
  font-size: 20px;
  color: #008080;
  font-weight: 600;
  margin-top: 1rem;
}

.bnr-sec .bnr_cont h2 {
  font-size: 33px;
  font-weight: 700;
  color: #000;
  line-height: 72px;
}

.cl-2 {
  color: #625b5c;
}

.cl-1:hover {
  color: #0a58ca;
}

.rd-mr .btnn {
  display: inline-block;
  background-color: #625b5c;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: 0.3s;
  z-index: 9999;
  position: relative;
}

.rd-mr .btnn:hover {
  background-color: #068383;
}

.bnr-sec .bnr_cont .call-button {
  margin-right: 5px;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  background: #008080;
  /* background: linear-gradient(105deg, rgba(255, 104, 95, 1) 0%, rgba(255, 144, 104, 1) 100%); */
  color: #fff;
  font-size: 20px;
}

.bnr-sec .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff;
}

.bnr-sec .carousel-caption {
  text-align: left;
}

.bnr-sec .carousel-indicators {
  bottom: -60px;
}

.bnr-sec .carousel-indicators [data-bs-target] {
  background-color: #999191;
  width: 30px;
  height: 3px;
}

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
/*--------------------------------------------------------------


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.head-hm {
  text-transform: uppercase;
  font-weight: bold;
  color: #618930;
  font-size: 40px;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 25px;
}

.head-hm:before {
  content: "";
  width: 170px;
  height: 8px;
  border: 3px solid #87c232;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: 0 auto;
  background: #87c232;
  border-radius: 50%;
}

.head-hm span {
  color: #87c232;
}

.hm-heading {
  font-size: 30px;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 99;
  line-height: 42px;
  margin-bottom: 15px;
}

.heading-title p {
  font-size: 30px;
  z-index: 9999;
  text-transform: uppercase;
  font-weight: 700;
  color: #008080;
  opacity: 0.50;
}

.hm-contact p {
  text-align: center;
  margin-bottom: 30px;
}

.map {
  position: relative;
  z-index: 99;
}

/* Testimonials */
.tm-cont {
  padding: 20px;
}

.start-ic {
  margin: 10px 0;
}

.start-ic i {
  font-size: 18px;
  margin: 0 1px;
}

.sr-sc {
  box-shadow: 0px 0px 7px 0px #d2d1d1 !important;
  background: #fff;
  margin: 20px 5px 5px;
  min-height: 320px;
}

#team-bx .carousel-control-prev,
#team-bx .carousel-control-next {
  opacity: 1;
  height: 45px;
  display: block;
  width: 45px;
  border-radius: 50%;
  background: #999191;
}

.tm-cont h3 {
  color: #125e7f;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
}

.tm-cont p {
  margin-bottom: 18px;
  font-size: 12px;
}

#team-bx {
  position: relative;
  z-index: 99999;
}

#team-bx .carousel-control-prev {
  background-image: none;
  position: absolute;
  left: -30px;
  top: 50%;
}

#team-bx span {
  font-size: 22px;
}

#team-bx .carousel-control-next {
  background-image: none;
  position: absolute;
  right: -30px;
  top: 50%;
}

/* Testimonials */
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/* .services {
  position: relative;
} */

.about .abt_img {
  filter: drop-shadow(13px -2px 0px #807a7b);
  z-index: 9999;
}

.about::after {
  content: '';
  background-image: url(../Image/banner-lft-Img.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* .services::before {
  content: '';
  background-image: url(../Image/ser-bg.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.services .ser-bx {
  background-color: #ffffff8e;
}

.services .ser-bx,
.services .ser-bx .service-icon,
.services .ser-bx a {
  transition: .5s
}
.service-icon img{border-radius: 4px;}
.services .ser-bx {
  position: relative;
  z-index: 9999;
  margin-bottom: 20px;
}

.services .ser-bx::before {
  width: 100%;
  height: 8px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #008080;
  transition: .5s cubic-bezier(0.5, 1.6, 0.4, 0.7);
  z-index: -5;
  opacity: 41%;
}

.services .ser-bx:hover::before {
  background: #008080;
  height: 100%;
  z-index: -5;
  border-radius: 10px;
} */

.ser-cont h4 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

.fa-5x {
  color: #999191;
}

.fa-5x:hover {
  color: #999191;
}

.ser-cont p {
  text-align: justify;
  font-size: 14px;
  text-align-last: center;
}

section {
  padding: 60px 0;
}

.hm-contact {
  position: relative;
}

.hm-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../Image/contact-bg.png) no-repeat;
  z-index: 5;
}

.enquiry {
  position: relative;
  z-index: 99;
  background-image: url(../Image/contact-form-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  padding: 48px 68px;
  border-radius: 20px;
}

.form-control {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
}

.hm-contact .sbmt {
  display: inline-block;
  background-color: #625b5c;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: 0.3s;
  border: none;
}

.hm-contact .sbmt:hover {
  background-color: #008080;
}

.hm-contact .info {
  margin-top: 10px;
  position: relative;
  z-index: 5;
  display: inline-flex;
}

.hm-contact .info span {
  display: inline-flex;
  align-items: center;
}

.hm-contact .info span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: rgb(255, 104, 95);
  background: linear-gradient(105deg, #008080 0%, #807a7b 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  margin-right: 15px;
}

.hm-contact .info span a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
}



.copyright {
  position: relative;
  z-index: 99;
}

.copyright p strong {
  color: #008080;
}

#footer {
  color: #fff;
  font-size: 15px;
  position: relative;
  background: #807a7b36;
}

#footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../Image/ft_bk_bg.png) no-repeat;
  z-index: 1;
  background-size: 100% 100%;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #008080;
  color: #ffffff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background-color: #625b5c;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  position: relative;
  z-index: 99;
}

#footer .map_text {
  display: flex;
  margin-bottom: 6px;
  color: #000;
  font-size: 14px;
  z-index: 999;
  position: relative;
}

.footer-info,
.useful {
  position: relative;
  z-index: 9;
}

#footer .map_text:hover .fa {
  color: #008080;
}

#footer .map_text .fa {
  font-size: 20px;
  line-height: 40px;
  color: #000;
  text-align: center;
  margin-right: 10px;
}

#footer .useful a {
  color: #000;
  transition: 0.2s linear;
  font-size: 14px;
  display: inline-flex;
}

#footer .useful a:hover {
  color: #008080;
  letter-spacing: 0.3px;
}

#footer .useful a:hover .fa {
  color: #008080;
}

#footer .useful .fa {
  color: #000;
  line-height: 25px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*footer*/


#FooterrControl1_tr_FooterBackImage {
  background-image: none !important;
}

.cprht-lft {
  float: left;
  padding-top: 6px;
}

.cprht-rht {
  float: right;
  padding-top: 0px;
}

.cprht-rht ul {
  list-style: none;
  text-align: right;
  margin: 0;
  font-size: 14px;
}

.cprht-rht ul li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #db6e5d;
  line-height: 13px;
}

.cprht-rht ul li:first-child {
  border-left: 0;
}

.cprht-rht a {
  color: #fff;
  padding: 0 1px;
}

.cprht-rht a .fa {
  background: #283447;
  border-radius: 50%;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 29px;
  transition: 0.5s;
}

.cprht-rht a .fa:hover {
  background: #000;
  color: #87c232;
  transition: 0.5s;
}

p.cprht-rht img {
  height: 18px;
  transition: 0.5s;
  vertical-align: bottom;
}

p.cprht-rht img:hover {
  transform: rotate(360deg);
  transition: 0.5s;
}

.cprht-lft strong {
  color: #fff;
  font-weight: 300;
}

.ft-cont i {
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #8e8e8e;
  font-size: 19px;
  line-height: 0px;
  margin-right: 11px;
  margin-top: 4px;
  vertical-align: baseline;
  float: left;
  transition: 0.5s;
}

.cprht-img {
  float: left;
  margin-left: 120px;
}

.cprht-img img {
  height: 45px;
}

.ft-cont i img {
  margin-top: 6px;
}

.ft-cont p:hover i {
  background: #77be32;
  transition: 0.5s;
}

.ft-nav ul {
  list-style: none;
  text-align: center;
  margin-top: 0;
  padding-top: 21px;
  font-weight: bold;
  z-index: 9;
  position: relative;
}

.ft-nav ul li {
  display: inline-block;
  padding: 0 35px;
}

.ft-nav ul li a:hover {
  color: #77be32;
}

.callus2 {
  width: 100%;
  margin: 8px 0 0 0;
  text-align: right;
  position: fixed;
  bottom: 8em;
  right: 13px;
  width: 50px;
  height: 50px;
  z-index: 99999;
}

.callus2 .callusL2 {
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #008080;
  color: #fff;
  margin: 0 20px 0 0;
  -webkit-box-shadow: 0px 0px 0px 7px #dc3545;
  -moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
  box-shadow: 0px 0px 0px 7px #87b0e736;
  -webkit-animation: tada 1.25s infinite;
  -moz-animation: tada 1.25s infinite;
  -ms-animation: tada 1.25s infinite;
  animation: tada 1.25s infinite;
}

.whatsapp_btn {
  position: fixed;
  bottom: 12em;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 9999;
}

.whatsapp_btn .icon_logo {
  position: relative;
  z-index: 100;
  padding: 5px;
  top: -9px;
  right: -7px;
}

.whatsapp_btn .icon_logo>a>img {
  width: 100%;
}

.whatsapp_btn .circle_waves {
  border-radius: 50%;
  background-color: rgb(60, 192, 78);
  width: 55px;
  height: 55px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0px;
  z-index: 99;
  animation: 4s cubic-bezier(0.36, 0.11, 0.89, 0.32) 0s infinite normal none running waves;
}

@keyframes waves {
  0% {
    transform: scale(0.55, 0.55);
    opacity: 0.6;
  }

  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

.scanner {
  padding-left: 60px;
}

.scanner img {
  position: relative;
  z-index: 999;
  /* height: 300px; */
}

.top {
  position: fixed;
  right: 18px;
  bottom: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #008080;
  width: 50px;
  height: 49px;
  line-height: 49px;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  transition: ease-in 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top.scll-top {
  opacity: 1;
  transition: ease-in 0.5s;
  bottom: 56px;
}

.top .fa {
  display: block !important;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }

  .services .icon-box {
    margin: 15px auto;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

@media (max-width: 767px) {
    .navbar .container-fluid{display: flex;justify-content: center;}
    .ups1 {
    height:auto;}
  #header img {
    margin: inherit;
  }

  .body-fx #header {
    padding: 15px 0;
    height: inherit;
    position: relative;
  }

  .bnr-sec .bnr_cont h2 {
    font-size: 30px;
  }

  section {
    padding: 20px 0;
  }

  .enquiry {
    padding: 10px;
  }

  .navbar-toggle {
    margin-top: -38px;
    position: absolute;
    right: 0px;
  }

  .caption {
    width: 100%;
  }

  .wback .caption {
    top: 30%;
  }

  .navbar-default,
  .navbar-default .navbar-collapse {
    border-color: transparent !important;
  }

  .body-fx .navbar-default,
  .body-fx .navbar-default .navbar-collapse {
    background-color: transparent !important;
    border-color: transparent !important;
  }

  .nav>li>a {
    padding: 8px 2px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #87c232;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #fff;
  }
}

@media (max-width: 575px) {
  center #form1 #HeaderControl {
    width: 100%;
  }

  center #form1 #MenuControl {
    margin-right: 0;
    width: 100%;
  }

  .body-fx #header {
    position: relative !important;
    display: none;
  }

  .navbar-collapse {
    background: #fff
  }

  .bnr-cont {
    display: none;
  }

  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }

  .wback .caption {
    display: none;
  }

  #header {
    position: relative;
    background-color: #fff;
    height: inherit;
    padding: 10px 0;
  }

  .body-fx #header {
    background: transparent;
  }

  .bnr-sec .carousel-inner .item>img {
    height: 250px;
  }

}

@media (max-width: 414px) {
  #header img {
    margin: inherit;
    max-width: 100%;
    padding: 0;
  }

}

@media (max-width: 992px) {
  .bnr-sec .flex-dir {
    flex-direction: column-reverse;
  }

  .bnr-sec .bnr_cont {
    text-align: center;
    margin: 25px auto;
  }
}

@media (max-width: 1200px) {
  .bnr-sec .bnr_cont h1 {
    font-size: 14px;
  }
}


#services .carousel-indicators [data-bs-target] {
  background-color: #999191;
  width: 30px;
  height: 3px;
}

#services .carousel-indicators {
  bottom: -50px;
  z-index: 9999999999;
}

.main-table>.row{ gap:20px 0;}
.bx-item {box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;padding: 15px;height: 100%;}
.bx-item >h4{font-size:18px;margin-top:15px;text-align: center;}

.bg-2 h3{color:#fff;
    text-align:center;margin-bottom:30px;
    }
.advantage-name {border: 2px solid #fff;border-radius:5px;padding: 30px 0;cursor: pointer;font-family: "Libre Baskerville", serif;text-align: center;}
.advantage-name h3{color: #fff;font-size: 22px;font-weight: 600;cursor: pointer;text-align: center;margin-top:20px;margin-bottom: 0;}
.advantage-div {position: relative;display: inline-block;width: 19%;margin: 0 5px;}
.advantage-name img{
width:80px;

}
@media screen and (max-width: 991px) {
.advantage-panel{flex-direction: column;}
.advantage-div{width: 100%; margin: 6px 0;}
}

.ups1 {
    height:292px;
    background: #fff;
    padding: 30px 20px;
    margin: 2px 0 20px 0;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ups1 img {
    width: 80px;
    margin: 0 0 20px 0;
    filter: grayscale(1);
}

.ups1 h5{color: #008080;font-weight: 600;font-size:20px}
.ups1 p{color: #333;font-size:15px}
.bg-2{background-color: #8dd1f3;}
.enquiry p {font-weight:600;color: #414040;}

.services_align {
    align-items: center;
    margin-top: -104px;
}

.services{position: relative;}
.service_item{}
.services-card {text-align: center;background-color: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, .1);padding: 35px 30px;position: relative;z-index: 1;margin-bottom: 30px;border-radius: 4px;}
.services-card::before {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;background-color: #008080;transition: transform 400ms linear;transform: scaleX(0);transform-origin: left;color: #F3F3F3;}
.services-card:hover::before {    transform: scaleX(1);}
.services-card::after {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;background-color: #008080;transition: transform 400ms linear;transform: scaleX(0);transform-origin: right;color: #F3F3F3;}
.services-card:hover::after {    transform: scaleX(1);}
.services-card:hover p, .services-card:hover .fa, .services-card:hover h3 > a{color: #fff; transition: 0.3s linear;}
.services_align{align-items: center;margin-top: -104px;}
.services-card h3 > a{font-size: 20px;color:#000;}
.services-card .fa{font-size: 46px; color: #008080;margin-bottom: 8px;}
.services-card a p{font-size: 17px; color: #008080;margin-bottom: 8px;}
@media screen and (max-width:767.99px) {
  .services_align{margin-top: 0;}
}
.service-bg{position: absolute; left: 0; bottom: 0; right: 0;}
.service-bg img{width: 100%; }
.service-dots {    position: absolute;top: 33%;right: 0;}
.sub_title {
    font-size: 30px;
    text-transform: capitalize;
    color: #008080;
    font-weight: 700;
    letter-spacing: 0.25px;
    position: relative;
    z-index: 99;
    line-height: 42px;
    margin-bottom: 15px;
}

.hm-heading1{font-size: 30px;
    z-index: 9999;
    text-transform: uppercase;
    font-weight: 700;
    color: #999191;
    opacity: 0.15;}
#divmainenquiry11  .alert a{float: inline-end;}