:root {
  --color-black: #000000;
  --color-super-black: #000000;
  --color-one: #CC9933;
  --color-two: #39894E;
  --color-three: #EFF8FF;
  --color-main: #147DC4;
  --color-white: #ffffff;
  --color-grey: #939598;
  --color-pureGrey: #808080;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --font-main: "Montserrat", sans-serif;
  --font-size: 15px;
  --font-weight: 400;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--color-white);
  background: var(--color-one);
}

::selection {
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

i {
  font-style: normal;
}

.site-container {
  background: var(--color-white);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
  margin: 0 auto;
  max-width: 1900px;
  word-wrap: break-word;
  position: relative;
}

.site-container::after {
  clear: both;
  content: " ";
  display: block
}

input:focus,
textarea:focus,
select:focus,
:focus,
.form-control:focus {
  outline: none !important;
}

*:focus {
  outline: none !important
}

p {
  line-height: 30px;
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}

a,
.link .color {
  outline: 0 !important;
  text-decoration: none;
  color: var(--color-black);
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover {
  text-decoration: none;
  color: var(--color-one);
}

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  border-radius: 100px;
  background-color: #fdfdfb;
  font-size: 22px;
  padding: 8px 10px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  mix-blend-mode: difference;
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(46, 45, 45, 1);
  text-decoration: none !important;
}

.linkBlack {
  color: var(--color-black);
  font-weight: 500;
}

.linkBlack:hover {
  color: var(--color-one);
}

.linkone {
  color: var(--color-one);
  font-weight: 500;
}

.linkone:hover {
  color: var(--color-black);
}

.linkWhite {
  color: var(--color-white);
  font-weight: 500;
}

.linkWhite:hover {
  color: var(--color-black);
}

.colorone {
  color: var(--color-one) !important;
}

.colortwo {
  color: var(--color-two);
}

.custom-bb {
  border-bottom: 0.5px solid #000000;
  margin-bottom: 20px;
}

#menu-toggle {
  z-index: 1;
  position: absolute;
  bottom: 32%;
  right: 0;
}

.coming-soon {
  position: relative;
  font-size: 18px;
  z-index: 0;
  width: 100%;
}

.coming-soon::before {
  content: "coming soon . . .";
  left: 0px;
  position: absolute;
  top: 0px;
  font-size: 55px;
  font-weight: 900;
  color: #f0f0f0;
  z-index: -1;
}

.carousel-item {
  transition: transform 1s ease-in-out;
}

#myCarousel.carousel-fade .active.carousel-item-start,
#myCarousel.carousel-fade .active.carousel-item-end,
#myCarouselMobile.carousel-fade .active.carousel-item-start,
#myCarouselMobile.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.9s;
}

#announcementCarousel.carousel-fade .active.carousel-item-start,
#announcementCarousel.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}

/* Carousel Animation delays */
.carousel-inner>.carousel-item>a>img,
.carousel-inner>.carousel-item>img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0px
}

.slider .carousel-inner {
  overflow: unset;
}

.slider {
  position: relative;
  width: 100%;
  z-index: 0;
}

.slider::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: #f5f5ff
}

#carousel-sub .carousel-item:before {
  display: none;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6 {
  z-index: 1 !important;
}

.slide1 a:hover,
.slide2 a:hover,
.slide3 a:hover,
.slide4 a:hover,
.slide5 a:hover,
.slide6 a:hover {
  color: var(--color-white);
}

.slide1 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: var(--color-white);
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide1 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide1 h4 span {
  display: block;
  font-size: 14px;
}

.slide2 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: #000;
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide2 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide2 h4 span {
  display: block;
  font-size: 14px;
}

.slide1 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slide2 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slider .carousel-control-prev {
  top: unset;
  bottom: 145px;
  right: 175px;
  left: auto;
  border-radius: 50px;
  background: rgba(19, 36, 36, .25);
  border: 0px solid var(--color-black);
  width: auto;
  z-index: 3;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
  top: unset;
  bottom: 145px;
  left: auto;
  right: 120px;
  border-radius: 50px;
  background: rgba(19, 36, 36, .25);
  border: 0px solid var(--color-black);
  width: auto;
  z-index: 3;
}

/* .slider .carousel-control-next .carousel-control-next-icon i{width: 45px; height: 45px;} */
.carousel-indicators {
  right: 0;
  left: unset;
  bottom: 60px;
}

.carousel-indicators [data-bs-target] {
  color: var(--color-white) !important;
  background-color: transparent;
  text-indent: 0;
  font-size: 22px;
  font-weight: 700;
  width: auto;
  height: auto;
  margin: 0 6px;
}

.carousel-indicators .active {
  font-size: 26px;
}

.slider .home-waves>use {
  animation: move-forever 3s -3s linear infinite
}

.slider .home-waves>use:nth-child(2) {
  animation-delay: -4s;
  animation-duration: 7s
}

.slider .home-waves>use:nth-child(3) {
  animation-delay: -5s;
  animation-duration: 4s
}

footer .home-waves>use {
  animation: move-forever 3s -3s linear infinite
}

footer .home-waves>use:nth-child(2) {
  animation-delay: -4s;
  animation-duration: 7s
}

footer .home-waves>use:nth-child(3) {
  animation-delay: -5s;
  animation-duration: 4s
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

.slider svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30vw;
  max-height: 200px;
  z-index: 1
}

/* @media all and (max-width : 768px) {  */
@media(min-width:320px) and (max-width:1080px) {

  .slide1 .carousel-caption,
  .slide2 .carousel-caption,
  .slide3 .carousel-caption,
  .slide4 .carousel-caption,
  .slide5 .carousel-caption,
  .slide6 .carousel-caption {
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    display: none;
  }

  .slide1 h3,
  .slide2 h3,
  .slide3 h3,
  .slide4 h3,
  .slide5 h3,
  .slide6 h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .slide1 h4,
  .slide2 h4,
  .slide3 h4,
  .slide4 h4,
  .slide5 h4,
  .slide6 h4 {
    font-size: 16px;
    margin-top: 5px;
  }
}

.btn-one,
.btn-one-full,
.btn-two,
.btn-two-full,
.btn-three,
.btn-three-full,
.btn-four,
.btn-four-full {
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-top: 20px;
  padding: 6px 25px 6px 25px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  border-radius: 50px;
}

.btn-one {
  border: 2px solid var(--color-one);
  color: var(--color-one) !important;
}

.btn-one:hover {
  background: var(--color-one);
  color: var(--color-white) !important;
}

.btn-one-full {
  border: 2px solid var(--color-one);
  color: var(--color-white) !important;
  background: var(--color-one);
}

.btn-one-full:hover {
  background: none;
  color: var(--color-one) !important;
}

.btn-two {
  border: 2px solid var(--color-two);
  color: var(--color-two) !important;
}

.btn-two:hover {
  background: var(--color-two);
  color: var(--color-white) !important;
}

.btn-two-full {
  border: 2px solid var(--color-two);
  background: var(--color-two);
  color: var(--color-white) !important;
}

.btn-two-full:hover {
  border: 2px solid var(--color-two);
  color: var(--color-two) !important;
  background: none;
}

.btn-three {
  border: 2px solid var(--color-black);
  color: var(--color-black) !important;
}

.btn-three:hover {
  background: var(--color-black);
  color: var(--color-white) !important;
}

