:root {
  --color-black: #000000;
  --color-yellow: #003A76;
  --color-brown: #77682D;
  --color-blue: #003A76;
  --color-white: #ffffff;
  --color-grey: #ececec;
  --color-pureGrey: #808080;
  --color-YenGrey: #5C5C5C;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-font-main: "Montserrat", sans-serif;
}

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

::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:1600px;word-wrap:break-word; position: relative;}
.site-container::after{clear:both;content:" ";display:block} */
input:focus,
textarea:focus,
select:focus,
:focus {
  outline: none;
}

p {
  line-height: 17px;
  text-align: justify;
}

a,
.home-subscribe-form-box .contact-btn,
.contact-form-bg .submit-btn,
.service-common-box-image a,
.home-video-box a:before,
.home-video-box a:after {
  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-green);
}

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  color: rgba(46, 45, 45, 0.5);
  border-radius: 100px;
  background: rgba(244, 244, 244, 0.5);
  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);
}

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

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

.linkBlue {
  color: var(--color-blue);
  font-weight: 600;
  text-decoration: underline;
}

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

.linkgreen {
  color: var(--color-blue);
  font-weight: 600;
  text-decoration: underline;
}

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

.linkWhite {
  color: var(--color-white);
  font-weight: 600;
  text-decoration: underline;
}

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

.colorGreen {
  color: var(--color-green);
}

.colorBlue {
  color: var(--color-blue);
}

#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>img,
.carousel-inner>.carousel-item>a>img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

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

.slider {
  padding: 0;
  position: relative;
  width: 98%;
  z-index: 0;
  top: 0px;
  margin: 0 auto;
  display: block;
}

.slider img {
  border-radius: 20px;
}

#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: 10px;
  left: 150px;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
  background-color: #003A76;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
  top: unset;
  bottom: 10px;
  left: 205px;
  right: unset;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
  background-color: #003A76;
}

/* .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;
}

/* @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 {
  -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: 8px 40px 8px 40px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Divider Line */
hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.7), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7), transparent);
  border: 0;
  height: 1px;
  margin: 15px 0 15px 0;
  background-color: transparent;
}

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: -7px;
  position: absolute;
  top: 5px;
  font-size: 10px;
  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-blue);
}

.head-main {
  font-size: 42px;
  border-bottom: dashed 2px var(--color-black);
  display: block;
  width: 100%;
  padding: 0 50px 5px 0;
  margin-bottom: 20px;
}

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

.head-two {
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  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-blue);
  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-blue);
  color: var(--color-blue);
  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: var(--color-grey);
  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 {
  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;
  background: var(--color-blue);
  color: var(--color-white);
  width: 100%;
}

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

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

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

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


.first-home {
  padding: 80px 0px;
  position: relative;
  z-index: 0;
  color: white;
}

.first-home::after {
  content: '';
  position: absolute;
  background-image: url('../img/home-first.png');
  width: 100%;
  height: 90%;
  left: 0;
  top: 0;
  z-index: -2;
}

.first-home .paddingtop {
  padding-top: 187px;
  padding-bottom: 40px;
}

.first-home::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: rgba(0, 0, 0, .3);
  z-index: -1;
}

.first-home h2 {
  padding-bottom: 15px;
  font-size: 35px;
  font-weight: 600;
}

.first-home span {
  padding: 0 10px;
  font-weight: 600;
}

.secound-home {
  padding: 20px 10px;
}

.secound-home p {
  text-align: center;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: inherit;
}

.secound-home h2 {
  text-align: center;
}


.home-third {
  padding: 80px 0;
}

.justify-content-center {
  justify-content: center;
}

.home-third .thirdbox {
  width: 18%;
  background: white;
  box-shadow: 0px 20px 60px 0px #00000026;
  border-radius: 15px;
  margin: 0 30px;
  padding: 30px;
  text-align: center;
}

.home-third .thirdbox .img2 {
  display: none;
}

.home-third .thirdbox img {
  width: 50%;
}

.home-third .thirdbox:hover {
  background: #003A76;
  text-align: center;
}

.home-third .thirdbox:hover .img2 {
  display: block;
  margin: 0 auto;
}

.home-third .thirdbox:hover .img1 {
  display: none;
}

.home-third .thirdbox:hover p {
  color: white;
}

.home-third .thirdbox p {
  text-align: center;
  padding: 10px 0;
}

.home-third .red:hover {
  background: #C61936;
}

.home-fourth {
  position: relative;
  padding-bottom: 100px;
}

