:root {
  --color-black: #000000;
  --color-yellow: #cd282e;
  ;
  --color-blue: #037BA1;
  --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: 'Beau Condensed', 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: 24px;
  text-align: justify;
}

h2 {
  color: #61402A;
}

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: 100%;
  z-index: 0;
}

#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;
}

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

/* .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;
}
.innerbanner div img{
  min-width: 100%;
}
/* @media all and (max-width : 768px) {  */


.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 {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
}

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

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

.centerp {
  text-align: center;
  padding: 15px 70px;
}

.topimg {
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}

.home-first-section {
  padding: 80px 0;
  position: relative;
}

.home-first-section::before {
  content: '';
  position: absolute;
  background-image: url('../img/sec-2-bgk.png');
  z-index: -1;
  width: 100%;
  height: 200px;
  bottom: 0;
}

.home-first-section h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 500;
}

.home-first-section span {
  color: #F3A74E;
}

.home-first-section .box {
  box-shadow: 0px 20px 60px 0px #F3A74E33;
  padding: 40px;
  border-radius: 15px;
  width: 23%;
  margin: 0 6px;
  text-align: center;
  background-color: white;
}

.home-first-section .box p {
  text-align: center;
  color: #61402A;
}

.headletter {
  color: #F3A74E;
  letter-spacing: 15px;
  font-size: 20px;
  font-weight: 600;
}

.home-secound-section {
  padding: 40px 0 80px;
  background-image: url('../img/sec-2-bgk.png');
  position: relative;
}

.home-secound-section h2 {
  padding: 0 60px 0 0;
  font-size: 40px;
  line-height: 55px;
}

.home-secound-section span {
  color: #F3A74E;
}

.padds {
  padding: 40px 0;
}

.padds30 {
  padding: 30px 0 0;
}

.height {
  height: 540px;
  width: 100%;
}

.home-secound-section::after {
  content: '';
  position: absolute;
  background-image: url(../img/section2/bgk1.png);
  width: 11%;
  height: 100px;
  bottom: 87px;
  left: 560px;
}

.home-secound-section::before {
  content: '';
  position: absolute;
  background-image: url(../img/section2/bgk2.png);
  width: 9%;
  height: 100px;
  bottom: 89px;
  right: 100px;
}

.home-third-section {
  width: 95%;
  margin: 0 auto;
  padding: 80px 0 20px;
  position: relative;
  bottom: 55px;
  background: white;
  border-radius: 10px;
}

.home-third-section h3 {
  text-align: center;
  padding: 10px 0 35px;
}

.productbox {
  width: 19%;
  margin: 15px 7px;
  padding: 20px;
  background: #61402A;
  border-radius: 15px;
  position: relative;
  min-height: 350px;
}

.productbox:hover {
  background: #ffffff;
  box-shadow: 0px 17.77px 53.31px 0px #F3A74E33;

}

.productbox:hover p {
  color: #000000;
}

.productbox:hover h2 {
  color: #61402A;

}

.productbox h2 {
  color: #F3A74E;
  padding: 10px 0;
  font-size: 22px;
  font-weight: 600;
}

.productbox p {
  color: white;
}

.productbox img {
  position: absolute;
  bottom: 25px;
}



.btn1 {
  background: #cd282e;
  padding: 13px 25px;
  border-radius: 50px;
  color: #FFF;
}

.btn1:hover {
  background: #0d4d7b;
  color: #fff;
}

.home-fourth-section {
  padding: 0 0 80px;
  position: relative;
}

.home-fourth-section h2 {
  font-size: 32px;
}

.home-fourth-section span {
  display: block;
}

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

.home-fourth-section .scrollrow {
  overflow-y: auto;
  height: 490px;
}

.home-fourth-section .top-img {
  position: relative;
  padding-bottom: 80px;
}

.home-fourth-section .top-img img {
  margin: 0 auto;
  display: block;
}

.home-fourth-section .top-img::after {
  content: '';
  position: absolute;
  border: 1px solid #F3A74E;
  width: 42%;
  top: 8px;
  right: 0;
}