.btn-three-full {
  border: 2px solid var(--color-black);
  background: var(--color-black);
  color: var(--color-black) !important;
}

.btn-three-full:hover {
  border: 2px solid var(--color-black);
  color: var(--color-black) !important;
  background: none;
}

.btn-four {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
}

.btn-four:hover {
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-four-full {
  border: 2px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-four-full:hover {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  background: none;
}

.btn-hover {
  padding: 8px 25px 8px 25px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  border-radius: 50px;
  color: var(--color-black);
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: var(--color-white);
}

.btn-hover:focus {
  outline: 0
}

.btn-hover.btn-gradient {
  background-image: linear-gradient(to right, #8dc63f, #c2ee87, #c2ee87, #8dc63f);
}

/* Divider Line */
hr {
  border: 0;
  height: 1px;
  margin: 25px 0 25px 0;
  background-color: #829198;
}

hr.short {
  margin: 11px 0 11px 0;
}

hr.tall {
  margin: 44px 0 44px 0;
}

hr.taller {
  margin: 66px 0 66px 0;
}

hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

hr.invisible {
  background: none;
}

/* Divider Line */
.text-casenone {
  text-transform: none !important;
}

ul.list {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

ul.list li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}

ul.list li a {
  color: var(--color-black);
}

ul.list li a:hover {
  color: var(--color-green);
}

ul.list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: 0px;
  position: absolute;
  top: 7px;
  font-size: 5px;
  font-weight: 900;
  color: var(--color-black);
}

ul.list li.head {
  font-weight: 700;
  padding-left: 0;
}

ul.list li.head::before {
  display: none;
}

ol.ol-list {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}

ol.ol-list li {
  position: relative;
  text-align: justify;
  padding-bottom: 10px;
}

ol.ol-list li a {
  color: var(--color-black);
}

ol.ol-list li a:hover {
  color: var(--color-one);
}

.head-main {
  font-size: 30px;
  font-weight: 300;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  color: var(--color-one);
}

.head-one {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-two {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-three {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-one);
  color: var(--color-white);
  width: 100%;
}

.head-four {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-one);
  color: var(--color-one);
  width: 100%;
}

.head-five {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-six {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-pureGrey);
  color: var(--color-pureGrey);
  width: 100%;
}

.background-white {
  padding: 30px;
  background: var(--color-white);
  margin-bottom: 30px;
}

.bg-color-one {
  background: #f3f3f3;
  padding: 40px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 20px;
}

.bg-color-one h2 {
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  margin-top: 0 !important;
  border-bottom: solid 1px var(--color-one);
  color: var(--color-one);
  width: 100%
}

.bg-color-one h2 span {
  background: var(--color-grey);
  padding-right: 10px;
}

.bg-color-two {
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two h2 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  color: var(--color-one);
  width: 100%;
  border-bottom: 1px solid var(--color-one);
}

.bg-color-two h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px var(--color-one);
  color: var(--color-one);
  width: 100%;
}

.bg-color-three {
  background: rgba(239, 248, 255, 1);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 100px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(230, 226, 226, 0.2) !important;
}

.bg-color-three img {
  margin-top: -29px;
  margin-bottom: -59px;
}

.link {
  color: var(--color-one);
  font-weight: 600;
}

.link:hover {
  color: var(--color-black);
}

.for-xs {
  display: none !important;
}

.color-one {
  color: var(--color-one);
}

.color-two {
  color: var(--color-two);
}

.image-radius-15 {
  border-radius: 15px;
}

.image-radius-20 {
  border-radius: 20px;
}

.link {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
  text-decoration: none;
  position: relative;
  overflow: hidden
}

.link i,
.link span {
  position: relative
}

.link span {
  margin-left: 18px;
}

.link i {
  margin-left: .5em
}

.link .color {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background-color: var(--color-three);
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0px;
}

.link:hover .color {
  left: 89%;
  background-color: var(--color-one);
}

.link:hover i {
  color: var(--color-white);
}

.small-common-head {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-one);
  margin-bottom: 20px;
}

.top-menu-pad {
  margin-top: 140px;
}

.home-1st-bg {
  background: #F5F5FF;
  padding: 250px 0 110px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.home-1st-bg h1 {
  font-size: 60px;
  font-weight: 400;
}

.home-1st-bg h2 {
  font-size: 25px;
  font-weight: 300;
}

.home-1st-bg::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
  background: url('../img/blur-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  opacity: 0.6;
}

.home-1st-bg::after {
  content: "";
  position: absolute;
  left: 130px;
  bottom: -30px;
  z-index: -1;
  background: url('../img/blur-2.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  opacity: 0.6;
}

.home-about-bg {
  padding: 80px 0 40px 0;
}

.home-about-bg h2 {
  font-size: 60px;
  font-weight: 400;
  margin: 0;
}

.home-about-bg .container {
  border-bottom: 1px solid #000000;
  padding-bottom: 80px;
}

.home-services-bg {
  padding: 100px 0 100px 0;
  text-align: center;
  overflow: hidden;
}

.home-services-bg h3 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-one);
  letter-spacing: 10px;
  margin-bottom: 30px;
}

.home-services-bg h4 {
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 40px;
}

.home-services-bg h4 span {
  display: block;
}

.home-services-box {
  position: relative;
  z-index: 0;
  border: 2px solid #fff;
  box-shadow: 0 30px 50px 0 #00008226;
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 0 30px;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(246, 246, 246, .8);
  min-height: 100%;
}

.home-services-box-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../img/blur-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  opacity: .5
}

.home-services-box-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../img/blur-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  opacity: .3
}

.home-services-box-bg-1::before {
  top: -200px;
  left: -100px
}

.home-services-box-bg-1::after {
  left: 70px;
  top: -150px;
}

.home-services-box-bg-2::before {
  top: 0px;
  left: -100px
}

.home-services-box-bg-2::after {
  left: 70px;
  bottom: -135px
}

.home-services-box-bg-3::before {
  top: 15px;
  left: -100px
}

.home-services-box-bg-3::after {
  left: 70px;
  top: -150px;
}

.home-services-box i {
  background: var(--color-two);
  padding: 30px;
  border-radius: 100px;
  color: var(--color-white);
  font-size: 24px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px
}

.home-services-box h5 {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-one);
  margin: 20px 0 35px 0
}

.home-services-box h5 span {
  display: block;
}

.home-services-box ul {
  margin: 0;
  padding: 0;
}

.home-talk-bg {
  padding: 40px 0 0px 0;
  margin-bottom: -65px;
  position: relative;
  z-index: 1;
}

.home-talk-bg .container {
  background: var(--color-one);
  color: var(--color-white);
  border-radius: 20px;
  padding: 60px 40px;
}

.home-why-bg {
  background: url(../img/bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 200px 0 100px 0;
  margin: 0 20px;
  border-radius: 20px;
  position: relative;
  z-index: 0;
}

.home-why-bg h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.home-why-bg h2 span {
  display: block;
}

.home-why-bg h3 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 10px;
  color: var(--color-one);
  text-align: center;
  margin: 60px 0;
}

.home-why-box {
  text-align: center;
  padding: 40px 80px
}

.home-why-box i {
  color: var(--color-one);
  font-size: 24px;
}

.home-why-box h4 {
  color: var(--color-one);
  font-size: 22px;
  font-weight: 500;
  margin: 15px 0;
  line-height: 24px
}