.home-fourth::after {
  content: '';
  position: absolute;
  background: #003A76;
  width: 100%;
  height: 60%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.home-fourth .confrensebox {
  padding: 80px;
  width: 90%;
  margin: 0 auto;
  background-image: url(../img/home-fourth.png);
  border-radius: 20px;
  color: white;
  text-align: center;
}

.home-fourth .confrensebox a {
  color: white;
  border: 1px solid white;
  padding: 15px 30px;
  font-size: 20px;
  border-radius: 50px;
  margin: 12px;
  display: inline-block;
}

.home-fourth .confrensebox h2 {
  font-size: 35px;
  text-align: center;
  padding-bottom: 30px;
}

.home-fourth .parabox {
  width: 80%;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  bottom: 34px;
}

.home-fourth .parabox p {
  text-align: center;
  font-weight: 600;
}

.home-fourth .imgbox {
  background-image: url('../img/home-fourth-2.png');
  height: 136px;
  padding: 48px;
  color: #fff;
}

.home-fourth .imgbox p {
  font-size: 21px; line-height: 2rem; margin-top: -10px;
}

.home-fifth {
  padding: 80px 10px;
}

.home-fifth p {
  text-align: center;
  padding: 15px 50px;
  font-size: 18px;
  font-weight: 600;
}

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

.home-sixth .mainbox {
  background: #FFF7E1;
  padding: 60px;
  width: 95%;
  margin: 20px auto;
  border-radius: 15px;
}

.home-sixth .mainbox h2 {
  font-size: 35px;
  padding-bottom: 20px;
}

.home-sixth .mainboxone {
  background: #E9E9E9;
  padding: 60px;
  width: 95%;
  margin: 20px auto;
  border-radius: 15px;
}

.home-sixth .mainboxone h2 {
  font-size: 35px;
  padding-bottom: 20px;
}


.home-seventh {
  padding: 80px 10px;
}

.home-seventh h2 {
  font-size: 35px;
  text-align: center;
  padding-bottom: 30px;
}

.home-seventh .box {
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  min-height: 500px;
}

.home-seventh .box .contents {
  padding: 30px;
}

.home-seventh .box h3 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 15px;
}

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




.clrblue {
  color: #003A76;
}

.clrred {
  color: #C61936;
}


.btnMainRed {
  background: #C61936;
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 50px;
}

.btnMainRed:hover {
  color: #C61936;
  background: white;
  border: 1px solid #C61936;
}








.enqurebtnTwo {
  font-size: 15px;
  border: 1px solid #77682D;
  border-radius: 50px;
  color: #77682D !important;
  padding: 10px 25px !important;
}




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

ul.social-network li {
  display: inline;
  margin: 0 15px;
}

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.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: rgba(255, 255, 255, 0.3);
  border: 0px solid var(--color-white);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .20) !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-white);
  -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;
  width: 100%;
  left: 0;
  top: 0px;
}

.inner-banner::before {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 20px;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.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: 500;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 15px;
}

.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-yellow);
}

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

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

.inner-bg {
  padding: 60px 0;
}

.inner-bg h2 {
  font-size: 40px;
  font-weight: 500;
  color: var(--color-blue);
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.inner-bg h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 170px;
  width: 150px;
  height: 128px;
  background: url(../img/curve-2.png);
  background-size: cover;
  opacity: 0.8;
}

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

.vision-box {
  padding: 40px 20px;
}

.vision-box h3 {
  color: var(--color-blue);
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.vision-box.br {
  border-right: 1px solid #000000b3;
}

.inner-connect-bg {
  padding: 200px 0 80px 0;
  background: url(../img/inner-connect-bg.jpg);
  background-size: cover;
  background-position: center;
  color: var(--color-white);
}

.inner-connect-bg h3 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}

.director-box-img {
  position: relative;
  z-index: 0;
}

.director-box-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 110px;
  right: -20px;
  width: 150px;
  height: 128px;
  background: url(../img/curve-2.png);
  background-size: cover;
  opacity: 0.8;
}

.director-box-name h4 {
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.director-box-name h4 span {
  font-size: 18px;
  color: #ACACAC;
  display: block;
}

.awards-head {
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 30px;
}

.awards-head::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 22px;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background: #1E1E1E;
  margin: 0 auto;
}

.awards-head span {
  background: var(--color-white);
  padding: 0 8px;
}

.awards-box {
  margin-top: 10px;
  margin-bottom: 40px;
}

.awards-box img {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .30) !important;
  width: 92%;
  margin: 0 auto;
  display: block;
}

.awards-box a h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin: 15px 0 0 0;
}

.awards-gallery-box {
  margin-top: 10px;
  margin-bottom: 40px;
}

.awards-gallery-box img {
  width: 93%;
  margin: 0 auto;
  display: block;
}

.awards-box a:hover,
.awards-gallery-box a:hover {
  opacity: 0.8;
}

.news-box {
  padding: 40px;
  margin: 15px 0;
  border-radius: 10px;
  background: #F2F2F2;
}

.news-box img {
  border-radius: 10px;
}

.news-box .news-content-box {
  position: relative;
  z-index: 0;
  padding-left: 20px;
}

.news-box .news-content-box h3 {
  font-size: 20px;
  font-weight: 600;
  width: 85%;
  margin-bottom: 15px;
  line-height: 27px;
}

.news-box .news-content-box h4 {
  background: var(--color-yellow);
  color: var(--color-black);
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  position: absolute;
  top: -40px;
  right: 10px;
}

.news-box .news-content-box h4 span {
  display: block;
  font-size: 14px;
}

.news-box .news-content-box a {
  color: var(--color-blue);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.news-box .news-detail-image img {
  display: block;
  margin: 15px 0;
}

.clients-box.br {
  border-right: 1px solid #ACACAC;
}

.clients-box {
  padding: 30px 60px;
}

.contact-address-box h3 {
  color: var(--color-blue);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-address-box.br {
  border-right: 1px solid #ACACAC;
}

.contact-form-bg {
  background: var(--color-white);
  padding: 40px 50px 60px 50px;
  border-radius: 30px;
  box-shadow: 0 .5rem 2rem rgba(1, 101, 187, 0.1) !important;
}

.contact-form-bg input,
.contact-form-bg input.form-control:focus,
.contact-form-bg textarea,
.contact-form-bg textarea.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
}

.contact-form-bg select,
.contact-form-bg select.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !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: transparent !important;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #231f20 !important;
  padding: 0;
  height: 45px;
  border-bottom: 1px solid #231f20 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea {
  color: #231f20 !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 auto 0 auto;
  display: block;
  background: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
  color: var(--color-white) !important;
  padding: 5px 50px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.contact-form-bg .submit-btn:hover {
  background: transparent !important;
  color: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !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-blue) !important;
  border-color: var(--color-blue) !important;
}