.home-fourth-section .top-img::before {
  content: '';
  position: absolute;
  border: 1px solid #F3A74E;
  width: 42%;
  top: 8px;
}


.top-img {
  position: relative;
}

.top-img img {
  margin: 0 auto;
  display: block;
}

.top-img::after {
  content: '';
  position: absolute;
  border: 1px solid #F3A74E;
  width: 42%;
  top: 8px;
  right: 0;
}

.top-img::before {
  content: '';
  position: absolute;
  border: 1px solid #F3A74E;
  width: 42%;
  top: 8px;
}



.home-fourth-section .whybox {
  margin: 10px 25px;
}

.home-fourth-section .whybox h2 {
  color: #F3A74E;
  font-size: 20px;
  padding: 10px 0;
}

.home-fourth-section .whybox p {
  padding: 0;
}

.home-fourth-section .abtn {
  text-align: center;
  position: relative;
  top: -15px;
}

.home-fourth-section .abtn a {
  background: #61402A;
  padding: 20px 50px;
  border-radius: 50px;
  color: #F3A74E;
  font-size: 20px;
}

.home-fifith-section {
  width: 95%;
  background-image: url(../img/fifthbgk.jpg);
  padding: 100px 50px;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
}

.home-fifith-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  border-radius: 20px;
}

.home-fifith-section h2 {
  color: #FFFFFF;
  padding: 20px 0 50px;
}

.positionrelative {
  position: relative;
  z-index: 11;
}

.btn2 {
  background: #F3A74E;
  padding: 13px 25px;
  border-radius: 50px;
  color: #61402A;
}

.btn2:hover {
  background: #61402A;
  color: #F3A74E;
}

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

.touchbox {
  background: #FFF7ED;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  top: 62px;
}

.touchbox h2 {
  font-weight: 600;
}

.touchbox span {
  font-weight: 600;
  color: #F3A74E;
}







footer {
  padding: 80px 0 0;
  font-size: 14px;
  background: #16385f;
  color: #ffffff;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #F3A74E;
}

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

footer .footer-list h3 {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

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

footer .footer-list h3 div {
  border-bottom: 1px solid #ffffff;
  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: 6px 0 6px 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: #ffffff;
  font-size: 6px;
}

footer .footer-list ul li a {
  color: #ffffff;
}

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

footer .footer-list ul li a:hover {
  color: #F3A74E;
  padding-left: 2px;
}

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

footer .footer-list ul.half li {
  list-style: none;
  padding: 6px 0 6px 10px;
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 48%;
}

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: #ffffff;
  font-size: 6px;
}

footer .footer-list ul.half li a {
  color: #ffffff;
}

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

footer .footer-list ul.half li a:hover {
  color: #F3A74E;
  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: #ffffff;
}

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

footer .footer-list ul.contact li a:hover {
  color: #F3A74E;
  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: #ffffff;
}

.footerextra li a:hover {
  color: #F3A74E;
}

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

footer .copy {
  padding: 20px 0 40px 0;
  margin-top: 60px;
  border-top: 1px solid #ffffff;
}

footer .copy a {
  color: #ffffff;
  font-weight: 500;
}

footer .copy a:hover {
  color: #F3A74E;
}

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



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

ul.social-network li {
  margin: 15px 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: white;
  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-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;
}

.inner-banner::before {
  content: "";
  position: absolute;
  z-index: 0;
  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;
}


.aboutsection {
  padding: 80px 0;
}

.aboutsection h2 {
  color: #F3A74E;
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 30px;
}

.aboutsection h2 span {
  display: block;
  color: #61402A;
}

.visionsection {
  background: #61402A;
  color: white;
  padding: 50px;
}

.visionsection h2 {
  color: #F3A74E;
  text-align: center;
  padding: 10px 0;
}

.uniquesection {
  padding: 80px 0 60px;
  background-image: url('../img/aboutus/bgkbt.jpg');
  background-repeat: no-repeat;
}

.uniquesection h2 {
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 20px;
}

.uniquesection h1 {
  color: #F3A74E;
  font-size: 25px;
  font-weight: 500;
  padding-top: 15px;
}

.uniquesection p {
  padding: 0 20px 0;
}