.home-why-box h4 span {
  display: block;
}

.home-why-box p {
  text-align: center;
}


.home-inner-why-bg {
  background: #000082;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0 100px 0;
  margin: 0 20px;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  color: var(--color-white);
}

.home-inner-why-bg h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.home-inner-why-bg h2 span {
  display: block;
}

.home-inner-why-bg h3 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 10px;
  color: var(--color-white);
  text-align: center;
  margin: 60px 0;
}

.home-inner-why-box {
  text-align: center;
  padding: 40px 80px
}

.home-inner-why-box i {
  color: var(--color-white);
  font-size: 24px;
}

.home-inner-why-box h4 {
  color: var(--color-white);
  font-size: 22px;
  font-weight: 500;
  margin: 15px 0;
  line-height: 24px
}

.home-inner-why-box h4 span {
  display: block;
}

.home-inner-why-box p {
  text-align: center;
  font-weight: 400;
}

.home-happen-bg {
  padding: 100px 0;
}

.home-happen-bg h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.home-happen-bg h2 span {
  display: block;
}

.home-happen-bg p {
  font-size: 25px;
  text-align: left;
  line-height: 34px;
  margin: 25px 0 0 0
}

.home-happen-bg .btn-one-full {
  margin-left: 40px;
}

.home-knowledge-bg {
  background: var(--color-one);
  color: var(--color-white);
  border-radius: 20px;
  margin: 0 20px;
  padding: 80px 0;
}

.home-knowledge-bg h3 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 10px;
}

.home-knowledge-bg h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  margin: 25px 0
}

.home-knowledge-bg h2 span {
  display: block;
}

.home-knowledge-bg .home-knowledge-box {
  margin: 20px 0;
}

.home-clients-bg {
  padding: 100px 0;
}

.home-clients-bg h3 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 10px;
  color: var(--color-one);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.home-clients-box {
  padding: 20px 30px;
}












footer {
  position: relative;
  z-index: 0;
  background: var(--color-two);
  color: var(--color-white);
  padding: 80px 0 0;
}

footer svg {
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: 30vw;
  max-height: 150px;
  z-index: 1
}

footer .footer-bg {
  padding: 80px 0px 80px 0px;
}

footer ul.list li::before {
  display: none;
}

footer a {
  color: var(--color-white) !important;
}

footer a:hover {
  color: var(--color-two);
}

footer .footer-list {
  margin-top: 0px;
}

footer .footer-list h3 {
  margin: 0 0 15px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

footer .footer-list h3 span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

footer .footer-list h3 div {
  border-bottom: 1px solid var(--color-white);
  width: 25%;
  position: relative;
  right: 0;
  bottom: 0px;
  display: inline-block;
}

footer .footer-list ul {
  padding: 0;
  margin: 0 0 0 10px;
}

footer .footer-list ul li {
  list-style: none;
  padding: 3px 0 3px 10px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: var(--color-white);
  font-size: 4px;
}

footer .footer-list ul li a {
  color: var(--color-white);
  font-size: 15px;
  font-weight: 400
}

footer .footer-list ul li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul li a:hover {
  color: var(--color-two);
  padding-left: 2px;
}

footer .br {
  border: 1px solid #FFFFFF;
  margin: 20px 0;
}

footer .footer-list ul.half {
  padding: 0;
  margin: 0 0 0 10px;
  display: inline-block;
  width: 48%;
}

footer .footer-list ul.half li {
  list-style: none;
  padding: 3px 0 3px 10px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul.half li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: var(--color-white);
  font-size: 4px;
}

footer .footer-list ul.half li a {
  color: var(--color-white);
}

footer .footer-list ul.half li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul.half li a:hover {
  color: var(--color-two);
  padding-left: 2px;
}

footer .footer-list ul.contact {
  padding: 0;
  margin: 0 0 0 0px;
}

footer .footer-list ul.contact li {
  list-style: none;
  padding: 4px 0 4px 4px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul.contact li::before {
  display: none;
}

footer .footer-list ul.contact li a {
  color: var(--color-white);
}

footer .footer-list ul.contact li a i {
  padding-right: 5px;
  font-size: 15px;
}

footer .footer-list ul.contact li a:hover {
  color: var(--color-two);
  padding-left: 2px;
}

.footerextra {
  padding: 0;
  margin: 0;
}

.footerextra li {
  display: inline-block;
  padding-right: 3%;
  list-style: none;
  font-size: 14px;
  position: relative;
  z-index: 0;
}

.footerextra li::before {
  content: "\f7a5";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 2px;
  left: -10px;
  font-weight: 900;
  color: var(--color-white);
  font-size: 12px;
}

.footerextra li a {
  color: var(--color-white);
}

.footerextra li a:hover {
  color: var(--color-one);
}

.footerextra-Mt {
  margin-top: 30px;
}

footer .copy {
  padding: 40px 0 40px 0;
  border-top: 1px solid var(--color-white);
}

footer .copy a {
  font-weight: 400;
}

footer .copy a:hover {
  color: var(--color-two);
}

footer .copy .copy-right {
  text-align: right;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
  margin-top: 20px !important;
}

ul.social-network li {
  display: inline-block;
  margin: 8px 10px;
}

ul.social-network li::before {
  display: none;
}

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
  background-color: #cc0000;
}

.social-network a.icoInstagram:hover {
  background-color: #c8008b;
}

.social-network a.icoWhatsapp:hover {
  background-color: #189d0e;
}

.social-network a.icoPinterest:hover {
  background-color: #e60023;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoInstagram:hover i {
  color: var(--color-white);
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  background: var(--color-two);
  border: 0px solid var(--color-white);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .10) !important;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
  font-size: 15px !important;
  padding: 0 !important;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: var(--color-black);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* footer social icons */

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table thead tr:first-child {
  border-top: none;
  background: var(--color-black);
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: rgba(0, 0, 0, .01);
}

.rwd-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fbfbfb !important;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  display: inline-block;
  color: #000;
  padding-right: 15px;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  overflow: hidden;
  margin-bottom: 30px;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }

  .table-bordered {
    border: 0px;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover {
    background-color: #fff !important;
  }

  .rwd-table thead tr:hover {
    background: var(--color-black) !important;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.inner-banner {
  position: relative;
  z-index: 0;
  padding: 0 0px;
}

.inner-banner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0px;
  background: rgba(0, 0, 0, .1);
}

.inner-banner img {
  min-width: 100%;
}

.inner-banner .container {
  position: absolute;
  min-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner-banner h1 {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 300;
  position: absolute;
  text-transform: uppercase;
  right: 0;
  bottom: 15px;
  margin: 0;
  background: rgba(0, 0, 0, 0);
  padding: 15px 20px 15px 20px;
}

.inner-banner .inner-breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 15px;
}

.inner-banner .inner-breadcrumb ol.breadcrumb {
  font-size: 15px;
  font-weight: 500;
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a:hover {
  color: var(--color-one);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-white);
}

.inner-bg {
  position: relative;
  padding: 0 0 100px;
}

.inner-bg h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  margin-bottom: 50px;
}

.inner-bg h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 30px;
}

.margin-left {
  margin-left: 32px;
}


.inner-banner-top {
  position: relative;
  padding: 140px 0 100px;
  z-index: 1;
  margin-top: 150px;
}