.contact-form-bg select option selected {
  color: red;
}

.contact-head-box {
  margin-right: 30px;
}

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

.inner-service-bg h2 {
  color: var(--color-blue);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner-service-bg h3 {
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.static-equipment-box {
  flex: 0 0 auto;
  width: 22%;
  border-radius: 10px;
  margin: 1.5% 1.5%;
  padding: 0;
  background: var(--color-white);
  box-shadow: 0px 30px 60px rgba(1, 101, 187, 0.1);
}

.static-equipment-box-image {
  position: relative;
  z-index: 0;
}

.static-equipment-box-image:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.static-equipment-box-image h5 {
  position: absolute;
  color: var(--color-white);
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.static-equipment-box-image img {
  border-radius: 10px;
}

.static-equipment-box-content {
  padding: 20px;
}

.static-equipment-box-content ul {
  margin: 0;
  padding: 0;
}

.static-equipment-box-content ul li {
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0 2px 15px;
  list-style: none;
  position: relative;
  z-index: 0;
}

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

.static-equipment-box-content ul li a:hover {
  color: var(--color-blue);
}

.service-common-box {
  flex: 0 0 auto;
  width: 22%;
  border-radius: 10px;
  margin: 1.5% 1.5%;
  padding: 0;
}

/* .service-common-box-image:before{content:''; position: absolute; top: 0px; right: 0; bottom: 0; left: 0; background:rgba(255,255,255,1);border-radius: 10px;}
.service-common-box-image:hover:before{background: #333;} 
.service-common-box-image h5{position: absolute; top: 0px; right: 15px; bottom: 0; left: 15px; text-align: center; margin: 0; font-size: 16px; line-height: 24px; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.service-common-box-image img{border-radius: 15px; display: none;}*/
.service-common-box-image img {
  display: none;
}

.service-common-box-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  border-radius: 10px;
  background: #dcdcdc;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  text-align: center;
  padding: 20px 20px;
  min-height: 120px;
  position: relative;
  z-index: 0;
}

.service-common-box-image a:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 4px solid #fff;
  border-radius: 10px;
}

.service-common-box-image a:hover:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 4px solid #dcdcdc;
  border-radius: 10px;
}

.service-common-box-image h5 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.service-common-box-image a:hover {
  color: var(--color-blue);
  background: var(--color-white);
  box-shadow: 0 .5rem 3rem rgba(0, 0, 0, .30) !important;
}

ul.service-list {
  margin: 0 0 15px 0;
  padding: 0;
}

ul.service-list li {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0 5px 20px;
  list-style: none;
  position: relative;
  z-index: 0;
}

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

.top-service-image {
  padding-left: 40px;
}

.top-service-image img {
  border-radius: 10px;
}

.inner-service-icon-bg {
  padding: 40px 40px;
}

.inner-service-icon-box {
  text-align: center;
  margin: 20px 0;
}

.inner-service-icon-box img {
  margin-bottom: 20px;
  width: 25%;
}

.inner-service-icon-box h3 {
  color: var(--color-blue);
  font-size: 16px;
  font-weight: 600;
}

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

.inner-service-icon-bg .line {
  border-bottom: 1px solid #ACACAC;
}

.inner-service-icon-box.br {
  border-right: 1px solid #ACACAC;
}

.inner-service-equipment-bg {
  padding: 40px 0;
}

.inner-service-equipment-bg .container {
  border-radius: 20px;
  background: #F8F8F8;
  padding: 60px;
}

.inner-service-equipment-bg h2 {
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner-service-equipment-image img {
  border-radius: 15px;
}

.service-gallery-bg {
  padding: 40px 150px 40px 150px;
  position: relative;
  z-index: 0;
}

.service-gallery-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 230px;
  right: 55px;
  width: 150px;
  height: 128px;
  background: url(../img/curve-2.png);
  background-size: cover;
  opacity: 0.9;
}

.service-gallery-bg h2 {
  color: var(--color-blue);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-gallery-box {
  margin: 12px 0;
}

.service-gallery-box a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.service-gallery-box a img {
  border-radius: 10px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.service-gallery-box a:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.service-gallery-box a:hover {
  background: var(--color-black);
}

.inner-partner-bg {
  padding: 80px 0;
}

.inner-partner-bg h2 {
  color: var(--color-blue);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ACACAC;
}

.inner-partner-box {
  padding: 30px 60px;
}

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

.news-detail-image img {
  width: 100%;
  object-fit: cover;
}

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

.home-video-bg h2 {
  text-align: center;
}

/* .home-video-bg h2{position: relative; top: -60px;} */
/* .home-video-bg-top{position: relative; top: -65px;} */
.home-video-box a {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.home-video-box a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  border-radius: 10px;
}

.home-video-box a::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../img/video-btn.png);
  background-size: cover;
  width: 100px;
  height: 100px;
}

.home-video-box a img {
  border-radius: 10px;
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.home-video-box a:hover::after {
  opacity: 0.5;
}

.home-video-box a:hover::before {
  background: rgba(0, 0, 0, .7);
}

.home-video-content-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}


.program-search {
  position: relative !important;
}

.careers-main-bg {
  position: relative;
  z-index: 0;
}

.careers-main-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: 180px;
  width: 200px;
  height: 171px;
  background: url(../img/curve-4.png);
  background-size: cover;
  opacity: 1;
}