.uniquesection img {
  border-radius: 33px;
  margin: 6px 0;
}

.productsection {
  padding: 80px;
}

.productsection h2 {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  padding-bottom: 30px;
}

.productsection span {
  display: block;
  color: #F3A74E;
}

.productsection .products {
  width: 19%;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
  transition: all .4s ease-in-out;
}

.productsection .products:hover {
  border: 1px solid #F3A74E;
  border-radius: 10px;
  transition: all .4s ease-in-out;
}

.productsection .products p {
  text-align: center;
  color: #61402A;
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
}

.breadcrumb {
  position: absolute;
  bottom: 45px;
  right: 150px;
}

.breadcrumb li {
  color: #FFFFFF !important;
  font-size: 30px;
  font-weight: 600;
}

.paads {
  padding: 0 15px 0 30px;
}

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


.productlist {
  padding: 40px 0 80px;
}

.productlist .text1 {
  position: relative;
  padding: 50px 0;
}

.productlist .text1::after {
  content: '';
  position: absolute;
  background-image: url('../img/left.png');
  width: 70%;
  height: 12px;
  right: -144px;
  top: 130px;
}

.productlist .text1 h1 {
  color: #61402A;
  font-weight: 600;
  font-size: 36px;
}

.productlist .text2 {
  position: relative;
  padding: 70px 0;
}

.productlist .text2::after {
  content: '';
  position: absolute;
  background-image: url('../img/left.png');
  width: 70%;
  height: 12px;
  right: -160px;
  top: 130px;
}

.productlist .text2 h1 {
  color: #61402A;
  font-weight: 600;
  font-size: 30px;
}

.productlist .text3 {
  position: relative;
  padding: 50px 0;
}

.productlist .text3::after {
  content: '';
  position: absolute;
  background-image: url('../img/right.png');
  width: 80%;
  height: 12px;
  left: -152px;

  top: 130px;
}

.productlist .text3 h1 {
  color: #61402A;
  font-weight: 600;
  font-size: 36px;
}

.productlist .text4 {
  position: relative;
  padding: 70px 0;
}

.productlist .text4::after {
  content: '';
  position: absolute;
  background-image: url('../img/right.png');
  width: 80%;
  height: 12px;
  left: -152px;

  top: 130px;
}

.productlist .text4 h1 {
  color: #61402A;
  font-weight: 600;
  font-size: 30px;
}

.process {
  background-image: url('../img/cashewft.png');
  padding: 80px;
  background-repeat: no-repeat;
  width: 95%;
  margin: 0 auto;
  border-radius: 30px;
  background-size: cover;
}

.process h2 {
  font-size: 40px;
  color: white;
  text-align: end;
  font-weight: 600;
}

.process p {
  text-align: end;
  color: white;
  padding-bottom: 20px;
}

.process h2 span {
  display: block;
  color: #F3A74E;
  padding-bottom: 20px;
}

.processone {
  background-image: url('../img/product/1b.jpg');
  padding: 80px;
  background-repeat: no-repeat;
  width: 95%;
  margin: 0 auto;
  border-radius: 30px;
  background-size: cover;
}

.processone h2 {
  font-size: 40px;
  color: white;
  text-align: end;
  font-weight: 600;
}

.processone p {
  text-align: end;
  color: white;
  padding-bottom: 20px;
}

.processone h2 span {
  display: block;
  color: #F3A74E;
  padding-bottom: 20px;
}


.processtwo {
  background-image: url('../img/product/2b.jpg');
  padding: 80px;
  background-repeat: no-repeat;
  width: 95%;
  margin: 0 auto;
  border-radius: 30px;
  background-size: cover;
}

.processtwo h2 {
  font-size: 40px;
  color: white;
  text-align: end;
  font-weight: 600;
}

.processtwo p {
  text-align: end;
  color: white;
  padding-bottom: 20px;
}

.processtwo h2 span {
  display: block;
  color: #F3A74E;
  padding-bottom: 20px;
}

.processfour {
  background-image: url('../img/product/4b.jpg');
  padding: 80px;
  background-repeat: no-repeat;
  width: 95%;
  margin: 0 auto;
  border-radius: 30px;
  background-size: cover;
}