.inner-banner-top::after {
  content: '';
  position: absolute;
  backdrop-filter: blur(20px);
  background: #000082;
  width: 96%;
  height: 215px;
  left: 2%;
  top: 5%;
  border-radius: 20px;
  z-index: -1;
}

.inner-banner-top .breadcrumb {
  position: relative;
  top: -30px;
}

.inner-banner-top .breadcrumb li {
  color: white;
  font-size: 35px;
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
}


.inner-about-bg {
  padding: 20px 0 70px;
  position: relative;
  z-index: 1;
}

.inner-about-bg .container {
  border-bottom: 1px solid black;
  padding-bottom: 100px;
}

.inner-about-bg h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
}

.inner-about-bg h2 span {
  display: block;
}

.inner-about-bg img {
  border-radius: 20px;
}

.inner-about-bg::before {
  content: "";
  position: absolute;
  bottom: 252px;
  left: 330px;
  z-index: -1;
  background: url('../img/blur-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  opacity: 0.6;
}

.inner-about-bg::after {
  content: "";
  position: absolute;
  left: 450px;
  bottom: 100px;
  z-index: -1;
  background: url('../img/blur-2.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  opacity: 0.6;
}


.about-vission-mission-bg {
  padding: 0px 0 50px;
}

.vm-content {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.vm-content.br {
  border-right: 1px solid var(--color-black);
  padding-right: -15px;
}

.vm-content h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
}

.vm-content h3 span {
  display: block;
}


.about-our-journy {
  position: relative;
  z-index: 1;
  margin-bottom: -60px;
}

.about-our-journy .container {
  background: url(../img/our-journey.jpg) no-repeat;
  padding: 50px;
  color: white;
  border-radius: 20px;
}

.about-our-journy .container h2 {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 18px;
  color: white;
  margin-bottom: 30px;
}

.about-our-journy .container h3 {
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  color: #16D4E5;
  margin-bottom: 20px;
}

.about-our-journy .container h3 span {
  display: block;
}


.inner-our-team {
  padding: 20px 0 70px;
  position: relative;
  z-index: 1;
}

.inner-our-team img {
  border-radius: 20px;
}

.inner-our-team h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
  text-align: center;
}

.inner-our-team h2 span {
  display: block;
}

.inner-team-box {
  background: #F5F5FF;
  margin-bottom: 80px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.inner-team-box .content {
  padding: 50px 50px 50px 0;
}

.inner-team-box .content h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: #000082;
}

.inner-team-box .content h3 span {
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  color: black;
  display: block;
}

.inner-team-box.blue {
  background: #000082;
  color: white;
}

.inner-team-box.blue .content {
  padding: 50px
}

.inner-team-box.blue .content p {
  font-weight: 300;
}

.inner-team-box.blue h3 {
  color: #16D4E5;
}

.inner-team-box.blue h3 span {
  color: #FFFFFF;
}


/* .inner-team-box::before {content: "";position: absolute;top: 130px;right:0px; z-index: -1; background: url('../img/blur-1.png'); background-size: cover; background-repeat: no-repeat; width:400px; height:400px; opacity: 0.6;}
.inner-team-box::after {content: "";position: absolute;top: 0;right:0px; z-index: -1; background: url('../img/blur-2.png'); background-size: cover; background-repeat: no-repeat; width:400px; height:400px; opacity: 0.6;} */





.inner-milestone-bg {
  padding: 20px 0 50px;
  margin-bottom: -150px;
  position: relative;
  z-index: 2;
}

.inner-milestone-bg h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  margin-bottom: 50px;
}

.inner-milestone-bg h2 span {
  display: block;
}

.milestone-card {
  background-color: #F5F5FF;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}


.milestone-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 20px 0 20px;
}

.milestone-year {
  font-weight: 400;
  font-size: 40px;
  line-height: 32px;
  color: #030054;
  white-space: nowrap;
}

.milestone-divider {
  width: 1px;
  height: 40px;
  background-color: #030054;
}

.milestone-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.milestone-description {
  padding: 20px;
}

.milestone-second-bg {
  background: url(../img/milestone-bg.jpg) no-repeat;
  padding: 200px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.milestone-second-bg h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  color: white;
}

.milestone-second-bg h2 span {
  display: block;
}

.milestone-second-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000082B2;
  /* Navy Blue with ~70% opacity */
  z-index: -1;
}

.knowledge-hub {
  padding: 0 0 100px;
  background: #fff;
}

.knowledge-hub h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  margin-bottom: 50px;
}

.knowledge-hub h2 span {
  display: block;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 15px;
}

.video-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.play-icon img {
  width: 50px;
  height: 50px;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, #000082B2, transparent);
  color: #fff;
  font-size: 14px;
  z-index: 1;
}



.inner-blog-bg {
  padding: 70px 0;
  background: #F5F5FF;
}

.inner-blog-bg h2 {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 10px;
  color: #000082;
  margin-bottom: 50px;
}


.blog-card {
  border-radius: 20px;
  box-shadow: 0px 30px 50px 0px #00008226;
  overflow: hidden;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.blog-content {
  padding: 20px;
}

.blog-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000082;
}

.blog-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.blog-date {
  color: #000;
  font-weight: 500;
}

.read-more-btn {
  color: #000082;
  border: 1px solid #000082;
  border-radius: 20px;
  padding: 6px 16px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}

.read-more-btn:hover {
  background-color: #000082;
  color: #fff;
}



.contact-us-bg {
  padding: 100px 0 100px;
  background: url(../img/contact-bg.jpg) no-repeat;
  margin-top: -135px;
  position: relative;
  z-index: 0;
}

.contact-us-bg h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  margin-bottom: 20px;
}

.contact-us-bg h2 span {
  display: block;
}

.contact-us-bg p {
  text-align: center;
}

.contact-box {
  background-color: #000082;
  color: white;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.contact-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.5;
}

.contact-info .icon {
  margin-right: 10px;
  font-size: 18px;
  line-height: 1.5;
  width: 20px;
  text-align: center;
}

.map-container {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
}