.careers-main-bg h2 {
  line-height: 40px;
}

.careers-main-bg h2 small {
  display: block;
  font-size: 22px;
  color: #ACACAC;
}

.careers-bg {
  background: var(--color-white);
  padding: 80px 50px;
  border-radius: 20px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.10);
  position: relative;
  z-index: 0;
  width: 100%;
}

.careers-bg h3 {
  color: var(--color-blue);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}

.careers-bg form input,
.careers-bg form input:focus,
.careers-bg form select:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none;
  box-shadow: none;
}

.careers-bg form input {
  border-radius: 11px;
  background: #F8F8F8;
  padding: 18px 25px;
}

.careers-bg form input:focus {
  background: #ededed;
}

.careers-bg form label {
  font-size: 16px;
}

.careers-bg form select {
  background-color: #F8F8F8;
  padding: 10px 15px;
  border: 0;
}

.careers-bg form select:focus {
  background-color: #ededed;
}

.careers-bg form button {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 15px 60px;
  border: 1px solid var(--color-blue);
  border-radius: 10px;
}

.careers-bg form button:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none;
  box-shadow: none;
}

.careers-bg form button:hover {
  background: var(--color-white);
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
}

.careers-find-more-bg {
  padding: 40px 0 60px 0;
}

.careers-find-more-bg h2 {
  text-align: center;
  color: var(--color-blue);
  font-size: 25px;
  margin-bottom: 20px;
}

.careers-find-more-bg-box {
  background: var(--color-white);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.10);
  color: var(--color-blue);
  margin-bottom: 30px;
}

.careers-find-more-bg-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.careers-find-more-bg-box h3 span {
  position: absolute;
  right: 0;
  font-size: 26px;
}

.careers-find-more-bg-box h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.careers-find-more-bg-box h4 span {
  color: #ACACAC;
  font-size: 14px;
  font-weight: 400;
  display: block;
}


.careers-find-more-bg-box .btn-two-full {
  margin: 0 15px 0 0;
  border-radius: 10px;
}

.careers-find-more-bg-box .btn-two {
  margin: 0 15px 0 0;
  border-radius: 10px;
}

.careers-team-bg {
  padding: 140px 0 180px 0;
  position: relative;
  z-index: 0;
}

.careers-team-bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -40px;
  left: -100px;
  width: 580px;
  height: 821px;
  background: url(../img/careers-team-bg.png);
  background-size: cover;
  opacity: 1;
}

.careers-team-bg h2 {
  color: #ACACAC;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.careers-team-bg h2 span {
  color: var(--color-yellow);
}

.careers-team-bg-success {
  position: absolute;
  bottom: -25px;
  left: -560px;
  right: 0;
  text-align: center;
}

.careers-team-bg-success h3 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
  color: #D9D9D9;
}

.careers-team-form-bg {
  background: var(--color-white);
  padding: 40px 50px 60px 50px;
  border-radius: 30px;
  box-shadow: 0 .5rem 2rem rgba(1, 101, 187, 0.1) !important;
}

.careers-team-form-bg input,
.careers-team-form-bg input.form-control:focus,
.careers-team-form-bg textarea,
.careers-team-form-bg textarea.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
}

.careers-team-form-bg select,
.careers-team-form-bg select.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
  cursor: pointer
}

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

.careers-team-form-bg input,
.careers-team-form-bg select,
.careers-team-form-bg textarea,
.careers-team-form-bg select {
  border-radius: 0;
  background-color: transparent !important;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #231f20 !important;
  padding: 0;
  height: 45px;
  border-bottom: 1px solid #231f20 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.careers-team-form-bg input,
.careers-team-form-bg select,
.careers-team-form-bg textarea {
  color: #231f20 !important;
  font-size: 14px;
}

.careers-team-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
}

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