.processfour h2 {
  font-size: 40px;
  color: white;
  text-align: end;
  font-weight: 600;
}

.processfour p {
  text-align: end;
  color: white;
  padding-bottom: 20px;
}

.processfour h2 span {
  display: block;
  color: #F3A74E;
  padding-bottom: 20px;
}

.processthree {
  background-image: url('../img/product/3b.jpg');
  padding: 80px;
  background-repeat: no-repeat;
  width: 95%;
  margin: 0 auto;
  border-radius: 30px;
  background-size: cover;
}

.processthree h2 {
  font-size: 40px;
  color: white;
  text-align: end;
  font-weight: 600;
}

.processthree p {
  text-align: end;
  color: white;
  padding-bottom: 20px;
}

.processthree h2 span {
  display: block;
  color: #F3A74E;
  padding-bottom: 20px;
}

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

.ourteamsection {
  padding: 80px 0;
}

.ourteamsection h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 40px;
}

.ourteamsection span {
  color: #F3A74E;
}

.ourteamsection .teambox {
  margin: 50px 0;
  background: #61402A;
  border-radius: 21px;
  color: white;
}

.ourteamsection .teambox h1 {
  color: white;
}

.ourteamsection .pad {
  padding: 50px 50px 0;
}

.ourteamsection .teamboxone {
  background: #FFF7ED;
  border-radius: 21px;
  color: black;
  margin: 50px 0;
}

.ourteamsection .teamboxone h1 {
  color: #61402A;
}

.contactsection {
  background-image: url('../img/contactbgk.jpg');
  padding: 60px;
}

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

.contactsection h2 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 30px;
}

.contactsection span {
  color: #F3A74E;
}

.contactsection .btn {
  background: #F3A74E;
  border: 1px solid #F3A74E;
  border-radius: 50px;
  padding: 10px 20px;
}

.contactsection .btn:hover {
  background: #ffffff;
  border: 1px solid #F3A74E;
  color: #F3A74E;
  border-radius: 50px;
  padding: 10px 20px;
}

.mapsection {
  background: #331B0AE5;
  padding: 30px;
  color: white;
}

.mapsection h1 {
  color: #F7A52F;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
}

.mapsection .maprow {
  background: #61402A;
  text-align: center;
  padding: 10px;
}

.mapsection .maprow p {
  color: #F7A52F;
  text-align: center;
  font-size: 15px;
  padding-top: 10px;
}