.map-container img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-us-bg::before {
  content: "";
  position: absolute;
  bottom: 252px;
  left: 330px;
  z-index: -1;
  background: url('../img/blur-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  opacity: 0.6;
}

.contact-us-bg::after {
  content: "";
  position: absolute;
  left: 450px;
  bottom: 100px;
  z-index: -1;
  background: url('../img/blur-2.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  opacity: 0.6;
}

/* .contact-form-bg {
  padding: 40px 50px 60px 50px;
  border-radius: 30px;
} */

.contact-form-bg h3 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: var(--color-one);

}

.contact-form-bg input,
.contact-form-bg input.form-control:focus,
.contact-form-bg textarea,
.contact-form-bg textarea.form-control:focus {
  border: 1px solid #757575 !important;
  box-shadow: none;
  border-radius: 10px !important;
  background: white;
}

.contact-form-bg select,
.contact-form-bg select.form-control:focus {
  border: 1px solid #A1A1A1 !important;
  box-shadow: none;
  cursor: pointer
}

.contact-form-bg select option {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px dashed #8d8d8d !important;
  color: #000;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea,
.contact-form-bg select {
  border-radius: 0;
  background-color: white !important;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #231f20 !important;
  padding: 10px 10px 10px 10px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea {
  color: black !important;
  font-size: 14px;
}

.contact-form-bg select {
  color: #8d8d8d;
}

.form-control::-webkit-input-placeholder {
  color: #8d8d8d !important
}

.form-control::-moz-placeholder {
  color: #8d8d8d !important
}

.form-control:-ms-input-placeholder {
  color: #8d8d8d !important
}

.contact-form-bg button {
  padding: 15px 40px;
  font-size: 14px;
}

.contact-form-bg .submit-btn {
  margin: 30px 0 0 0;
  display: block;
  background: #000082 !important;
  border: 2px solid #000082 !important;
  color: var(--color-white) !important;
  padding: 4px 40px 4px 40px;
  border-radius: 20px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.contact-form-bg .submit-btn:hover {
  background: transparent !important;
  color: #000082 !important;
  border: 2px solid #000082 !important;
}

.contact-form-bg .form-check input {
  height: 1em;
  margin-top: 0.25em;
  border: 1px solid #8d8d8d !important;
}

.contact-form-bg .form-check-input:checked {
  background-color: var(--color-one) !important;
  border-color: var(--color-one) !important;
}

.contact-form-bg select option selected {
  color: var(--color-one);
}


.table-fees-body {
  border-radius: 0px;
  border-color: var(--color-one);

}

.table-fees-body.table>tbody {
  background-color: transparent;
}

.table-fees-body.rwd-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: transparent;
}

.table-fees-body.rwd-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: transparent !important;
}

.table-fees-body.table>tbody tr {
  background-color: transparent;
  border-color: var(--color-one);
}

.table-fees-body.table>tbody tr th {
  background-color: transparent;
  color: var(--color-one);
  text-align: center;
  font-weight: 600;
}

.table-fees-body.table>tbody tr td {
  background-color: transparent;
  text-align: center;
}

.table-fees-body.table>tbody tr td.colorone {
  color: var(--color-one);
}

.table-fees-body.table>tbody tr td.coloronebg {
  color: var(--color-white);
  background: var(--color-one);
}



#horizontalTab .home-programs-list {
  margin: 0;
  padding: 0 0px 35px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 0;
  border-bottom: 0px solid #6B6C6E;
}

#horizontalTab .home-programs-list li {
  list-style: none;
  border: 0;
  margin: 0 5px;
}

#horizontalTab .home-programs-list li a {
  padding: 10px 25px;
  border: 1px solid var(--color-one);
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.10) !important;
  border-radius: 100px;
  background: var(--color-white);
  font-weight: 400;
  font-size: 14px;
}

#horizontalTab .home-programs-list li a:hover {
  color: var(--color-white);
  background: var(--color-one);
  border: 1px solid var(--color-one);
}

#horizontalTab.r-tabs .r-tabs-nav .r-tabs-state-active a {
  background: var(--color-one);
  color: var(--color-white);
}

#horizontalTab.r-tabs {
  overflow: auto;
}

#horizontalTab.r-tabs .r-tabs-panel {
  width: 100%;
  float: right;
  border: 0;
  padding: 0px 15px 15px 20px;
  position: relative;
}

#horizontalTab.r-tabs .r-tabs-panel:before {
  content: '';
  position: absolute;
  top: 0;
  left: -12px;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

#horizontalTab.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

/* #horizontalTab.r-tabs .r-tabs-panel ul li{list-style: circle;} */
#horizontalTab.r-tabs .r-tabs-panel ul li a {
  display: block;
  padding: 5px 5px;
  font-weight: 600;
}

/* #horizontalTab.r-tabs .horizontalTab-box{background: #F5F5FF; border-radius: 20px; padding: 30px;} */


.head-gst {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
}


.inner-service-bg {
  background: #F5F5FF;
  padding: 50px 0;
}

.inner-service-bg h2 {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 10px;
  color: #000082;
  margin-bottom: 50px;
}

.inner-service-box {
  background: white;
  padding: 50px;
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: 0px 30px 50px 0px #00008226;
  margin-bottom: 20px;
  min-height: 150px;
}

.inner-service-box img {
  margin-bottom: 20px;
  background: var(--color-two);
  padding: 22px;
  border-radius: 100%;
  margin-top: -68px
}

.inner-service-box h5 {
  color: #000082;
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
}

.inner-service-box h5 span {
  display: block;
}

.btnmain {
  background: var(--color-two);
  padding: 13px 20px;
  border-radius: 20px;
  color: white;
  font-size: 18px;
}

.btnmain:hover {
  background: white;
  border: 1px solid #069F76;
  color: #069F76;
}

.btnmainone {
  background: var(--color-main);
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
}

.btnmainone:hover {
  background: white;
  border: 1px solid var(--color-main);
  color: var(--color-main);
}

.headMain {
  color: var(--color-main);
  font-size: 40px;
  font-weight: 600;
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  padding: 20px 0;
}

.headMain span {
  display: block;
}

.text-alignEnd {
  text-align: end;
}

.margin-bottom-ten {
  margin-bottom: 10px;
}

.text-align-center {
  text-align: center;
}

.home-secound-section {
  position: relative;
  padding: 60px 0 40px;
}

.home-secound-section::before {
  content: '';
  position: absolute;
  background-image: url('../img/maininner/f5.jpg');
  width: 100%;
  height: 400px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.postionRelative {
  position: relative;
}

.padding-bottom-twenty {
  padding-bottom: 20px;
}

.headMainOne {
  color: #069F76;
  font-size: 80px;
  padding-bottom: 10px;
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  letter-spacing: 5px;
}

.home-third-section {
  padding: 0px 0 40px;
}

.home-third-section p {
  text-align: center;
}

.home-third-section .br {
  border-right: 2px solid #069F76;
}

.home-fourth-section {
  background: #1A75BB;
  padding: 60px 0 40px;
  width: 97%;
  margin: 0 auto;
  border-radius: 20px;
}

.home-fourth-section .owl-nav button.owl-prev,
.home-clients-owl .owl-nav button.owl-next {
  border: 1px solid var(--color-white) !important;
}

.home-banner-video-bg {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  z-index: 0;
}

/* .home-banner-video-bg::after{content: '';position: absolute; background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 150%);
width: 100%;height: 100px;bottom: 0;left: 0;} */

.home-banner-video-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.home-banner-video-bg h3 {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  margin-top: 1%;
}

#myVideo {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Add some content at the bottom of the video/page */
.banner-videocontent {
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 20px;
  z-index: 1;
  margin: auto;
}

.banner-videocontent h2 {
  color: var(--color-white);
  font-weight: 800;
  font-size: 90px;
  line-height: 75px;
  text-transform: uppercase;
  margin: 0;
}

.banner-videocontent h2 span {
  font-weight: 600;
  font-size: 40px;
  display: block;
}

.banner-videocontent h3 {
  color: var(--color-white);
  font-weight: 500;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}

#myBtn:hover {
  background: none;
  border: none;
}

.home-fifth-section {
  background: #000000;
  padding: 60px 0 100px;
  color: white;
  position: relative;
}

.home-fifth-section::before {
  content: '';
  position: absolute;
  background-image: url('../img/maininner/f7.png');
  width: 119px;
  height: 85px;
  top: 0;
  left: 0;
}

.home-fifth-section::after {
  content: '';
  position: absolute;
  background: #069F76;
  width: 96%;
  height: 83px;
  bottom: 0px;
  left: 2%;
  border-radius: 20px 20px 0 0;
}