.careers-team-form-bg .submit-btn {
  margin: 30px auto 0 auto;
  display: block;
  background: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
  color: var(--color-white) !important;
  padding: 5px 50px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.careers-team-form-bg .submit-btn:hover {
  background: transparent !important;
  color: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
}

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

.careers-team-form-bg .form-check-input:checked {
  background-color: var(--color-blue) !important;
  border-color: var(--color-blue) !important;
}

.careers-team-form-bg select option selected {
  color: red;
}


.careers-find-more-tab.r-tabs .r-tabs-nav {
  text-align: center;
  border: 0;
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-anchor {
  background: var(--color-white);
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  background: var(--color-blue);
  color: var(--color-white);
  border: 1px solid var(--color-blue);
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-state-active {
  border: 0;
  background: transparent;
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-tab {
  margin: 0 8px;
}

.careers-find-more-tab.r-tabs .r-tabs-panel {
  border: 0;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul li {
  width: 100%;
  margin: 6px 0 6px 16px;
  list-style: circle;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul li a {
  font-size: 20px;
  font-weight: 600;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul li a:hover {
  color: var(--color-blue);
}

.inner-contact-bg h2 {
  margin-bottom: 60px;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
}

.inner-contact-bg h2::before {
  display: none;
}

.inner-brochure-bg {
  padding: 80px 0;
  background: #F4F4F4;
}

.inner-brochure-bg h3 {
  margin: 0;
}

.about-bg {
  padding: 130px 0 60px;
}

.visionmissionsection {
  padding: 80px 0 0;
}

.visionmissionsection h2 {
  padding-bottom: 15px;
}

.visionmissionsection .visionbox {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 50px;
}

.visionmissionsection .missionnbox {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 50px;
}

.accerdition {
  padding: 0 0 60px;
}

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

.accerdition h2 {
  padding-bottom: 40px;
}

footer {
  background: #003A76;
  padding: 80px 10px 50px;
}

footer .foterlist {
  display: flex;
  place-self: anchor-center;
  padding-bottom: 50px;
}

footer .foterlist li {
  padding: 0 25px;
  list-style: none;
}

footer .foterlist li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}

footer .brright {
  border-right: 1px solid white;
}

footer .btrow {
  padding: 40px 0 0;
  color: white;
  border-top: 1px solid white;
}
 footer .btrow a{color: white;}

footer .socialMedia {
  display: flex;
}

footer .socialMedia li {
  padding: 0 20px;
  list-style: none;
}

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


.inner-bg ul li span {
  font-size: 17px;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
}

.bgkblue {
  background: var(--color-blue);
  ;
  padding: 50px;
  border-radius: 15px;
}

.bgkblue ul li {
  color: white;
}

.bgkblue ul.list li::before {
  color: white;
}

.gorujibox {
  background: #FFF7E1;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
}

.gorujibox h4 {
  font-size: 20px;
  padding: 10px;
  font-weight: 600;
}

.gorujibox p {
  text-align: center;
}

.teambox {
  background: #E9E9E9;
  padding: 50px;
  border-radius: 10px;
  margin: 30px 0;
  text-align: center;
  justify-content: center;
}

.teambox h3 {
  font-size: 20px;
  padding: 20px 0 10px;
  font-weight: 600;
}

.teambox p {
  text-align: center;
}

.teambox .col-md-3 {
  margin: 15px 0;
}

.center li {
  text-align: center;
  list-style: none;
  padding: 10px 0;
}

.padds {
  padding: 30px 0;
}

.btnbox {
  width: 30%;
  background: #C61936;
  padding: 30px;
  border-radius: 17px;
  text-align: center;
  margin: 0 15px;
}

.btnbox a {
  color: white;
  font-size: 23px;
  font-weight: 500;
  margin: 0 15px;
}

table {
  width: 90% !important;
  margin: 0 auto;
  border: 1px solid #000000;
}

table th {
  border: 1px solid #000000;
  padding: 10px;
}

table td {
  border: 1px solid #000000;
  padding: 10px;

}

.more-section {
  background-image: url(../img/last.png);
  padding: 121px;
  width: 100%;
  min-height: 407px;
  background-repeat: no-repeat;
  color: white;
  margin: 50px 0;
}

.more-section p {
  font-size: 18px;
}

.vedioBox {
  width: 50%;
  padding: 20px;
  margin: 15px 0;
}

.vedioBox h2 {
  font-size: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.vedioBox img {
  border-radius: 15px;
}

.vedioBox iframe {
  border: 0;
  width: 95%;
  height: 290px;
  border-radius: 15px;
}

.explorebox {
  position: relative;
  margin: 0 15px;
}

.explorebox .explore-content {
  position: absolute;
  bottom: 0;
  left: 5%;
}

.explorebox .explore-content h2 {
  color: white;
  font-size: 26px;
  font-weight: 600;
}

.speakerbox {
  text-align: center;
  margin: 15px;
}

.speakerbox h3 {
  font-size: 20px;
  padding: 10px 0px;
  text-align: center;
  font-weight: 600;
}

.speakerbox p {
  text-align: center;
  margin: 0;
}


.exploresection {
  text-align: center;
  position: relative;
}

.exploresection img {
  border-radius: 15px;
}

.exploresection::after {
  content: '';
  position: absolute;
  background-color: #E9E9E9;
  width: 90%;
  height: 540px;
  z-index: -1;
  left: 5%;
  top: 30px;
  border-radius: 15px;
}

.exploresection h3 {
  text-align: justify;
  font-weight: 600;
  padding: 0 0 20px 0;
}

.exploresection .explorebgk {
  background: #003A76;
  padding: 50px;
  width: 84%;
  margin: 40px auto 0;
  border-radius: 15px;
}

.exploresection .explorebgk h4 {
  color: white;
  font-weight: 600;
  font-size: 25px;
}

.exploresectionafter {
  text-align: center;
  position: relative;
}

.exploresectionafter img {
  border-radius: 15px;
}

.exploresectionafter::before {
  content: '';
  position: absolute;
  background-color: #FFF7E1;
  width: 100%;
  height: 540px;
  z-index: -2;
  left: 0;
  bottom: 115px;
}

.paddthirty {
  padding: 0 30px 0 30px;
}

.brrightex {
  border-right: 1px solid;
}

.paddshundread {
  padding: 100px 0 0;
}

.regone {
  background-image: url(../img/reg1.png);
  width: 100%;
  padding: 80px;
  position: relative;
  background-repeat: no-repeat;
}

.regone ul.list li {
  color: var(--color-white);
}

.regone ul.list li::before {
  color: var(--color-white);
}

.regone h2 {
  color: white;
  padding-bottom: 20px;
}

.regtwo {
  background: #E9E9E9;
  width: 94%;
  margin: 0 auto;
  padding: 80px;
  border-radius: 15px;
  position: relative;
  bottom: 60px;
}

.regtwo h3 {
  padding-top: 15px;
}

.regtwo span {
  float: inline-end;
}

.btntwo {
  background: #C61936;
  padding: 9px 12px;
  border-radius: 50px;
  color: white;
}

.btn-td {
  padding: 20px;
  text-align: center;
}

.btntwo:hover {
  background: #C61936;
  padding: 12px 14px;
  border-radius: 50px;
  color: white;
}

.paddsright {
  padding: 0 30px;
}

.hotelone {
  background: #FFF7E1;
  width: 94%;
  margin: 15px auto;
  padding: 60px;
  border-radius: 15px;
}

.hotelone p {
  padding: 10px 0;
}

.hotelone h2 {
  color: black;
}

.hotelone h2 span {
  color: #C61936;
  font-size: 18px;
  float: inline-end;
}

.hotelone span {
  padding: 0 20px;
}

.bgkgrey {
  background-color: #E9E9E9 !important;
}

.downloadsbox {
  background-image: url(../img/downloadbgk.png);
  border-radius: 20px;
  width: 98%;
  margin: 0 auto;
  padding: 50px 10px 100px;
  background-repeat: no-repeat;
}

.downloadsbox h2 {
  color: white;
}

.btnthree {
  border: 1px solid white;
  color: white;
  padding: 20px 55px;
  border-radius: 50px;
  margin: -3px;
}

.btnthree:hover {
  background-color: #C61936;
  color: white;
}

.margintop {
  margin: 50px 0;
}

.formbox {
  background: #E9E9E9;
  padding: 50px;
  border-radius: 20px;
}

.formbox .form-control {
  padding: 15px;
  border-radius: 50px;
  margin: 15px 0;
}

.formbox button {
  padding: 15px 25px;
  border: none;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.contactsec p {
  padding: 10px 0;
}

.nearbysec {
  background-image: url(../img/contact/bgk.png);
  width: 98%;
  margin: 25px auto;
  padding: 80px;
  color: white;
  border-radius: 20px;
}

.nearbysec h2 span {
  display: block;
}

.form-control {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-icon-container {
  position: relative;
}

.input-icon-container i {
  position: absolute;
  left: 36px;
  top: 36%;
  transform: translateY(-50%);
  color: var(--color-one);

}


.input-icon-container input {
  padding-left: 45px;
  /* Adjust space for the icon */
  color: var(--color-super-black);
}

.submit-btn {
  background: black;
  color: white;
  border-radius: 20px;
  padding: 10px 40px;
  border: 1px solid var(--color-two);
  text-align: center;
  margin: 20px auto 0 auto;
  display: block;
  font-size: 20px;
}

.form-box {
  background: rgba(255, 255, 255, .8);
  padding: 40px 40px 60px 40px;
  border-radius: 30px;
  border: 2px solid var(--color-white);
  text-align: center;
  box-shadow: 0 30px 30px 0 #ff780033;
  backdrop-filter: blur(20px);
  position: relative;
  top: 13px;
  overflow-y: scroll;
  right: 21px;
}

.form-box p {
  text-align: center;
  font-weight: 600;
}
.common-middle-btn { border-radius: 0;position: fixed;right: 28px;bottom: 4%;z-index: 1;text-decoration: none;}
.common-middle-btn a {background: #C61936;color: var(--color-white);padding: 15px 29px 15px 28px;border-radius: 25px;font-size: 16px;display: inline-block;font-weight: 500;}
.object-fit-contain img{object-fit: contain;}

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

  .bgkblue {
    padding: 20px 10px;
  }

  .inner-bg {
    padding: 40px 0;
  }

  .teambox .col-md-3 {
    width: 50%;
  }

  .teambox h3 {
    font-size: 15px;
  }

  .teambox {
    padding: 50px 10px;
  }

  .btnbox {
    width: 90%;
    background: #C61936;
    padding: 18px;
    border-radius: 17px;
    text-align: center;
    margin: 10px auto;
  }

  .more-section {
    padding: 50px 10px;
    width: 100%;
    min-height: auto;
    margin: 0;
    border-radius: 17px;
  }

  .vedioBox {
    width: 100%;
    padding: 0 10px;
  }

  .vedioBox iframe {
    margin: 0 auto;
    display: block;
  }

  .vedioBox p {
    text-align: center;
  }

  .speakerbox {
    margin: 15px 0;
    width: 50%;
  }

  .exploresection::after {
    content: '';
    position: absolute;
    background-color: #E9E9E9;
    width: 100%;
    height: 594px;
    z-index: -1;
    left: 0%;
    top: 0px;
    border-radius: 0px;
  }

  .exploresection .explorebgk {
    background: #003A76;
    padding: 50px 10px;
    width: 90%;
    margin: 40px auto 0;
  }

  .exploresection img {
    display: none;
  }

  .exploresection h3 {
    text-align: center;
    font-weight: 600;
  }

  .exploresectionafter::before {
    height: 737px;
    bottom: 311px;
  }

  .regone {
    padding: 50px 10px;
  }

  .paddsright {
    padding: 20px 30px;
  }

  .regtwo span {
    float: inline-start;
    padding-top: 16px;
  }

  .hotelone h2 span {
    float: initial;
  }

  .hotelone {
    padding: 40px 10px;
  }

  .btnthree {
    padding: 14px 51px;
    display: ruby-text;
  }

  .margintop {
    margin: 0px 0;
  }

  .formbox {
    padding: 40px 10px;
  }

  .nearbysec {
    background-repeat: no-repeat;
    padding: 10px 10px;
  }





  .first-home .paddingtop {
    padding: 30px;
    padding-top: 100px;
  }

  .first-home h2 {
    font-size: 24px;
    padding: 15px 0;
  }

  .first-home span {
    display: block;
    padding: 10px 0;
  }

  .first-home::after {
    height: 96%;
  }

  .first-home {
    padding: 0px 0px 30px;
  }

  .home-third {
    padding: 40px 10px;
  }

  .home-third .thirdbox {
    width: 43%;
    margin: 10px;
    padding: 15px;
  }

  .home-fourth .confrensebox {
    padding: 40px 10px;
    width: 95%;
  }

  .home-fourth .confrensebox h2 {
    font-size: 25px;
    padding-bottom: 15px;
  }

  .home-third .thirdbox p {
    font-size: 12px;
    line-height: 15px;
  }

  .home-fourth .confrensebox a {
    padding: 8px 20px;
    font-size: 15px;
    margin: 5px;
  }

  .home-fourth .imgbox {
    background-image: none;
    background-color: #C61936;
    padding: 30px 0 30px;
    border-radius: 10px;
  }

  .home-fourth .imgbox p {
    text-align: center;
    line-height: 20px;
    font-size: 17px;
    margin-top: 0;
  }

  .home-fifth {
    padding: 40px 10px;
  }

  .home-fifth p {
    padding: 10px 0;
    font-size: 10px;
    line-height: 16px;
  }

  .home-sixth .mainbox {
    padding: 40px 10px;
  }

  .home-sixth .mainbox h2 {
    font-size: 25px;
    padding: 10px;
    text-align: center;
  }

  .home-sixth .mainboxone {
    padding: 40px 10px;
  }

  .home-sixth .mainboxone h2 {
    font-size: 25px;
    padding: 10px;
    text-align: center;
  }

  .home-seventh {
    padding: 40px 10px;
  }

  .home-seventh h2 {
    font-size: 25px;
    padding-bottom: 10px;
  }

  footer .foterlist {
    display: block;
    padding: 0 0 20px 0;
  }

  footer .brright {
    border-right: none;
  }

  footer .foterlist li {
    text-align: center;
  }

  footer .btrow {
    padding: 20px 0 0;
    text-align-last: center;
  }

  footer {
    padding: 40px 10px 10px;
  }

  .slider img {
    border-radius: 0px;
  }

  .slider {
    width: 100%;
  }

  /* .slider,.inner-banner{margin-top: 64px;} */
  .inner-banner img {
    min-width: 100%;
    height: 130px;
    object-fit: cover;
  }

  .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-next-icon,
  .carousel-control-prev-icon {
    width: 1.1rem;
    height: 1.1rem;
  }

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

  #announcementCarousel.carousel-fade .carousel-item a {
    width: 100%;
  }

  .home-announcement-content {
    padding: 10px 15px 5px 15px;
  }

  .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%;
  }

  #announcementCarousel {
    padding: 0px 15px;
    margin-right: 0;
  }

  ul.social-network li {
    margin: 0 10px;
  }

  .home-search-bg {
    padding: 20px;
  }

  .home-search-bg .container {
    padding: 20px;
  }

  ul.home-search-sub-list {
    text-align: center;
  }

  ul.home-search-sub-list li {
    margin: 5px;
  }

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

  .home-helping-bg img {
    display: none;
  }

  .home-helping-bg h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
  }

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

  .home-industry-bg h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
    display: block;
  }

  .home-industry-bg h4 {
    text-align: center;
    display: block;
  }

  .home-industry-bg h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
    display: block;
  }

  .home-problems-bg {
    padding: 60px 0 60px 0;
  }

  .home-problems-bg h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }

  .home-problems-box.br {
    border-right: 0px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
  }

  .home-problems-box {
    text-align: center;
    padding: 20px 30px;
    margin: 0;
  }

  .home-contractor-bg h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }

  .home-contractor-bg h3 {
    text-align: center;
  }

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

  .home-about-bg .container-fluid {
    padding: 40px;
    text-align: center;
  }

  .home-about-bg h2 {
    text-align: center;
    font-size: 28px;
  }

  .home-about-bg .container-fluid::after {
    display: none;
  }

  .home-about-img-box,
  .home-stats-bg::after,
  .home-environmental-bg::after {
    display: none;
  }

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

  .home-stat-counter-list li {
    width: 48%;
    margin: 20px 0 20px 0px;
    text-align: center;
  }

  .home-stat-counter-list li h2 span {
    font-size: 44px;
  }

  .home-stat-counter-list li h3 {
    font-size: 15px;
  }

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

  .home-working-bg h2 {
    font-size: 28px;
  }

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

  .home-news-bg h2 {
    font-size: 28px;
  }

  .home-environmental-bg {
    padding: 70px 0 80px 0;
    text-align: center;
  }

  .home-environmental-content h2 {
    font-size: 28px;
  }

  .home-environmental-img {
    margin-bottom: 40px;
  }

  .home-environmental-content p {
    text-align: center;
  }

  .inner-bg h2 {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
  }

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

  .inner-bg h2::before {
    opacity: 0.2;
    right: 0;
  }

  .vision-box {
    padding: 20px 20px;
  }

  .vision-box h3 {
    font-size: 28px;
    text-align: center;
  }

  .inner-connect-bg {
    text-align: center;
    padding: 60px 0;
  }

  .inner-connect-bg h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .inner-banner .inner-breadcrumb {
    display: none;
  }

  .inner-banner h1 {
    bottom: 5px;
    left: 0;
    text-align: center;
    font-size: 24px;
    margin: 0;
  }

  .director-box-name h4 {
    text-align: center;
  }

  .director-box-img {
    margin-bottom: 20px;
  }

  .contact-form-bg {
    margin-top: 20px;
    padding: 30px 30px;
  }

  .contact-address-box.br {
    border-right: 0px solid #ACACAC;
  }

  .contact-head-box {
    margin-right: 0px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ACACAC;
  }

  .contact-address-box,
  .contact-address-box p {
    text-align: center;
  }

  .top-service-image {
    padding-left: 12px;
  }

  .inner-service-icon-box.br {
    border-right: 0px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
  }

  .inner-service-bg {
    padding: 40px 0;
  }

  .inner-service-bg h2 {
    text-align: center;
  }

  .inner-service-equipment-bg .container {
    padding: 40px;
  }

  .inner-service-equipment-image {
    margin: 20px 0;
  }

  .service-gallery-bg {
    padding: 40px 0px 40px 0px;
  }

  .service-gallery-bg::before {
    top: 0;
    right: 25px;
  }

  .inner-partner-box {
    padding: 20px 20px;
  }

  .static-equipment-box {
    width: 47%;
  }

  .inner-partner-bg h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
  }

  figure.effect-sadie h2 {
    bottom: 35%;
    line-height: 25px;
    left: 0;
    text-align: center;
  }

  figure.effect-sadie h4 {
    text-align: center;
    left: 0;
  }

  figure.effect-sadie:hover h2 {
    -webkit-transform: translate3d(0, -5%, 0) translate3d(0, -73px, 0);
    transform: translate3d(0, -5%, 0) translate3d(0, -73px, 0);
  }

  .home-contractor-box {
    padding: 10px;
  }

  .service-common-box {
    width: 47%;
  }

  .service-common-box-image h5 {
    font-size: 12px;
    line-height: 18px;
  }

  .home-industry-box {
    padding: 15px 5px 0 5px;
  }

  figure.effect-sadie figcaption::before {
    bottom: -120px;
  }

  figure.effect-sadie h4 {
    bottom: 72px;
  }

  .home-video-bg {
    padding: 40px 20px 0 20px;
  }

  .home-video-bg h2 {
    top: 0;
  }

  .home-video-bg-top {
    top: 0;
  }

  .careers-find-more-bg-box {
    text-align: center;
  }

  .careers-find-more-bg-box h3 {
    font-size: 18px;
    text-align: left;
  }

  .careers-find-more-bg-box h3 span {
    position: relative;
    display: block;
    text-align: right;
    margin-top: 10px;
  }

  .careers-find-more-bg-box .btn-two-full,
  .careers-find-more-bg-box .btn-two {
    margin: 0 0px 10px 0;
  }

  .careers-team-bg::before {
    display: none;
  }

  .careers-team-bg {
    padding: 0px 0 120px 0;
  }

  .careers-team-bg h2 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  }

  .careers-team-bg-success {
    bottom: 30px;
  }

  .careers-team-bg-success h3 {
    font-size: 22px;
  }

  .careers-find-more-tab.r-tabs .r-tabs-panel ul li {
    width: 100%;
    margin: 5px 0;
    padding-bottom: 0;
  }

  .careers-find-more-tab.r-tabs .r-tabs-panel {
    padding: 20px 20px 20px 30px;
  }

  .careers-find-more-tab.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    text-align: center;
    font-size: 18px;
    color: var(--color-black);
    font-weight: 500;
  }

  .careers-find-more-tab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: var(--color-blue);
  }

  .inner-brochure-bg {
    padding: 40px 0;
    text-align: center;
  }

  .inner-brochure-bg h3 {
    margin-bottom: 20px;
  }

  .home-first-section {
    padding: 100px 10px 40px;
  }

  .paddsfifty {
    padding: 0 10px;
  }

  .headMian {
    font-size: 23px;
    padding-bottom: 15px;
  }

  .headOne::after {
    width: 50%;
  }

  .home-secound-section::before {
    width: 100%;
    left: 0;
    border-radius: 0px;
  }

  .home-first-section::before {
    height: 567px;
  }

  .home-secound-section .meetbox {
    margin: 7px 0;
  }

  .home-secound-section::after {
    display: none;
  }

  .home-secound-section {
    padding: 40px 10px 60px
  }

  .home-third-section {
    padding: 60px 10px;
  }

  .home-fourth-section h1 {
    top: -37px;
    font-size: 156px;
  }

  .home-fourth-section {
    padding: 160px 0 0px;
  }

  .home-fourth-section::after {
    height: 855px;
    width: 100%;
    top: -68px;
    border-radius: 0px;
    left: 0;
  }

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

  .home-sixth-section {
    padding: 40px 10px;
  }

  /* .home-sixth-section span {    display: none;} */
  .padding {
    padding: 20px 0;
  }

  .home-sixth-section .newsbox {
    text-align: center;
    border-top: 0.5px solid #000000;
  }

  .home-sixth-section .newsbox img {
    padding: 5px 0;
  }

  .home-seventh-section .paddingtop {
    padding-top: 30px;
  }

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

  table td {
    width: 54%;
  }

.common-middle-btn a {font-size: 14px;padding: 5px 20px;}
.first-home::before {height: 96%;}
.exploresection .explorebgk h4 {font-weight: 400;font-size: 16px; line-height: 1.5;}
}


@media(min-width:1081px) and (max-width:1350px) {
  .careers-team-bg::before {
    left: -160px;
  }

}

@media screen and (min-width: 1920px) {

  /*For Projectors or Higher Resolution Screens (Full HD)*/
  .container {
    width: 1890px;
  }
}

@media screen and (min-width: 3840px) {

  /* For 4K Displays (Ultra HD) */
  .container {
    width: 3810px;
  }

  .home-industry-bg::before,
  .home-about-img-box::before,
  .inner-bg h2::before,
  .director-box-img::before,
  .service-gallery-bg::before {
    display: none;
  }
}