:root {
  --color-black: #000000;
  --color-yellow: #EFFF08;
  --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: 'Exo', sans-serif;
}

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

::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;
  color: #1E1E1E;
}

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

.linkBlue {
  color: #B7924A;
  font-weight: 600;
  text-decoration: underline;
}

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

.linkgreen {
  color: #B7924A;
  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: #B7924A;
}

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









/* @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 #B7924A;
  color: var(--color-yellow) !important;
}

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

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

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

.btn-two {
  border: 2px solid #B7924A;
  color: #B7924A;
}

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

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

.btn-two-full:hover {
  border: 2px solid #B7924A;
  color: #B7924A;
  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: #B7924A;
}

.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: #B7924A;
  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: #B7924A;
  color: var(--color-white);
  width: 100%;
}

.head-four {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #B7924A;
  color: #B7924A;
  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: #B7924A;
  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 #B7924A;
  color: #B7924A;
  width: 100%;
}

.link {
  color: #B7924A;
  font-weight: 600;
}

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

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







/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 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-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;
  }
}



.first-section {
  padding: 100px 0 80px;
  background: #E9E9E9;
}

.first-section h2 {
  padding: 30px 0 10px;
  font-weight: 600;
  line-height: 45px;
  font-size: 40px;
}

.first-section span {
  color: #B7924A;
}

.padding-bottom {
  padding-bottom: 10px;
}

.brrightline {
  border-right: 0.5px solid #FFFFFF;
}

.second-section {
  background: #1E1E1E;
  padding: 80px;
}

.second-section p {
  color: #E9E9E9;
}

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

.headmain {
  position: relative;
  font-size: 35px;
  color: #FFFFFF;
}

.headmain::after {
  content: '';
  position: absolute;
  border-bottom: 0.5px solid #FFFFFF;
  width: 78%;
  right: 0;
  top: 31px;
}

.headmainblack {
  position: relative;
  font-size: 35px;
  color: #1E1E1E;
}

.headmainblack::after {
  content: '';
  position: absolute;
  border-bottom: 0.5px solid #1E1E1E;
  width: 73%;
  right: 0;
  top: 31px;
}

.padding-top {
  padding-top: 50px;
}

.second-section .ourwork {
  padding: 60px;
}

.second-section .ourwork .padding-top {
  padding-top: 80px;
}

.second-section .ourwork h2 {
  color: #B7924A;
  font-weight: 600;
  padding-bottom: 10px;
}

.second-section .owl-theme .owl-nav {
  position: absolute;
  top: 38px;
  right: 29px;
}

.second-section .owl-carousel .owl-nav button.owl-prev {
  color: white;
  border: 1px solid white;
  padding: 10px 15px !important;
  border-radius: 20px;
}

.second-section .owl-carousel .owl-nav button.owl-next {
  color: white;
  border: 1px solid white;
  padding: 10px 15px !important;
  border-radius: 20px;
}

.second-section .fa-solid {
  font-size: 20px;
}

.touch {
  background: #B7924A;
  padding: 30px;
  position: relative;
  bottom: 40px;
}

.touch h2 {
  color: #FFFFFF;
  font-size: 40px;
}

.touch img {
  background: #1E1E1E;
  padding: 10px;
  border-radius: 30px;
}

.touch span {
  font-size: 30px;
}

.touch .padding-top {
  padding-top: 30px;
}

.margin {
  margin: 30px;
}

.section-three {
  padding-bottom: 60px;
}

.certification {
  background-image: url('../img/certificate-bgk.jpg');
  min-height: 673px;
  padding: 100px;
}

.certification h2 {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 40px;
}

.certification .ficate {
  position: relative;
}

.certification .ficate::after {
  content: '';
  position: absolute;
  background-image: url('../img/certificate/1.jpg');
  width: 64%;
  height: 200px;
  right: 45px;
  top: 36px;
}

.certification .ficate1 {
  position: relative;
}

.certification .ficate1::after {
  content: '';
  position: absolute;
  background-image: url('../img/certificate/2.jpg');
  width: 64%;
  height: 200px;
  right: 45px;
  top: 36px;
}
.certification .ficate2 {
  position: relative;
}

.certification .ficate2::after {
  content: '';
  position: absolute;
  background-image: url('../img/certificate/3.jpg');
  width: 64%;
  height: 200px;
  right: 45px;
  top: 36px;
}

.certification .ficate3 {
  position: relative;
}

.certification .ficate3::after {
  content: '';
  position: absolute;
  background-image: url('../img/certificate/4.jpg');
  width: 64%;
  height: 200px;
  right: 45px;
  top: 36px;
}

.projects {
  padding: 80px;
}

.projects .padding-bott {
  padding-bottom: 50px;
}

.projects .projectsbox h2 {
  padding: 20px 0 10px;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.projects .projectsbox {
  margin: 20px;
}

.projects .headmainblack::after {
  width: 83%;
}


footer {
  background: #1E1E1E;
  padding: 100px 0 40px;
}

footer .padding-down {
  padding-bottom: 30px;
}

footer .socialmedia {
  list-style: none;
  display: flex;
  padding: 30px 0;
}

footer .socialmedia li {
  margin: 0 22px;
}

footer h2 {
  color: #FFFFFF;
  padding-bottom: 15px;
}

footer address {
  color: #FFFFFF;
}

footer .footellist li a {
  color: #FFFFFF;
  font-size: 15px;
}

footer .footellist li {
  padding: 5px 0;
}

footer p {
  color: #ffffff;
}

footer a {
  color: #ffffff;
}

footer .size {
  font-size: 17px;
  font-weight: 800;
}

footer .bottom {
  border-top: 1px solid #ffffff;
  padding: 30px;
}

footer .bottom span {
  float: inline-end;
}

.goog-te-gadget img {display: none !important;}
.goog-te-gadget-simple {    border: 3px solid #B7924A !important;}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span { color:#B7924A !important;    margin: 0 5px !important;}

.gallerybox {background: #EDEDED;
  padding: 40px 0;
  width: 95%;
  margin: 0 auto;
  border-radius: 15px;}

  .imgbox {position: relative;
    margin: 15px 0;   }
  .imgbox  img {    height: 200px;
    width: 100%;
    object-fit: cover; border: 10px solid white;}
    .imgbox  img:hover {   border: none;}
    .imgbox p  {position: absolute;
      background: #B7924A;
      color: white;
      width: 90%;
      top: 87px;
      left: 17px;
      padding: 7px;
      text-align: center;
      font-size: 20px;text-transform: uppercase;}
      .gallerybox h2 { text-align: center;
  padding: 0 0 20px;}

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

  .slider,
  .inner-banner {
    margin-top: 64px;
  }
  .imgbox p {    width: 82%;}
  .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;
  }

  .first-section {
    padding: 40px 5px 40px;
  }

  .first-section h2 {
    padding: 20px 0 10px;
    font-size: 30px;
    text-align: center;
    line-height: 35px;
  }

  .second-section {
    padding: 40px 5px;
  }

  .brrightline {
    border-right: 0px solid #FFFFFF;
  }

  .headmain::after {
    display: none;
  }

  .headmain {
    text-align: center;
  }

  .second-section .ourwork {
    padding: 20px 5px;
  }

  .second-section .ourwork .padding-top {
    padding-top: 30px;
  }

  .touch {
    text-align: center;
    padding: 40px 20px;
    bottom: 30px;
  }

  .touch h2 {
    font-size: 25px;
  }

  .headmainblack::after {
    display: none;
  }

  .headmainblack {
    text-align: center;
  }

  .certification {
    background-image: none;

    padding: 40px 5px;
  }

  .certification h2 {
    text-align: center;
  }

  .certification .ficate::after {
    right: 39px;
    top: 25px;
  }

  .projects {
    padding: 40px 5px;
  }

  .projects .padding-bott {
    padding-bottom: 0px;
  }

  footer {
    padding: 40px 5px 40px;
    justify-content: center;
    text-align: center;
  }

  footer h2 {
    padding: 20px 0 15px;
  }

  footer .bottom span {
    float: none;
    text-align: center;
    line-height: 35px;
    display: block;
  }

  footer .bottom {
    padding: 30px 5px;
  }

  footer .bottom p {
    text-align: center;
  }
.inner-bg h2 {
  font-size: 30px !important;
  text-align: center;
}

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

.visionbox {
  padding: 40px 5px !important;
}

.br {
  border-right: none !important;
}

.padding {
  padding: 20px 5px !important;
}

.visionbox p {
  padding: 0px !important;
}

.inner-other-bg {
  padding: 40px 5px !important;
}

.inner-other-bg .headone {
  text-align: center !important;
  font-size: 30px !important;
}

.inner-other-bg .headone::after {
  display: none;
}

.enquire {
  padding: 20px !important;
}

.enquire form {
  display: block !important;
}

.enquire h2 {
  font-size: 30px !important;
  text-align: center !important;
}

.enquire .form-control {
  padding: 4px 20px !important;
  margin: 5px 0 !important;
}

.services-section .servisebox {
  padding: 40px 37px !important;
  border-radius: 10px !important;
  margin: 20px 0 !important;
}

.services-section .servisebox h2 {
  text-align: center;
  font-size: 25px;
  padding-top: 15px;
}

.services-section .servisebox .padds {
  padding: 0px !important;
}

.services-section .servisebox .padds1 {
  padding: 0px !important;
}

.services-section {
  padding: 0px 5px !important;
}

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

.headtwo::after {
  display: none;
}

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

.headtthree::after {
  display: none;
}

.visionbox h2 {
  font-size: 30px !important;
  text-align: center;
}

.policys .policybox {
  width: 95% !important;
  margin: 10px auto !important;
  border-radius: 15px !important;
}

.contacts {
  padding: 10px 5px !important;
  margin: 0 !important;
}

.contacts .contactbox {
  width: 95% !important;
  margin: 10px auto !important;
  border-radius: 15px !important;
  padding: 10px !important;
}

.contact-form-bg {
  width: 93% !important;
  margin: 15px auto !important;
}

.enquire button {
  display: block;
  margin: 10px auto;
}

}

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

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

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


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

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

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

.visionbox {
  color: white;
  background: #B7924A;
  padding: 60px;
  width: 95%;
  margin: 0 auto;
  border-radius: 15px;
}

.padding {
  padding: 40px;
}

.br {
  border-right: 0.5px solid #ffffff;
}

.visionbox h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 10px;
}

.visionbox p {
  color: #ffffff;
  padding: 0 40px 0 0;
  line-height: 25px;
}

.brbottom {
  border-bottom: 1px solid;
}

.brtop {
  padding: 30px 0 0;
  border-top: 1px solid;
}

.visionbox span {
  font-size: 16px;
  font-weight: 600;
}

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

.inner-other-bg {
  padding: 50px;
}

.inner-other-bg .headone {
  position: relative;
  padding-bottom: 15px;
}

.inner-other-bg .headone::after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #B7924A;
  width: 88%;
  top: 29px;
  right: -60px;
}

.inner-other-bg span {
  font-weight: 600;
  font-size: 16px;
  padding: 0 10px 0 0;
}

.enquire {
  position: relative;
  background: #B7924A;
  padding: 30px;
  border-radius: 15px 15px 0 0;
}

.enquire h2 {
  color: white;
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 15px;
}

.enquire ul {
  list-style: none;
  display: flex;
}

.enquire form {
  display: flex;
}

.enquire .mb-3 {
  margin: 0 20px 0 0 !important;
}

.enquire .form-control {
  padding: 7px 70px;
}

.btnenquirenew {
  padding: 7px 30px;
  border-radius: 25px;
  color: #B7924A;
  background-color: white;
  font-weight: 600;
  border: 1px solid white;
}

.btnenquirenew:hover {
  color: white;
  border: 1px solid white;
  background-color: #B7924A;
}

.services-section {
  padding: 40px;
}

.services-section .servisebox {
  background: #EDEDED;
  padding: 40px 0;
  border-radius: 100px;
  margin: 20px 0;
}

.services-section .servisebox .padds {
  padding: 40px 25px 0 0;
}

.services-section .servisebox h2 {
  color: #B7924A;
  padding-bottom: 15px;
}

.services-section .servisebox .padds1 {
  padding: 40px 0 0 25px;
}

.headtwo {
  position: relative;
  padding-bottom: 15px;
}

.headtwo::after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #B7924A;
  width: 60%;
  top: 29px;
  right: -60px;
}

.headtthree {
  position: relative;
  padding-bottom: 15px;
}

.headtthree::after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #B7924A;
  width: 44%;
  top: 29px;
  right: -60px;
}

.policys {
  padding: 50px 0;
}

.policys .policybox {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 40px;
  width: 31%;
  margin: 0 10px;
  border-radius: 15px;
}

.policys .policybox:hover {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 0px;
}

.policys .policybox h2 {
  text-align: center;
  padding: 0 0 10px 0;
}

.policys .policybox p {
  text-align: center;
}

.contact-address-box h3 {
  color: #B7924A;
  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;
  width: 50%;
    margin: 0 auto;
}

.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: #B7924A;
  border: 2px solid #B7924A;
  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: #B7924A !important;
  border: 2px solid #B7924A;
}

.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: #B7924A;
  border-color: #B7924A;
}

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

.contact-head-box {
  margin-right: 30px;
}
.contacts{    padding: 50px 100px; }
.contacts .contactbox {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  width: 31%;
  margin: 0 10px;
  border-radius: 15px;
}

.contacts .contactbox:hover {
 
  border-radius: 0px;
}

.contacts .contactbox h2 {
  text-align: center;
  font-size: 20px;
  color: black;
  font-weight: 600;
  margin: 5px;
}

.contacts .contactbox p {
  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;
  }
}