.home-fifth-section .padd {
  padding: 50px 20px;
}

.home-fifth-section h2 {
  color: var(--color-white);
  font-size: 55px;
  font-weight: 600;
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  padding: 20px 0;
}


.home-sixth-section {
  background: #069F76;
  padding: 20px 0 40px;
  width: 96%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 0 0 20px 20px;
}

.ughead {
  color: #FFFFFF;
  padding-bottom: 20px;
  position: relative;
}

.ughead::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #FFFFFF;
  width: 75%;
  left: 16%;
  bottom: 17px;
}

.home-sixth-section .achiveBox {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 15px;
}

.home-sixth-section h3 {
  text-align: center;
  font-size: 20px;
  padding: 20px 0 10px;
}

.home-sixth-section p {
  text-align: center;
}

.home-sixth-section .owl-theme .owl-dots .owl-dot span {
  border: 1px solid var(--color-white) !important;
}

.home-sixth-section .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: white !important;
}

.home-gallery-section {
  position: relative;
  padding: 60px 0;
}

.home-gallery-section::before {
  content: '';
  position: absolute;
  background-image: url('../img/maininner/f14.png');
  width: 100%;
  left: 0;
  top: -51px;
  height: 500px;
}

.margins {
  margin: 50px 0 0;
}


.home-testi-section {
  padding: 20px 0 40px;
  position: relative;
}


.home-testi-section .testibox {
  width: 80%;
  margin: 20px auto;
  border: 1px solid #D9D9D9;
  padding: 40px;
  border-radius: 10px;
}

.home-testi-section .testibox p {
  text-align: center;
}

.home-testi-section .testibox h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.footer-top-section {
  position: relative;
}

.footer-top-section::before {
  content: '';
  position: absolute;
  background: var(--color-black);
  width: 100%;
  left: 0;
  bottom: 0px;
  height: 50px;
}

.footer-top-section .enquirebox {
  background: #069F76;
  padding: 20px;
  border-radius: 20px;
  color: white;
}

.footer-top-section p {
  padding: 20px 0 0;
  text-align: center;
}

.footer-top-section p a {
  padding: 0 30px;
  color: white;
  font-size: 17px;
}

.half {
  padding: 0;
  margin: 0 0 0 10px;
  display: inline-block;
  width: 48%;
}

.brd {
  border-radius: 20px;
}

.marnitp {
  margin: 20px 0 !important;
}


.home-sixth-section .achiveBox img {
  height: 239px;
  object-fit: cover;
  border-radius: 20px;
}


.swaco-one {
  position: relative;
  bottom: 80px;
}

.swaco-one .onebox {
  width: 33%;
  padding: 50px 0;
  border-radius: 90px;
  text-align: center;
  color: white;
  margin: 0 15px;
  justify-items: anchor-center;
}

.swaco-one .onebox h2 {
  display: flex;
  align-items: anchor-center;
}

.swaco-one .onebox h2 span {
  padding: 0 15px 0 0
}

.bgktwo {
  background: var(--color-two);
}

.bgkone {
  background: var(--color-one);
}

.swaco-one .onebox a {
  color: white;
  margin: 0 auto;
  display: block;
}

.justycenter {
  justify-content: center;
}


.swacohead {
  font-size: 60px;
  padding-bottom: 25px;
}

.swacohead span {
  display: block;
}

.swacobtnone {
  background-color: var(--color-one);
  color: white;
  padding: 15px 20px;
  border-radius: 30px;
}

.swacobtnone:hover {
  background-color: var(--color-two);
  color: white;
}

.swacobtntwo {
  background-color: var(--color-two);
  color: white;
  padding: 15px 20px;
  border-radius: 30px;
}

.swacobtntwo:hover {
  background-color: var(--color-one);
  color: white;
}

.paddingtopthirty {
  padding-top: 30px;
}

.align-self-center {
  align-self: center;
}

.swacomain {
  position: relative;
  z-index: 0;
}