@media(min-width:320px) and (max-width:1080px) {
  .breadcrumb {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  footer .footer-list ul.half li {
    text-align: left;
  }

  #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;
  }

  .footer-link-box.Nbr {
    border-right: 0px solid #D9D9D9;
  }

  .footer-link-box.Mbb {
    border-bottom: 1px solid #D9D9D9;
  }

  .footer-link-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-link-bg .container {
    bottom: 0;
  }

  .footer-link-content-bg {
    padding: 50px 20px 50px 20px !important;
    text-align: center;
  }

  .footer-link-content-bg h2 {
    font-size: 40px;
  }

  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-first-section {
    padding: 40px 0;
  }

  .home-first-section h2 {
    font-size: 30px;
  }

  .centerp {
    padding: 10px 0;
  }

  .home-first-section .box {
    width: 46%;
    margin: 10px 6px;
    padding: 15px;
  }

  .home-secound-section {
    padding: 0px 0 80px;
  }

  .home-secound-section h2 {
    padding: 0;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .headletter {
    text-align: center;
  }

  .padds {
    padding: 20px 0;
  }

  .home-secound-section::before {
    content: '';
    position: absolute;
    background-image: url(../img/section2/bgk2.png);
    width: 32%;
    height: 100px;
    bottom: 46px;
    right: -40px;
  }

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

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

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

  .productbox {
    width: 88%;
    margin: 10px 10px;
    padding: 15px;
    min-height: 298px;
  }

  .productbox img {
    bottom: 6px;
  }

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

  .home-fourth-section .top-img {
    padding-bottom: 40px;
  }

  .home-fourth-section h2 {
    font-size: 28px;
    text-align: center;
  }

  .home-fourth-section .whybox {
    margin: 10px 0;
  }

  .home-fourth-section .whybox {
    margin: 10px 10px;
    text-align: center;
    width: 44%;
    background: #ffffff;
    box-shadow: 0px 17.77px 53.31px 0px #F3A74E33;
    border-radius: 20px;
    padding: 10px;
  }

  .home-fourth-section .whybox p {
    padding: 0;
    text-align: center;
  }

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

  .home-fifith-section {
    padding: 50px 50px;
  }

  .padding30 {
    padding: 30px 0 0;
  }

  .home-fifith-section h2 {
    padding: 20px 0 30px;
    text-align: center;
    font-size: 30px;
  }

  .touchbox {
    padding: 30px;
    top: 25px;
  }

  .touchbox h2 {
    padding-bottom: 15px;
    text-align: center;
    line-height: 31px;
  }

  ul.social-network {
    place-self: center;
    display: flex;
  }

  .aboutsection h2 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .aboutsection {
    padding: 40px 0;
  }

  .innerbanner {
    margin-top: 60px;
  }
  .innerbanner div img{
    min-width: 100%;
  }

  .visionsection {
    text-align: center;
  }

  .visionsection p {
    text-align: center;
  }

  .uniquesection h1 {
    font-size: 15px;
    font-weight: 400;
    padding-top: 0;
  }

  .uniquesection {
    padding: 40px 0 40px;
  }

  .productsection {
    padding: 60px 10px;
  }

  .productsection h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .productsection .products {
    width: 47%;
    margin: 15px 0;
  }

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

  .productlist .text1::after {
    display: none;
  }

  .productlist .text2::after {
    display: none;
  }

  .productlist .text3::after {
    display: none;
  }

  .productlist .text4::after {
    display: none;
  }

  .paads {
    padding: 0 10px;
  }

  .productlist .text1 {
    padding: 0px 0;
  }

  .productlist .text2 {
    padding: 0px 0;
  }

  .productlist .text4 {
    padding: 0;
  }

  .productlist .text3 {
    padding: 15px 0 0
  }

  .productlist .text1 h1 {
    font-size: 20px;
  }

  .productlist .text2 h1 {
    font-size: 20px;
  }

  .productlist .text3 h1 {
    font-size: 20px;
  }

  .productlist .text4 h1 {
    font-size: 20px;
  }

  .process {
    padding: 80px 10px;
  }

  .process h2 {
    font-size: 30px;
    text-align: center;
  }

  .process p {
    text-align: center;
  }

  .productlist {
    padding: 20px 0 40px;
  }

  .processone {
    padding: 80px 10px;
  }

  .processone h2 {
    font-size: 30px;
    text-align: center;
  }

  .processone p {
    text-align: center;
  }

  .processtwo {
    padding: 80px 10px;
  }

  .processtwo h2 {
    font-size: 30px;
    text-align: center;
  }

  .processtwo p {
    text-align: center;
  }

  .processfour {
    padding: 80px 10px;
  }

  .processfour h2 {
    font-size: 30px;
    text-align: center;
  }

  .processfour p {
    text-align: center;
  }

  .processthree {
    padding: 80px 10px;
  }

  .processthree h2 {
    font-size: 30px;
    text-align: center;
  }

  .processthree p {
    text-align: center;
  }

  .ourteamsection {
    padding: 40px 0;
  }

  .ourteamsection h2 {
    font-size: 30px;
    padding-bottom: 0px;
  }

  .ourteamsection .pad {
    padding: 10px 30px 0;
  }

  .ourteamsection img {
    width: 60%;
    text-align: center;
    margin: 20px auto;
    display: block;
    border-radius: 100px;
  }

  .ourteamsection h1 {
    text-align: center;
  }


  .headletter {
    letter-spacing: 7px;
  }

  .contactsection {
    padding: 40px 10px;
  }

  .contactsection h2 {
    font-size: 30px;
    text-align: center;
  }

  .mapsection h1 {
    text-align: center;
  }


}


@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;
  }
}

