@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;
}
.main-table p b{font-size: 16px;}
.fa {
  font-family: fontawesome !important;
}

#HomepagecontentControl_C {
    background: #eeeeee69;
}

.card h3 {
    text-align: initial;
}

.highlight {
    text-align: initial;
    line-height: 30px;
}

.cta h3 {
    color: #fff;
}
.cta h2 {
    color: #fff;
    text-align: center;
}

.cta p {
    color: #fff;
    text-align: center;
}
.cta a{display: inline-block;
    margin-top: 40px;
    padding: 16px 36px;
    background-color: #fff;
    color: #212529 !important;
    border-radius: 40px;
    text-decoration: none !important;
    font-size: 1.15rem;
    font-weight: 600;
    transition: background-color 0.3s ease;}
.cta a:hover{ color: #4471fa;}

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

h2 {
    text-align: initial;
}

header p {
    text-align: center;
    color: #fff;
}

section h2 {
    text-align: initial;
}

.inner-bg {
    background-color: #f4f7fb;
}
.top-inner {
      background-color: #007acc;
      color: white;
      padding: 80px 20px 60px;
      text-align: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
    .top-inner h1 {
      font-size: 2.75rem;
      text-align: center;
      margin-bottom: 10px;
    }
    .top-inner p {
      font-size: 1.2rem;
      text-align: center;
      color: white;
      margin: 0 auto;
    }
    .inner-section {
      margin: 40px auto;
      padding: 50px;
      background: white;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0, 114, 206, 0.1);
    }
    .inner-section h2 {
      color: #005fa3;
      font-size: 1.9rem;
      border-left: 5px solid #007acc;
      padding-left: 14px;
      margin-top: 40px;
    }
    .inner-section p, li {
      line-height: 1.8;
      font-size: 1.05rem;
    }
    .inner-section ul, ol {
      padding-left: 25px;
      margin-top: 10px;
    }
    .inner-highlight {
      background: #eaf6ff;
      padding: 20px 25px;
      border-left: 5px solid #007acc;
      border-radius: 8px;
      margin: 30px 0;
      font-weight: 500;
    }
    .inner-cta {
      display: inline-block;
      margin-top: 30px;
      padding: 14px 32px;
      background-color: #007acc;
      color: white;
      border-radius: 30px;
      text-decoration: none;
      font-size: 1.1rem;
      font-weight: 600;
      transition: background-color 0.3s ease;
    }
    .inner-cta:hover {
      background-color: #005fa3;
    }

a {
  color: #084a94;
}

#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: 2;
  color: #333;
}

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



/*navbar*/

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


#FooterrControl1_tr_FooterBackImage td.row {
  margin: 0;
}

/*navbar*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 0px 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: #ff695f !important; */
}

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

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


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


.heading-innerpage {
  background: linear-gradient(to right, rgb(255 105 95), rgb(11 12 12));
  padding: 40px 0;
  margin-bottom: 20px;
  margin-top: 0;
}

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


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

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

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

#header-top img {
  max-width: 100%;
  padding-left: 50%;
  /* height: 90px; */
  margin-top: 5px;
}

.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: #ff695f;
  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: #03487e;
  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: #000;
  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-sec .cr-logo {margin: 15px 0;}
.bnr_cont {
  position: relative;
  z-index: 99;
}
.ba
.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 #ffcdbc);
  z-index: 999;
  position: relative;
}

.bnr-sec .bnr_cont h1 {
  font-size: 24px;
  color: #ffffff;
  /* background: white; */
  padding: 10px;
  font-weight: 600;
  margin-top: 1rem;
  animation: textColor 4s infinite;
  border-radius: 10px;
}
@keyframes textColor {
  0%   {color: #ff695f;}
  50%  {color: #ffab91;}
  100% {color: #ff695f;}
}
.bnr-sec .bnr_cont h2 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #2a2a2a;
  px; */
}
.bnr-sec .bnr_cont p { color: #535353; line-height: 1.7}
.cl-2 {
  color: #03a4ed;
}

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

.rd-mr .btnn {
  display: inline-block;
  background-color: #03a4ed;
  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: #ff695f;
}

.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: rgb(255, 104, 95);
  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: -39px;
}

.bnr-sec .carousel-indicators [data-bs-target] {
  background-color: #ff695f;
  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: #2a2a2a;
  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: #ff695f;
  opacity: 0.15;
}

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

.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 #ffcdbc);
  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;
  min-height: 473px;
  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: #03a4ed;
  transition: .5s cubic-bezier(0.5, 1.6, 0.4, 0.7);
  z-index: -5;
  opacity: 41%;
}

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

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

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

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

.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: 9;
}

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

.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, rgba(255, 104, 95, 1) 0%, rgba(255, 144, 104, 1) 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  margin-right: 15px;
}

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



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

.copyright p strong {
  color: #ff695f;
}

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

#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: #03a4ed;
  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: #ff685f;
  color: #fff;
}

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

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

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

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

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

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

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

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

#footer .useful .fa {
  color: #6a6969;
  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: 110px !important;!i;!;
  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: #03a4ed;
  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: 50px !important;!i;!;
  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: #03a4ed;
  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) {
  #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;
    text-align: center;
  }

  .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: #ff695f;
  width: 30px;
  height: 3px;
}

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

.main-table>.row{gap: 5px 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;}

.services-page .contact-bx { background:linear-gradient(105deg, rgba(255, 104, 95, 1) 0%, rgba(255, 144, 104, 1) 100%); padding: 35px;}
.services-page .contact-bx p {color: #ffffff;margin: 0 0 25px 0;font-size: 17px;text-align: center;line-height: 1.5}
.services-page .contact-bx a { display: inline-block; color: #fff; font-size: 14px; padding: 10px 30px; background:#03a4ed; border-radius: 30px}
.services-page .contact-bx a:hover { background: rgba(255, 104, 95, 1); color: #fff;  font-weight: 500;}
.services-page ul, .services-page ul li { margin: 0; padding: 0;}
.services-page ul li {/* display: flex; */margin: 0 0 10px 0;box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;padding: 15px;font-size: 15px;list-style: none;}
.services-page ul li i {color: #03a4ed;font-size: 21px;margin: 1px 8px 0 0;}





#mainclass .main-heading{border-bottom:0;}
#mainclass .main-heading span{font-size: 21px; font-weight: 600; line-height: 30px; color: #065695; text-align: center; margin-bottom: 10px;    padding: 10px;  border: 1px #ccc solid;  border-radius: 16px 16px 0 0;  background: #efefef;  display: block;}
.inner-icon-ul{text-align: left; color: #000;background: #fff;padding:0px 10px; list-style: none;    font-size: 14px; font-family: Arial; padding-left: 0;}
.inner-icon-ul li{padding-left:30px; margin-bottom:4px; position:relative; line-height:22px; color:#444}
.inner-icon-ul li:before { position: absolute; left: 0;content: "\f0a4"; font: normal normal normal 14px/1 FontAwesome; color:#0a5694;    font-weight: normal; font-size: 15px; top: 2px;}
.inner-icon-ul li:before { color: #333;}
.inner-icon-ul li a { color: #333;transition:.5s; text-decoration:none; font-weight:400;}
.inner-icon-ul li a:hover { padding-left: 5px;}

#_g2 {position:relative;color:white;}
#_g2:before{content:'Achievements & Recognition'; position:absolute;width:100%;height:100%;display:block;left:0; top:0; color:black;