.swacomain::before {
  content: '';
  position: absolute;
  background-image: url(../img/swaco/2b.png);
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.swaco-three {
  padding: 0 0 60px;
}

.swaco-three .bigofntbox h2 {
  color: #E3EEE6;
  font-size: 200px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 150px;
  text-align: center;
  padding-bottom: 50px;
}

.swaco-three .home-service-owl .owl-nav {
  position: absolute;
  right: 0px;
  left: 0;
  bottom: 0px;
  top: auto;
}

.swaco-three .home-service-owl .owl-nav button.owl-next {
  border-radius: 0;
}

.swaco-three .home-service-owl .owl-nav button.owl-prev {
  border-radius: 0;
}

.clrgree {
  color: var(--color-two);
}

.swaco-four {
  width: 93%;
  margin: 0 auto;
  background: var(--color-two);
  padding: 80px 10px;
  border-radius: 20px;
  color: white;
  position: relative;
  z-index: 1;
}

.swaco-four img {
  border-radius: 25px;
}

.swaco-four h2 {
  font-size: 60px;
  padding-bottom: 15px;
}

.alighnceneter {
  align-content: center;
}

.swaco-five {
  background-image: url(../img/swaco/countbgk.png);
  width: 100%;
  color: white;
  padding: 140px 0;
  position: relative;
  bottom: 60px;
  z-index: 0;
  height: 867px;
  align-content: center;
}

.swaco-five::after {
  content: '';
  position: absolute;
  background-image: url(../img/swaco/why/bgk.png);
  bottom: -60px;
  height: 60px;
  width: 100%;
  left: 0;
}

.swaco-five h2 {
  font-size: 70px;
  font-weight: 800;
}

.swaco-five span {
  font-size: 70px;
  font-weight: 800;
}

.swaco-five p {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.swaco-five .pads {
  padding: 0 30px
}

.swaco-five .brright {
  position: relative;
}

.swaco-five .brright::after {
  content: '';
  position: absolute;
  border-right: 1px solid #FFFFFF;
  height: 93px;
  right: 8%;
  top: 0;
  align-self: anchor-center;
}

.swaco-six {
  padding: 0 10px 60px;
  background: url(../img/swaco/why/bgk.png);
}

.swaco-six h2 {
  text-align: center;
  padding-bottom: 50px;
}

.swaco-six .box {
  padding: 25px;
  text-align: center;
}

.swaco-six .box h3 {
  padding: 10px 0;
  color: var(--color-two);
  padding: 10px 30px;
}

.swaco-six .box p {
  text-align: center;
}

.swaco-six .brrights {
  position: relative;
}

.swaco-six .brrights ::after {
  content: '';
  position: absolute;
  border-right: 1px solid #8A8A8A;
  height: 122px;
  right: 0%;
  top: 100px;
  align-self: anchor-center;
}

.brbottom {
  border: 1px solid #8A8A8A;
  margin: 35px 0;
}

.swaco-seven {
  padding: 80px 10px;
  position: relative;
  z-index: 0;
}

.swaco-seven::after {
  content: '';
  position: absolute;
  background: url(../img/swaco/q1.png);
  width: 14%;
  height: 483px;
  right: 0;
  bottom: 7%;
}

.swaco-seven .flex {
  display: flex;
}

.btnyellow {
  background: #CC9933;
  color: white;
  padding: 12px 15px;
  border-radius: 20px;
}

.btnyellow:hover {
  color: white;
}

.swaco-seven h2 {
  font-size: 35px;
  padding-bottom: 30px;
}

.btnyellow .fa-volume-control-phone:before {
  background: #1C4421;
  padding: 8px;
  border-radius: 20px;
}

.padds {
  padding: 0 30px;
}

.clrgreen {
  color: var(--color-two);
}

.flex {
  display: flex;
}

.flex p {
  align-content: center;
  margin: 0;
  padding: 25px 5px;
}







.servicebox {
  position: relative;
}

.servicebox .content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 60%;
  border-radius: 0 0 20px 20px;
  padding: 50px 40px;
}

.servicebox .content h2 {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
}

.servicebox .content h2 span {
  display: block;
}

.servicebox .content h3 {
  color: #FFFFFF;
  font-size: 17px;
}

.servicebox .content h3 span {
  display: block;
}

.servicebox .content i {
  background: var(--color-two);
  padding: 24px;
  border-radius: 50px;
  color: white;
  font-size: 25px
}

.servicebox .content p {
  float: inline-end;
}

.servicebox .two {
  display: none !important;
}

.servicebox:hover {
  margin: 10px;
}

.servicebox:hover .content {
  height: 100%;
  border-radius: 0 0 20px 20px;
  padding: 50px 40px;
  background: white;
  box-shadow: 0px 20px 60px 0px #00000026;
  border-radius: 20px;
  align-content: center;
}

.servicebox:hover .two {
  display: block !important;
  padding-bottom: 20px;
}

.servicebox:hover h2 {
  color: var(--color-two);
}

.servicebox:hover h3 {
  color: var(--color-black);
}

.servicebox:hover i {
  transform: rotate(-40deg);
}

.common-fee-btn a {
  background: #39894E!important;
  border-radius: 50%;
  border: 0 !important;
  color: var(--color-white) !important;
  display: inline-block;
  font-size: 15px !important;
  padding: 15px 15px !important;
  position: fixed !important;
  right: 0;
  top: 25%;
  z-index: 1111111;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
}

.common-fee-btn1 a {
  background: #39894E!important;
  border-radius: 50%;
  border: 0 !important;
  color: var(--color-white) !important;
  display: inline-block;
  font-size: 15px !important;
  padding: 15px 15px !important;
  position: fixed !important;
  right: 0;
  top: 33%;
  z-index: 1111111;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
}

.rotate {
  rotate: 90deg;
}

.common-fee-btn2 a {
  background: #39894E!important;
  border-radius: 50%;
  border: 0 !important;
  color: var(--color-white) !important;
  display: inline-block;
  font-size: 15px !important;
  padding: 15px 15px !important;
  position: fixed !important;
  right: 0;
  top: 41%;
  z-index: 1111111;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
}

.common-fee-btn3 a {
  background: #39894E!important;
  border-radius: 50%;
  border: 0 !important;
  color: var(--color-white) !important;
  display: inline-block;
  font-size: 15px !important;
  padding: 15px 18px !important;
  position: fixed !important;
  right: 0;
  top: 49%;
  z-index: 1111111;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
}


@media(min-width:320px) and (max-width:1080px) {

.swacomain {padding: 80px 0 0;}
.swacohead {
    font-size: 30px;
    padding: 15px;
    text-align: center;
}

.swaco-three .bigofntbox h2 {font-size: 60px;line-height: 10px;    padding-bottom: 20px;}
.clrgree {
    color: var(--color-two);
    text-align: center;
}
.swaco-three {
    padding: 0 0 40px;
}
.swaco-four h2 {    font-size: 30px;
    padding: 15px;
    text-align: center;}
.swaco-five .brright::after {display: none;}
.flex p {    padding: 14px 5px;}
.swaco-five h2 {
    font-size: 50px;}
.swaco-five span {
    font-size: 50px;}
.swaco-five .pads {
    padding: 15px;
}
.flex {justify-content: center;}
.swaco-five p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.swaco-six .brrights ::after  {display: none;}

.swaco-six .box {
    padding: 15px;
}
.swaco-seven {
    padding: 60px 10px;}
.swaco-seven h2 {
    font-size: 21px;
    padding-bottom: 10px;
        text-align: center;
}
.swaco-seven {
    padding: 40px 10px;}
.swaco-seven::after {display: none;}

.swaco-seven .flex {
    display: contents;
    text-align-last: center;
}

.textcenetrxs {text-align: center;}













  .headMain span {
    display: contents;
  }

  .swaco-one .onebox h2 {font-size: 15px;}  
 .swaco-one .onebox h2 img{    width: 50%;}
  .common-fee-btn a {
    padding: 5px 5px !important;
  }
.swaco-one {bottom: 0;}
    .common-fee-btn1 a {
        top: 15%;
        padding: 10px 10px !important;
    }
  .swaco-one .onebox h2 span {
    padding: 0 ;
}
  .swaco-one .onebox {
    width: 43%;
    padding: 15px 0;
    border-radius: 20px;}

    .common-fee-btn2 a {
        top: 20%;
        padding: 10px 10px !important;
    }
.common-fee-btn3 a {    top: 25%;
    padding: 10px !important;}
  .contact-us-bg h2 {
    font-size: 30px;
    padding-top: 25px;
    line-height: 46px;
  }

  .contact-us-bg::after {
    left: 0;
  }

  .contact-us-bg::before {
    left: 0;
  }

  .half {
    width: 46%;
  }

  .knowledge-hub h2 {
    font-size: 19px;
    line-height: 39px;
    margin-bottom: 25px;
  }

  .footer-top-section p a {
    display: contents;
  }

  .footer-top-section {
    text-align: center;
  }

  .home-testi-section .testibox {
    width: 95%;
    padding: 25px;
  }

  .home-gallery-section {
    padding: 60px 0 40px;
  }

  .home-gallery-section::before {
    height: 460px;
  }

  .home-fifth-section h2 {
    font-size: 36px;
  }

  .banner-videocontent {
    top: 15%;
  }

  .banner-videocontent h2 {
    font-size: 60px;
    line-height: 57px;
  }

  .banner-videocontent h2 span {
    font-size: 16px;
  }

  .home-banner-video-bg {
    min-height: 44vh;
  }

  .home-fourth-section {
    width: 100%;
    padding: 60px 0 40px;
    border-radius: 0px;
  }

  .home-fourth-section .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--color-white);
  }

  .headMain {
    font-size: 30px;
  }

  .headMainOne {
    font-size: 40px;
    letter-spacing: 0;
  }

  .slider {
    margin-top: 0px;
    padding: 0;
    top: 69px;
  }

  .inner-banner {
    margin-top: 64px;
    padding: 0;
  }

  .inner-banner:before {
    left: 0;
    right: 0;
  }

  .inner-banner img {
    min-width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .inner-banner h1 {
    font-size: 20px;
    right: 0;
    left: 0;
    bottom: 10px;
    margin-bottom: 0;
    text-align: center;
  }

  .hidden-xs,
  .for-md {
    display: none !important;
  }

  .for-xs {
    display: block !important;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }

  .Morder-1 {
    order: 1;
    -webkit-order: 1;
  }

  .Morder-2 {
    order: 2;
    -webkit-order: 2;
  }

  .Morder-3 {
    order: 3;
    -webkit-order: 3;
  }

  .Morder-4 {
    order: 4;
    -webkit-order: 4;
  }

  .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2344484d'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    border: 2px solid var(--color-black);
  }

  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2344484d'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    border: 1px solid var(--color-black);
    border-radius: 100px;
  }

  .carousel-inner>.carousel-item>img {
    border-radius: 0;
  }

  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    bottom: -50px;
  }

  .slider .carousel-control-next {
    left: auto;
    right: 125px;
  }

  .slider .carousel-control-prev {
    right: auto;
    left: 125px;
  }

  .mobileSlider .carousel-control-prev {
    right: auto;
    left: 125px
  }

  .mobileSlider .carousel-control-next,
  .slider .carousel-control-prev {
    top: unset;
  }

  .mobileSlider .carousel-control-next {
    right: 20px;
  }

  .mobileSlider .carousel-control-prev {
    left: 20px;
  }

  .mobile-banner-button-nav {
    display: flex;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    flex-wrap: wrap
  }

  .mobileSlider .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    border: 0px solid var(--color-black);
  }

  .mobileSlider .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    border: 0px solid var(--color-black);
  }

  .carousel-control-next:focus,
  .carousel-control-next:hover,
  .carousel-control-prev:focus,
  .carousel-control-prev:hover {
    text-decoration: none;
    outline: 0;
    opacity: .9
  }

  /* .carousel-control-prev-icon:focus,.carousel-control-next-icon:hover,.carousel-control-prev-icon:focus,.carousel-control-next-icon:hover{opacity: .9;} */
  .btn-one {
    font-size: 12px;
  }

  footer .footer-bg {
    padding: 40px 10px 20px 10px
  }

  footer svg {
    display: none;
  }

  footer .text-end {
    text-align: center !important;
  }

  footer {
    padding: 40px 0 0;
    text-align: center;
  }

  .footerextra-Mt {
    margin-top: 0;
  }

  footer .footer-list {
    margin-top: 0px;
  }

  .back-to-top {
    bottom: 65px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  ul.footerextra {
    margin: 30px 0 40px;
  }

  footer .copy {
    padding: 30px 0 30px 0;
    margin-top: 0px;
  }

  footer .copy .copy-right {
    text-align: center;
  }

  footer .copy .copy-center {
    padding-top: 20px;
    line-height: 24px;
  }

  footer .copy .copy-center i {
    display: none;
  }

  footer .copy .copy-center span {
    display: block;
  }

  footer .footer-list h3 span {
    display: block;
    margin-right: 0;
    text-transform: uppercase;
  }

  ul.footerextra li {
    list-style: none;
    padding: 6px 12px 6px 12px;
    position: relative;
    z-index: 0;
  }

  ul.footerextra li::before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    left: -3px;
    position: absolute;
    top: 12px;
    font-weight: 900;
    color: var(--color-white);
    font-size: 6px;
  }

  .topSearch {
    right: 55px;
    top: 7px;
  }

  .search_icon {
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 40px;
    font-size: 16px;
  }

  .search button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
  }

  .search-body {
    position: relative;
    padding: 30px 15px !important;
  }

  .modal-custom {
    margin-top: 30px;
  }

  .modal-custom-bg .modal-body .close {
    right: 0;
    top: -40px;
  }

  .rwd-table td {
    width: 100%;
  }

  .home-1st-bg {
    padding: 120px 0 60px 0;
    text-align: center
  }

  .home-1st-bg h1 {
    font-size: 26px
  }

  .home-1st-bg h2 {
    font-size: 20px;
    margin-bottom: 40px
  }

  .home-about-bg {
    text-align: center;
  }

  .home-about-bg h2 {
    font-size: 26px;
    margin: 0 0 24px 0
  }

  .home-about-bg .container {
    padding-bottom: 40px
  }

  .home-services-bg {
    padding: 10px 0 30px 0
  }

  .home-services-bg h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px
  }

  .home-services-bg h4 span {
    display: inline
  }

  .home-services-box {
    padding: 0 20px 20px 20px;
    margin: 20px 0 40px 0;
    min-height: auto
  }

  .home-services-box h5 {
    font-size: 18px;
    margin: 20px 0 20px 0
  }

  .home-services-box h5 span {
    display: inline;
  }

  .home-services-box i {
    padding: 18px;
    font-size: 20px;
    width: 60px;
    height: 60px;
    margin-top: -20px
  }

  .home-talk-bg {
    margin-bottom: -20px;
  }

  .home-talk-bg .container {
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center
  }

  .home-talk-bg .container p {
    text-align: center;
    margin-bottom: 20px !important;
  }

  .home-why-bg {
    padding: 80px 0 30px 0;
    margin: 0;
    text-align: center;
  }

  .home-why-bg h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px
  }

  .home-why-bg h3 {
    letter-spacing: 5px;
    margin: 40px 0 20px 0
  }

  .home-why-box {
    text-align: center;
    padding: 15px 0
  }

  .home-why-box h4 {
    font-size: 15px;
    margin: 12px 0;
    line-height: 18px
  }

  .home-why-box p {
    text-align: center;
    font-size: 14px
  }

  .home-inner-why-bg {
    padding: 80px 0 30px 0;
    margin: 0;
    text-align: center;
  }

  .home-inner-why-bg h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px
  }

  .home-inner-why-bg h3 {
    letter-spacing: 5px;
    margin: 40px 0 20px 0
  }

  .home-inner-why-box {
    text-align: center;
    padding: 15px 0
  }

  .home-inner-why-box h4 {
    font-size: 15px;
    margin: 12px 0;
    line-height: 18px
  }

  .home-inner-why-box p {
    text-align: center;
    font-size: 14px
  }

  .home-happen-bg {
    padding: 60px 0;
    text-align: center
  }

  .home-happen-bg .home-happen-img {
    width: 47%;
    float: left;
    margin: 0 5px
  }

  .home-happen-bg h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin: 20px 0 0 0
  }

  .home-happen-bg p {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    margin: 20px 0 20px 0
  }

  .home-knowledge-bg {
    margin: 0 10px;
    padding: 60px 0;
    text-align: center
  }

  .home-knowledge-bg h3 {
    letter-spacing: 5px;
  }

  .home-knowledge-bg h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 25px 0
  }

  .home-knowledge-bg .home-knowledge-box {
    margin: 10px 0
  }

  .home-clients-bg {
    padding: 80px 0
  }

  .home-clients-bg h3 {
    letter-spacing: 5px;
    margin-bottom: 40px
  }

  .inner-banner-top {
    padding: 100px 0px 85px;
    margin-top: 60px;
  }

  .inner-banner-top .breadcrumb {
    position: relative;
    top: 13px;
    justify-content: center;
  }

  .inner-banner-top .breadcrumb li {
    font-size: 35px;
    line-height: 1.2;
  }

  .inner-about-bg {
    padding: 20px 0;
  }

  .inner-about-bg::before,
  .inner-about-bg::after {
    display: none;
  }

  .inner-about-bg h2 {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px;
  }

  .inner-about-bg .container {
    padding-bottom: 35px;
  }

  .vm-content {
    padding: 10px 0;
  }

  .vm-content.br {
    border-right: none;
    border-bottom: 1px solid black;
  }

  .vm-content h3 {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
  }

  .vm-content img {
    width: 10%;
  }

  .about-our-journy .container h3 {
    font-size: 30px;
    line-height: 1.4;
  }




}