.section-title{font-size: 40px; font-weight: 500; color: #172231; padding-bottom: 30px;}
.section-title-border {
  position: relative;
  height: 5px;
  width: 30px;
  background: #c4a855;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
}
.section-title-border::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background: #c4a855;
  border-radius: 10px;
  right: -60%;
  top: 0;
}
.section-title-border::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 25%;
  background: #c4a855;
  border-radius: 10px;
  right: -100%;
  top: 0;
}
.section-title-border.border-center {
  margin-left: calc(50% - 27px);
}
.section-title-border.border-white {
  background: #fff;
}
.section-title-border.border-white::before {
  background: #fff;
}
.section-title-border.border-white::after {
  background: #fff;
}
.section-title-border.border-inline {
  display: inline-block;
  margin-bottom: 5px;
}

.subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #818385;
 
}
.section{padding: 100px 0;}
.bg-gray {
  background: #f5f6fa !important;
}
.hover-bg-dark:hover, .hover-bg-dark.active {
  background: #252d39 !important;
}
.hover-bg-dark:hover *, .hover-bg-dark.active * {
  color: #fff !important;
}
/* /common class */
/* icon animation */
.icon-bg {
  position: relative;
  background-color: rgba(134, 195, 58, 0.2);
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 120px 135px 110px 90px;
}
.icon-bg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 5px;
  background: rgba(134, 195, 58, 0.05);
  border: 2px solid #c4a855;
  border-radius: 130px 120px 160px 130px;
}
.icon-bg .icon {
  line-height: 100px;
}
.card-icon {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #c4a855;
  text-align: center;
  line-height: 60px !important;
  color: #fff;
  font-size: 32px;
  left: 15px;
  top: -90px;
}
.water-wave {
  position: relative;
  animation-name: water-wave;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.water-wave::before {
  animation-name: water-wave;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;
  }
  25% {
    border-radius: 130px 140px 100px 110px;
  }
  50% {
    border-radius: 110px 97px 150px 100px;
  }
  75% {
    border-radius: 80px 107px 120px 90px;
  }
  100% {
    border-radius: 120px 135px 110px 90px;
  }
}
.service-wrapper {
  transform: translateY(-200px);
}
.box-shadow {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}
h1, h2, h3, h4, h5, h6 {
  color: #172231;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.2s ease;
}
.bg-secondary {
  background: #252d39 !important;
}
.section-bottom-lg {
  padding-bottom: 240px !important;
}
.btn-arrow {
  transition: 0.2s ease;
}
.btn-arrow::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  left: calc(85% + 5px);
  transition: 0.2s ease;
}
.btn-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  transition: 0.2s ease;
  left: 85%;
}
.btn-arrow:hover::before {
  left: calc(85% + 10px);
  border-color: #c4a855;
}
.btn-arrow:hover::after {
  width: 20px;
  background: #c4a855;
}
.btn-secondary {
  background: transparent;
  color: #172231;
  padding-left: 0;
  border: 0;
}
.btn-secondary:active {
  background: transparent !important;
  color: #c4a855;
}
.btn-secondary:hover {
  background: transparent;
  color: #c4a855;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #c4a855;
  background-color: transparent;
  border: 0;
}
.read-more-btn {
  color: #c4a855;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
  border: none; /* optional: remove if you want default Bootstrap borders */
}

.read-more-btn .arrow {
  display: inline-block;
  font-size: 18px;
  margin-left: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #c4a855;
}

.read-more-btn:hover {
  color: #000;
}

.read-more-btn:hover .arrow {
  transform: translateX(6px);
  color: #000;
}
.bg-gray-white {
  background-image: linear-gradient(to right, #f5f6fa 45%, #fff 0%);
}

.team-member-img img {
  position: relative;
  z-index: 2;
}
.team-member-img::before {
  position: absolute;
  content: "";
  background: url(../img/backgrounds/team-member-bg.png);
  top: 0px;
  right: 0px;
  height: 60%;
  width: 60%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  transition: 0.2s ease;
}
.team-member-img::after {
  position: absolute;
  content: "";
  background: url(../img/backgrounds/team-member-bg.png);
  bottom: -40px;
  left: 0px;
  height: 60%;
  width: 60%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  transition: 0.2s ease;
}
.team-member:hover .team-member-img::before {
  top: -20px;
  right: -20px;
}
.team-member:hover .team-member-img::after {
  bottom: -60px;
  left: -20px;
}
.team-member:hover .hover-icon {
  transform: scale(1);
  opacity: 1;
}
.team-member:hover .hover-icon .social-icon a {
  transform: scale(1);
}

.hover-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(134, 195, 58, 0.9);
  transition: 0.2s ease;
  transform: scale(0.8);
  z-index: 3;
  opacity: 0;
}
.hover-icon .social-icon a {
  transform: scale(0);
}

/* /team */

bg-dots {
  position: relative;
}
/* testimonial */
.bg-dots {
  position: relative;
}
.bg-dots::before {
  position: absolute;
  content: "";
  background: url(../img/backgrounds/testimonial-bg-1.png);
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.bg-dots .container {
  position: relative;
  z-index: 2;
}

.testimonial-slider .nextArrow,
.testimonial-slider .prevArrow {
  opacity: 0;
  transition-delay: 1s;
}
.testimonial-slider:hover .nextArrow {
  opacity: 1;
  right: -100px;
  transition-delay: 0s;
}
.testimonial-slider:hover .prevArrow {
  opacity: 1;
  left: -100px;
  transition-delay: 0s;
}

.bg-quote {
  position: relative;
}
.bg-quote::before {
  position: absolute;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 150px;
  color: rgba(134, 195, 58, 0.3);
  top: -10px;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
}
.home-testimonials-box h3{
  color: #c4a855;
  font-size: 20px;
  font-weight: 600;
}
.home-testimonials-box h4{
  color: #000;
  font-size: 18px;
  text-transform: none;
}
.home-client-owl .item img {
  transform: scale(1);
  filter: grayscale(100%);
  width: 75% !important;
  transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.home-client-owl .item img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}
/* /testimonial */
/* slick style */
.slick-slide {
  outline: 0;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: rgba(134, 195, 58, 0.5);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
}
.slick-arrow::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease;
}
.slick-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.2s ease;
}
@media (max-width: 575px) {
  .slick-arrow {
    display: none;
  }
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow:hover {
  background: #c4a855;
}

.prevArrow {
  left: 0px;
}
.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}
.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}
.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 35px;
}
.nextArrow::after {
  left: 20px;
}

/* /slick arrows */
/* slick dots */
.slick-dots {
  padding-left: 0;
  text-align: center;
  position: absolute;
  bottom: -185px;
  left: 0;
  right: 0;
  z-index: 9;
}
.slick-dots li {
  display: inline-block;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 20px;
  transition: 0.2s ease;
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}
.slick-dots li img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  transform: scale(1.2);
}

.text-primary {
  color: #cd282e !important;
}
.icon-lg {
  font-size: 56px;
}
/* form control */
.form-control {
  height: 55px;
  padding: 0 30px;
}
.form-control-sm {
  height: 45px;
}
.form-control:focus {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
  border-color: #c4a855 !important;
}

.focus-shadow-none {
  box-shadow: none !important;
}

textarea.form-control {
  height: 150px;
}

textarea.form-control-sm {
  height: 100px;
}

/* /form control */

.icon {
  color: #c4a855;
  font-size: 2rem;
  margin-bottom: 10px;
}
.reason-box {
  padding: 45px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.reason-box .fas{font-size: 50px; font-weight: 600;}
/* Apply vertical border to middle columns only */
.custom-border-right {
  border-right: 1px solid #ddd;
}

.no-bb{ border-bottom: 0;}


@media (max-width: 767.98px) {
  /* Mobile: 2 items per row */
  .col-6:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
  .col-6:nth-child(even) {
    border-right: none;
  }
  .no-bb{border-bottom: 1px solid #ddd;}
  .pad-25 {padding: 0 20px;}
  
}

.why-choose p{
  font-size: 18px; font-weight: 500; text-transform: uppercase; color: #0d4d7b; text-align: center;
}