/*@Media Query Mixin*/
/*@Media Query Mixin End*/
.size16 {
  font-size: 16px;
}
@media screen and (max-width: 1700px) {
  .size16 {
    font-size: 15px;
  }
}

.size94 {
  font-size: 78px;
}
@media screen and (max-width: 1500px) {
  .size94 {
    font-size: 70px;
  }
}
@media screen and (max-width: 600px) {
  .size94 {
    font-size: 59px;
  }
}

.size38 {
  font-size: 38px;
}
@media screen and (max-width: 1700px) {
  .size38 {
    font-size: 33px;
    line-height: 43px;
  }
}
@media screen and (max-width: 1500px) {
  .size38 {
    font-size: 31px;
  }
}
@media screen and (max-width: 600px) {
  .size38 {
    font-size: 20px;
    line-height: 27px;
  }
}

.size36 {
  font-size: 36px;
}
@media screen and (max-width: 1700px) {
  .size36 {
    font-size: 33px;
  }
}
@media screen and (max-width: 1500px) {
  .size36 {
    font-size: 31px;
  }
}
@media screen and (max-width: 600px) {
  .size36 {
    font-size: 20px;
    line-height: 27px;
  }
}

.size34 {
  font-size: 34px;
}
@media screen and (max-width: 1500px) {
  .size34 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .size34 {
    font-size: 23px;
  }
}

.size18 {
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .size18 {
    font-size: 17px;
  }
}

.size20 {
  font-size: 20px;
}
@media screen and (max-width: 1500px) {
  .size20 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1500px) {
  .size20 {
    font-size: 17px;
    line-height: 23px;
  }
}

.size26 {
  font-size: 26px;
}
@media screen and (max-width: 1500px) {
  .size26 {
    font-size: 23px;
  }
}
@media screen and (max-width: 600px) {
  .size26 {
    font-size: 20px;
  }
}

.size53 {
  font-size: 53px;
  line-height: 48px;
}
@media screen and (max-width: 1700px) {
  .size53 {
    font-size: 45px;
    line-height: 47px;
  }
}
@media screen and (max-width: 1500px) {
  .size53 {
    font-size: 37px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1300px) {
  .size53 {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 1300px) {
  .size53 {
    font-size: 28px;
    line-height: 27px;
  }
}

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

@media screen and (max-width: 600px) {
  .container {
    max-width: 96% !important;
  }
}

@media screen and (max-width: 999px) {
  .navbar {
    background: #141c3c;
    height: auto;
  }
}
.navbar .navbar-toggler {
  border: 1px solid #fff;
  color: #fff;
  padding: 0.45rem 0.75rem;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-toggler {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-toggler {
    margin-right: 15px;
  }
}
.navbar .navbar-toggler.collapsed .menu {
  display: block;
}
.navbar .navbar-toggler.collapsed .close1 {
  display: none;
}
.navbar .navbar-toggler .menu {
  display: none;
}
.navbar .navbar-toggler .close1 {
  display: block;
}

.portfolio {
  background: url(../img/bgpattern.png) no-repeat #e6f6fc;
  background-position: left top;
  background-size: 21%;
}
.portfolio a {
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1882352941);
  background: #141c3c;
  padding: 2px;
}
.portfolio a.button-4 {
  display: inline-block;
  width: auto;
  margin-top: 2rem;
}
.portfolio a .img {
  position: relative;
}
.portfolio a .ico {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3215686275);
  transition: all 0.6s ease;
  margin-top: -35px;
  background: #fff;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 600px) {
  .portfolio a .ico {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
.portfolio a .txt {
  text-align: center;
  padding: 20px 15px;
  height: 90px;
}
@media screen and (max-width: 600px) {
  .portfolio a .txt {
    padding: 10px 10px;
    height: 70px;
  }
}
.portfolio a .txt h3 {
  color: #fff;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .portfolio a .txt h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
.portfolio a:hover .ico {
  box-shadow: 0 9px 7px rgba(0, 0, 0, 0.3215686275);
  transition: all 0.6s ease;
}

.banner-header.about {
  height: 40vh;
}
@media screen and (max-width: 1500px) {
  .banner-header.about {
    height: 51vh;
  }
}
@media screen and (max-width: 999px) {
  .banner-header.about {
    height: 40vh;
  }
}

.hmsec08 {
  position: relative;
  padding: 5rem 0;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .hmsec08 {
    font-size: 14px;
    line-height: 18px;
  }
}
.hmsec08 .txt {
  padding-left: 4rem;
}
@media screen and (max-width: 999px) {
  .hmsec08 .txt {
    padding-left: 0;
  }
}
.hmsec08 .txt ul {
  list-style: disc !important;
  padding: 0 0 0 20px;
}
.hmsec08 .txt ul li {
  list-style: disc !important;
}
.hmsec08 .item {
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
.hmsec08 .incon {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #141c3c;
  height: 100%;
  padding: 10px;
  width: 100%;
  margin: 0 0 0rem;
  align-items: center;
}
.hmsec08 .incon .ico {
  max-width: 12%;
  flex: 0 0 12%;
}
.hmsec08 .incon .tt {
  max-width: 88%;
  flex: 0 0 88%;
  padding-left: 10px;
}

.timlimne {
  width: 100%;
  position: relative;
  background: #f2f2f2;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .timlimne {
    padding-bottom: 0;
  }
}
.timlimne .sec01 {
  width: 90%;
}
@media screen and (max-width: 1700px) {
  .timlimne .sec01 {
    width: 100%;
  }
}
.timlimne .slick-dots {
  display: none;
}
.timlimne .slider-nav {
  list-style-type: none;
  margin: 9rem 0 0;
  padding: 0;
  position: unset;
  flex-wrap: wrap;
  height: 24em;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .timlimne .slider-nav {
    height: 22em;
    margin: 7rem 0 0;
  }
}
@media screen and (max-width: 999px) {
  .timlimne .slider-nav {
    margin: 0;
    height: auto;
  }
}
.timlimne .slider-nav .slick-list {
  padding-top: 4rem;
}
@media screen and (max-width: 1600px) {
  .timlimne .slider-nav .slick-list {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .timlimne .slider-nav .slick-list {
    padding-top: 0rem;
  }
}
.timlimne .slider-nav .slick-prev, .timlimne .slider-nav .slick-next {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 39px;
  height: 39px;
  transition: all 0.6s ease;
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .timlimne .slider-nav .slick-prev, .timlimne .slider-nav .slick-next {
    width: 24px;
    height: 24px;
  }
}
.timlimne .slider-nav .slick-prev:before, .timlimne .slider-nav .slick-next:before {
  content: unset;
}
.timlimne .slider-nav .slick-prev.slick-disabled, .timlimne .slider-nav .slick-next.slick-disabled {
  display: none !important;
  transition: all 0.6s ease;
  opacity: 0;
}
.timlimne .slider-nav .slick-prev {
  top: -2rem;
  background: url("../img/up-arrow.svg") no-repeat;
}
@media screen and (max-width: 999px) {
  .timlimne .slider-nav .slick-prev {
    background: url("../img/arrow-leftblue.png") no-repeat;
    left: -17px;
    right: unset;
    top: unset;
    bottom: 17px;
  }
}
.timlimne .slider-nav .slick-next {
  top: unset;
  bottom: 0;
  background: url("../img/down-arrow.svg") no-repeat;
}
@media screen and (max-width: 1600px) {
  .timlimne .slider-nav .slick-next {
    bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  .timlimne .slider-nav .slick-next {
    background: url("../img/arrow-rightblue.png") no-repeat;
    left: unset;
    right: -17px;
    top: unset;
    bottom: 17px;
  }
}
.timlimne .slider-nav .slick-slide {
  text-align: center;
  font-size: 1.2rem;
  text-indent: 0;
  background: transparent;
  width: 100%;
  margin: 0 0 15px;
  transition: all 0.6s ease;
  cursor: pointer;
  transform: scale(1);
  padding: 5px 0;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.timlimne .slider-nav .slick-slide.slick-current {
  transform: scale(2.4);
  transition: all 0.6s ease;
  color: #141c3c;
}
@media screen and (max-width: 600px) {
  .timlimne .slider-nav .slick-slide.slick-current {
    transform: scale(2);
  }
}
.timlimne .slick-slide .img {
  overflow: hidden;
}
.timlimne .slick-slide .img img {
  transition: all 1.49s ease;
  transform: scale(2.5);
}
.timlimne .slick-slide .txtsec {
  transition: all 1.2s ease;
  position: relative;
  top: 29rem;
}
.timlimne .slick-slide.slick-active .img {
  overflow: hidden;
}
.timlimne .slick-slide.slick-active .img img {
  transition: all 1.49s ease;
  transform: scale(1);
}
.timlimne .slick-slide.slick-active .txtsec {
  transition: all 1.2s ease;
  top: 0;
}
@media screen and (max-width: 600px) {
  .timlimne .slick-slide.slick-active .txtsec {
    margin-top: 1rem;
  }
}

.purposvison {
  background: url("../img/bgvalues.jpg") no-repeat;
  background-size: cover;
}
.purposvison .customdiv {
  max-width: 30%;
  flex: 0 0 30%;
  padding: 0 15px;
}
@media screen and (max-width: 999px) {
  .purposvison .customdiv {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.purposvison .customdiv .img {
  overflow: hidden;
}
.purposvison .customdiv .img img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.purposvison .customdiv .img:hover img {
  transform: scale(1.05);
}
.purposvison .customdivmid {
  max-width: 40%;
  flex: 0 0 40%;
  padding: 0 15px;
}
@media screen and (max-width: 999px) {
  .purposvison .customdivmid {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.purposvison .content1 {
  color: #fff;
  margin-bottom: 1.8rem;
  text-align: center;
}
.purposvison .content1 .section-title {
  color: #fff;
}
.purposvison .content {
  padding: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3019607843);
  height: auto;
  background: rgba(255, 255, 255, 0.8784313725);
}
.purposvison .content.mid {
  height: 352px;
}
@media screen and (max-width: 1500px) {
  .purposvison .content.mid {
    height: 358px;
  }
}
@media screen and (max-width: 1400px) {
  .purposvison .content.mid {
    height: 365px;
  }
}
@media screen and (max-width: 1300px) {
  .purposvison .content.mid {
    height: 384px;
  }
}
@media screen and (max-width: 999px) {
  .purposvison .content.mid {
    height: auto;
  }
}
.purposvison .content.mid2 {
  height: 449px;
}
@media screen and (max-width: 1500px) {
  .purposvison .content.mid2 {
    height: 498px;
  }
}
@media screen and (max-width: 1400px) {
  .purposvison .content.mid2 {
    height: 525px;
  }
}
@media screen and (max-width: 1300px) {
  .purposvison .content.mid2 {
    height: 575px;
  }
}
@media screen and (max-width: 999px) {
  .purposvison .content.mid2 {
    height: auto;
  }
}
.purposvison .content.mid3 {
  height: 444px;
}
@media screen and (max-width: 1500px) {
  .purposvison .content.mid3 {
    height: 498px;
  }
}
@media screen and (max-width: 1400px) {
  .purposvison .content.mid3 {
    height: 525px;
  }
}
@media screen and (max-width: 1300px) {
  .purposvison .content.mid3 {
    height: 575px;
  }
}
.purposvison .content .ico {
  width: 80px;
  margin: 0 auto;
}
.purposvison .content h5 {
  color: #000;
  text-align: center;
}
.purposvison .content p {
  text-align: justify;
}

.btn-close {
  color: #fff;
  opacity: 1;
  background: transparent !important;
}
.btn-close:hover {
  color: #fff;
}

nav.brtead {
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  nav.brtead {
    top: -5px;
  }
}
nav.brtead .breadcrumb {
  background: transparent;
  padding: 0.75rem 0;
  margin: 0;
}
nav.brtead .breadcrumb li.breadcrumb-item {
  font-size: 15px;
}
@media screen and (max-width: 1500px) {
  nav.brtead .breadcrumb li.breadcrumb-item {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  nav.brtead .breadcrumb li.breadcrumb-item {
    font-size: 10px;
    padding-left: 0.2rem;
    line-height: 16px;
  }
  nav.brtead .breadcrumb li.breadcrumb-item::before {
    padding-right: 0.2rem;
  }
}
nav.brtead .breadcrumb li.breadcrumb-item a {
  color: #fff;
}
nav.brtead .breadcrumb li.breadcrumb-item a:hover {
  color: #82b835;
}
nav.brtead .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.career {
  position: relative;
}
.career .item {
  background: #fff;
  border: 1px solid #000;
  padding: 2rem;
}
.career .item ul {
  margin: 0 0 1rem;
  padding: 0 0 0 20px;
}
.career .item ul li {
  list-style-type: disc;
}
.career .item ul li span {
  font-weight: 600;
}
.career .item ul li::marker {
  color: #2b2b2b;
}

.pricmapsec {
  position: relative;
  padding: 2.5rem 0;
}
.pricmapsec svg {
  width: 100%;
  height: 100%;
}
.pricmapsec ul {
  list-style: none;
}
.pricmapsec ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.pricmapsec ul li .img img {
  max-width: 100%;
}
.pricmapsec #dvMap {
  height: 900px;
}

.prodsecvise01 {
  position: relative;
}
.prodsecvise01 .nav-tabs {
  background: #fff;
  border: 0;
  padding: 0;
  margin-top: 3.5rem;
}
@media screen and (max-width: 999px) {
  .prodsecvise01 .nav-tabs {
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .prodsecvise01 .nav-tabs {
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
  }
}
.prodsecvise01 .nav-tabs .nav-item {
  height: 500px;
}
.prodsecvise01 .nav-tabs .nav-item .dropdown-menu {
  padding: 1rem 2rem;
  width: 400px;
  border: 0;
}
.prodsecvise01 .nav-tabs .nav-item .dropdown-menu li {
  margin-bottom: 5px;
}
.prodsecvise01 .nav-tabs .nav-item .nav-link {
  cursor: pointer;
  padding: 16px 3px;
  border: 0;
  text-transform: uppercase;
  line-height: 20px;
  position: relative;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .prodsecvise01 .nav-tabs .nav-item .nav-link {
    padding: 6px 5px;
  }
  .prodsecvise01 .nav-tabs .nav-item .nav-link .size30 {
    font-size: 17px;
  }
  .prodsecvise01 .nav-tabs .nav-item .nav-link .size18 {
    font-size: 11px;
    line-height: 14px;
    display: block;
    margin-bottom: 10px;
  }
}
.prodsecvise01 .nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #c8a464;
  left: 0;
  transition: all 0.6s ease;
  bottom: 0;
}
.prodsecvise01 .nav-tabs .nav-item .nav-link.active, .prodsecvise01 .nav-tabs .nav-item .nav-link:hover {
  border: 0;
}
.prodsecvise01 .nav-tabs .nav-item .nav-link.active::before, .prodsecvise01 .nav-tabs .nav-item .nav-link:hover::before {
  width: 100%;
  transition: all 0.6s ease;
}
.prodsecvise01 .nav-tabs .nav-item:first-child {
  margin: 0;
}
.prodsecvise01 .nav-tabs .nav-item .ico {
  width: 65px;
  margin-right: 8px;
}
.prodsecvise01 .tab-pane ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin: 0;
}
.prodsecvise01 .tab-pane ul li {
  margin-bottom: 8px;
  list-style-type: disc;
  font-size: 18px;
}
.prodsecvise01 .slick-prev {
  top: 7%;
  background: url(../img/up-arrow.svg) no-repeat;
  transform: rotate(-90deg);
  left: -50px;
  width: 31px;
  height: 31px;
  opacity: 1;
}
.prodsecvise01 .slick-prev:hover, .prodsecvise01 .slick-prev:focus {
  opacity: 1;
  background: url(../img/up-arrow.svg) no-repeat;
}
.prodsecvise01 .slick-prev::before {
  content: unset;
}
.prodsecvise01 .slick-next {
  top: 7%;
  background: url(../img/down-arrow.svg) no-repeat;
  transform: rotate(-90deg);
  right: -50px;
  width: 31px;
  height: 31px;
  opacity: 1;
}
.prodsecvise01 .slick-next:hover, .prodsecvise01 .slick-next:focus {
  opacity: 1;
  background: url(../img/down-arrow.svg) no-repeat;
}
.prodsecvise01 .slick-next::before {
  content: unset;
}

.prodsecvise02 {
  position: relative;
}
.prodsecvise02 h2 {
  color: #000;
}
.prodsecvise02 ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 2.5rem 0 0;
  flex-wrap: wrap;
}
.prodsecvise02 ul li {
  max-width: 20%;
  flex: 0 0 20%;
  margin-bottom: 1rem;
  font-size: 17px;
}
.prodsecvise02 .listtdd ul {
  list-style: disc;
  padding: 0 0 0 20px;
  display: block;
}
.prodsecvise02 .listtdd ul li {
  max-width: 100%;
  display: block;
  list-style: disc;
}
.prodsecvise02 .nav {
  width: 25%;
  border: 1px solid #000;
  border-bottom: 0;
}
.prodsecvise02 .tab-content {
  width: 75%;
}
.prodsecvise02 .nav .nav-link {
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #333;
  padding: 13px 10px;
}
.prodsecvise02 .nav .nav-link.active, .prodsecvise02 .nav .nav-link:hover {
  background: #141c3c;
  color: #82b835;
}
.prodsecvise02 .card {
  margin-top: 1rem;
}
.prodsecvise02 .card .card-header {
  padding: 0;
  background: transparent;
}
.prodsecvise02 .card .card-header button.btnlink {
  width: 100%;
  display: block;
  padding: 0.46rem 1.5rem;
  color: #000;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  background: rgba(222, 229, 237, 0.2901960784);
  text-align: left;
  border: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .prodsecvise02 .card .card-header button.btnlink {
    padding: 0.66rem 2rem 0.66rem 1rem;
    font-size: 15px;
  }
}
.prodsecvise02 .card .card-header button.btnlink .material-symbols-outlined {
  transition: all 0.6s ease;
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 1.5rem;
}
.prodsecvise02 .card .card-header button.btnlink .material-symbols-outlined.up {
  display: block;
  transition: all 0.6s ease;
}
.prodsecvise02 .card .card-header button.btnlink .material-symbols-outlined.down {
  display: none;
  transition: all 0.6s ease;
}
.prodsecvise02 .card .card-header button.btnlink.collapsed .material-symbols-outlined.up {
  display: none;
  transition: all 0.6s ease;
}
.prodsecvise02 .card .card-header button.btnlink.collapsed .material-symbols-outlined.down {
  display: block;
  transition: all 0.6s ease;
}
.prodsecvise02 select {
  border: 1px solid #141c3c;
  color: #141c3c;
  padding: 10px 20px !important;
  height: auto;
  width: 100%;
}

select {
  -webkit-appearance: auto;
}

#Home {
  position: relative;
}
#Home .carousel-item {
  position: relative;
}
@media screen and (max-width: 600px) {
  #Home .carousel-item {
    overflow: hidden;
  }
}
#Home .carousel-item.active img.d-block {
  animation: imgzoom 9.6s ease-in forwards;
}
#Home .carousel-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3294117647);
}
#Home .carousel-item .overlay .txt {
  animation: circle-full 2.6s ease-in forwards;
}
#Home .carousel-item .overlay .txt .size36 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 45px;
}
@media screen and (max-width: 600px) {
  #Home .carousel-item .overlay .txt .size36 {
    line-height: 30px;
  }
}
#Home .carousel-item .overlay .txt .size36, #Home .carousel-item .overlay .txt p {
  color: #fff;
}
#Home .carousel-item .overlay .txt p {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 600px) {
  #Home .carousel-item .overlay .txt p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 600px) {
  #Home .carousel-item .w-100 {
    width: 290% !important;
    transform: translateX(-29%);
    filter: brightness(0.7);
  }
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}
@media screen and (max-width: 1500px) {
  .carousel-control-next, .carousel-control-prev {
    width: 9%;
  }
}
.carousel-control-next .material-symbols-outlined, .carousel-control-prev .material-symbols-outlined {
  width: 44px;
  height: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .carousel-control-next .material-symbols-outlined, .carousel-control-prev .material-symbols-outlined {
    width: 32px;
    height: 32px;
    font-size: 23px;
  }
}

.prodpgse02 {
  position: relative;
}
.prodpgse02 .nav .nav-item .nav-link {
  position: relative;
}
.prodpgse02 .nav .nav-item .nav-link.active::before, .prodpgse02 .nav .nav-item .nav-link.active::after {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.prodpgse02 .nav .nav-item .nav-link.active:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #141c3c;
  border-width: 17px;
  margin-left: -17px;
}
.prodpgse02 .nav .nav-item .nav-link.active:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #141c3c;
  border-width: 17px;
  margin-left: -17px;
}
.prodpgse02 .nav .nav-item .nav-link {
  font-size: 16px;
  padding: 15px 35px;
  text-transform: uppercase;
  color: #333;
  transition: all 0.6s ease;
  border: 0 !important;
}
.prodpgse02 .nav .nav-item .nav-link .ico {
  width: 80px;
  opacity: 0.6;
  transition: all 0.6s ease;
}
.prodpgse02 .nav .nav-item .nav-link:hover, .prodpgse02 .nav .nav-item .nav-link.active {
  transition: all 0.6s ease;
  background: transparent;
  border: 0 !important;
}
.prodpgse02 .nav .nav-item .nav-link:hover .ico, .prodpgse02 .nav .nav-item .nav-link.active .ico {
  opacity: 1;
  transition: all 0.6s ease;
}
.prodpgse02 .tab-content {
  margin-top: 1rem;
}
.prodpgse02 .tab-content .palefone {
  padding-left: 12%;
}
.prodpgse02 .tab-content ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style-type: disc;
}
.prodpgse02 .tab-content ul li {
  padding: 7px 0;
  list-style-type: disc;
}
.prodpgse02 .tab-content ul li a {
  transition: all 0.6s ease;
}
.prodpgse02 .tab-content ul li a:hover, .prodpgse02 .tab-content ul li a.active {
  transition: all 0.6s ease;
  color: #82b835;
}
.prodpgse02 .card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.prodpgse02 .card .card-body ul li a {
  font-size: 16px;
  border-bottom: 1px solid #141c3c;
  padding: 8px 20px;
  width: 100%;
  display: block;
}
.prodpgse02 .card .card-body ul li:last-child a {
  border-bottom: 0;
}
.prodpgse02 .card .card-header {
  background: transparent;
}
.prodpgse02 .card .card-header .btnlink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.prodpgse02 .card .card-header .btnlink .material-symbols-outlined {
  transition: all 0.6s ease;
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 1.5rem;
}
.prodpgse02 .card .card-header .btnlink .material-symbols-outlined.up {
  display: block;
  transition: all 0.6s ease;
}
.prodpgse02 .card .card-header .btnlink .material-symbols-outlined.down {
  display: none;
  transition: all 0.6s ease;
}
.prodpgse02 .card .card-header .btnlink.collapsed .material-symbols-outlined.up {
  display: none;
  transition: all 0.6s ease;
}
.prodpgse02 .card .card-header .btnlink.collapsed .material-symbols-outlined.down {
  display: block;
  transition: all 0.6s ease;
}
.prodpgse02 .card .card-header .btnlink .ico {
  max-width: 20%;
  flex: 0 0 20%;
}
.prodpgse02 .card .card-header .btnlink .intxt {
  max-width: 56%;
  flex: 0 0 56%;
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
}

.counter h3 {
  margin-bottom: 5px;
  line-height: normal;
}
.counter p {
  margin-top: -10px;
}
.counter .counter-value {
  position: relative;
}

body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.commhead p {
  position: relative;
  padding: 4px 25% 4px 15px;
}
.commhead p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .commhead p::before {
    background: #fff;
  }
}
@media screen and (max-width: 600px) {
  .commhead p {
    padding: 0 11% 4px 15px;
    font-size: 14px !important;
    line-height: 22px;
  }
}
@media screen and (max-width: 600px) {
  .commhead .section-title {
    font-size: 22px;
  }
}

.contact-box .heasec h5 {
  color: #141c3c;
  margin: 0 0 0.7rem;
  font-weight: 600;
}
.contact-box .heasec .size18 {
  position: relative;
  padding: 0 0 0 15px;
}
.contact-box .heasec .size18::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  width: 2px;
  height: 70%;
  background: #141c3c;
}

.ml-auto {
  margin-left: auto !important;
}

.consubsec {
  background: url("../img/BG1.jpg") no-repeat;
  position: relative;
  background-size: 80%;
}
@media screen and (max-width: 600px) {
  .consubsec {
    background-size: 334%;
    background-position: bottom;
    padding-top: 0;
  }
}
.consubsec .form-box {
  padding: 1.5rem 2.5rem;
  background: #fff;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1400px) {
  .consubsec .form-box {
    padding: 1rem 2rem;
  }
  .consubsec .form-box .section-title {
    font-size: 30px;
    margin-bottom: 4px;
    line-height: 1.25em;
  }
  .consubsec .form-box p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .consubsec .form-box .form-group {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .consubsec .form-box {
    padding: 1rem 2.5rem;
    width: 100%;
  }
}
.consubsec .map {
  height: 41.1em;
}
@media screen and (max-width: 1400px) {
  .consubsec .map {
    height: 36.4em;
  }
}
@media screen and (max-width: 1300px) {
  .consubsec .map {
    height: 38.4em;
  }
}
@media screen and (max-width: 999px) {
  .consubsec .map {
    height: 390px;
  }
}
@media screen and (max-width: 600px) {
  .consubsec .map {
    height: 250px;
  }
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 99999999999999;
}
.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #fff;
}
.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
}
.loader-wrap .logoicon {
  position: relative;
  z-index: 11;
  width: 150px;
  margin: 0 auto;
}

.load-text span:nth-child(1) {
  animation-delay: 0s;
}
.load-text span:nth-child(2) {
  animation-delay: 0.1s;
}
.load-text span:nth-child(3) {
  animation-delay: 0.2s;
}
.load-text span:nth-child(4) {
  animation-delay: 0.3s;
}
.load-text span:nth-child(5) {
  animation-delay: 0.4s;
}
.load-text span:nth-child(6) {
  animation-delay: 0.5s;
}
.load-text span:nth-child(7) {
  animation-delay: 0.6s;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.footab {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dee2e6;
}
.footab .onsesec {
  max-width: 60%;
  flex: 0 0 60%;
}
@media screen and (max-width: 600px) {
  .footab .onsesec {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.footab .onsesec .content {
  padding: 12px;
}
.footab .onsesec .content h6 {
  color: #141c3c;
  margin-bottom: 10px;
}
.footab .onsesec .title {
  border-right: 1px solid #fff;
}
.footab .twoesec {
  max-width: 40%;
  flex: 0 0 40%;
}
@media screen and (max-width: 600px) {
  .footab .twoesec {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.footab .twoesec .content {
  padding: 12px;
  border-left: 1px solid #dee2e6;
}
.footab .twoesec .content.scrolcont {
  overflow-y: scroll;
  height: 415px;
}
@media screen and (max-width: 600px) {
  .footab .twoesec .content.scrolcont {
    height: auto;
  }
}
.footab .twoesec .content ul {
  margin: 0;
  display: block;
  flex-wrap: unset;
}
@media screen and (max-width: 1500px) {
  .footab .twoesec .content ul {
    height: 306px;
  }
}
.footab .twoesec .content ul li {
  padding: 6px 12px;
  display: block;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
  max-width: 100%;
  flex: 0 0 100%;
  font-size: 15px;
}
.footab .twoesec .content ul li:last-child {
  border: 0;
}
.footab .title {
  background: #82b835 !important;
  color: #fff;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  padding: 15px 17px;
  font-size: 18px;
}

.food tr td .img {
  width: 280px;
}

.scroltab {
  height: 451px;
  overflow-y: auto;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.0784313725);
  position: relative;
}
.scroltab thead tr th {
  position: sticky;
  top: 0;
}

.table {
  margin: 0;
}

.table tr th {
  background: #82b835 !important;
  color: #fff;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  padding: 15px 17px;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .table tr th {
    padding: 11px 14px;
    font-size: 15px;
  }
}

.table tr td {
  background: #fefefe;
  color: #000000;
  padding: 15px 17px;
  font-size: 16px;
}
.table tr td a:hover {
  color: #82b835;
}

.clients {
  background: #fff;
}

.pricmapsec {
  position: relative;
}
.pricmapsec .icomap {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.pricmapsec .icomap.a01 {
  bottom: 63%;
  right: 49%;
}
.pricmapsec .icomap.a02 {
  bottom: 35%;
  right: 36%;
}
.pricmapsec .icomap.a03 {
  bottom: 38.2%;
  right: 36%;
}
.pricmapsec .icomap.a04 {
  bottom: 38.2%;
  right: 34.4%;
}
.pricmapsec .icomap.a05 {
  bottom: 41.4%;
  right: 35.2%;
}
.pricmapsec .icomap.a06 {
  top: 33.5%;
  left: 45.5%;
}
.pricmapsec .icomap.a07 {
  top: 41.5%;
  right: 21.2%;
}
.pricmapsec .icomap.a08 {
  top: 37.5%;
  left: 48.7%;
}
.pricmapsec .icomap.a09 {
  top: 37%;
  left: 25.5%;
}
.pricmapsec .icomap.a10 {
  top: 42.5%;
  right: 25.2%;
}
.pricmapsec .icomap.a11 {
  top: 39.5%;
  right: 27.2%;
}
.pricmapsec .icomap.a12 {
  bottom: 35%;
  right: 25.7%;
}
.pricmapsec .icomap.a13 {
  top: 39.5%;
  left: 49.7%;
}
.pricmapsec .icomap.a14 {
  top: 48%;
  left: 76%;
}
.pricmapsec .icomap.a15 {
  top: 47%;
  left: 59.8%;
}
.pricmapsec .icomap .titlsec {
  position: absolute;
  top: -28px;
  width: 116px;
  background: #141c3c;
  color: #fff;
  font-size: 12px;
  padding: 6px;
  display: none;
  transition: all 0.6s ease;
  opacity: 0;
  line-height: 11px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
.pricmapsec .icomap .titlsec::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #141c3c;
  bottom: -3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}
.pricmapsec .icomap:hover .titlsec {
  display: block;
  transition: all 0.6s ease;
  opacity: 1;
}

.modal .modal-title {
  color: #fff;
  font-size: 18px;
}
.modal .close {
  color: #ffffff;
  background: transparent;
  padding: 6px 9px;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 2%;
}
.modal .close .material-symbols-outlined {
  font-size: 30px;
  font-weight: 600;
}
.modal .modal-body {
  background: #ffffff;
  padding: 2rem 15px;
}

.mbesho {
  position: fixed;
  top: 28%;
  z-index: 11;
  background: #141c3c;
  right: 0;
  color: #fff;
  padding: 15px 11px;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 1700px) {
  .mbesho {
    top: 35%;
  }
}
@media screen and (max-width: 1500px) {
  .mbesho {
    top: 22%;
  }
}
@media screen and (max-width: 999px) {
  .mbesho {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .mbesho {
    font-size: 14px;
    writing-mode: unset;
    top: unset;
    bottom: 0;
    letter-spacing: 1px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: unset;
    border-top: 1px solid #fff;
    padding: 8px 11px;
  }
}
.mbesho:hover {
  color: #fff;
  text-decoration: none;
}

.ongoing_projectsec01 {
  position: relative;
  color: #000;
  padding: 0 0 5rem;
}
.ongoing_projectsec01.medipage {
  background: #fbf8f3;
  padding: 2.5rem 0 5rem;
  position: relative;
  overflow: hidden;
}
.ongoing_projectsec01.medipage::before {
  content: "";
  position: absolute;
  right: 0;
  width: 40%;
  background: url("../img/mediabg.png") no-repeat;
  height: 100%;
  background-position: center right;
}
@media screen and (max-width: 999px) {
  .ongoing_projectsec01.medipage::before {
    width: 100%;
  }
}
.ongoing_projectsec01.medipage .ul.nav-tabs {
  margin-top: 0;
}
.ongoing_projectsec01.medipage select {
  border: 1px solid #141c3c;
  color: #141c3c;
  padding: 10px 20px !important;
  height: auto;
}
.ongoing_projectsec01 #grid {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .ongoing_projectsec01 #grid {
    margin: 0;
  }
}
.ongoing_projectsec01 .sec01 .headtxt ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 600px) {
  .ongoing_projectsec01 .sec01 .headtxt ul {
    overflow-x: scroll;
  }
}
.ongoing_projectsec01 .sec01 .headtxt ul li {
  padding: 0 0.99rem;
  position: relative;
}
.ongoing_projectsec01 .sec01 .headtxt ul li::before {
  content: "";
  position: absolute;
  right: 0;
  background: #000;
  width: 1px;
  height: 60%;
  top: 20%;
  transition: all 0.6s ease;
}
.ongoing_projectsec01 .sec01 .headtxt ul li:last-child::before {
  transition: all 0.6s ease;
  content: unset;
}
.ongoing_projectsec01 .sec01 .headtxt ul li a {
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 5px 2px;
  transition: all 0.6s ease;
}
.ongoing_projectsec01 .sec01 .headtxt ul li a::before {
  content: "";
  position: absolute;
  width: 0%;
  left: 0;
  height: 3px;
  background: rgba(20, 28, 60, 0.6117647059);
  bottom: 0;
  transition: all 0.6s ease;
}
.ongoing_projectsec01 .sec01 .headtxt ul li a:hover, .ongoing_projectsec01 .sec01 .headtxt ul li a.active {
  color: rgba(20, 28, 60, 0.6117647059);
  transition: all 0.6s ease;
}
.ongoing_projectsec01 .sec01 .headtxt ul li a:hover::before, .ongoing_projectsec01 .sec01 .headtxt ul li a.active::before {
  width: 100%;
  background: rgba(20, 28, 60, 0.6117647059);
  transition: all 0.6s ease;
}
.ongoing_projectsec01 .sec01 .col-20 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 1500px) {
  .ongoing_projectsec01 .sec01 .col-20 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 999px) {
  .ongoing_projectsec01 .sec01 .col-20 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 600px) {
  .ongoing_projectsec01 .sec01 .col-20 {
    flex: 0 0 1000%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.ongoing_projectsec01 .sec01 .col-lg-3 {
  margin-bottom: 2.2rem;
}
.ongoing_projectsec01 .sec01 #imggalleryselect {
  font-size: 21px;
  padding: 0.6rem 15px;
  width: 176px;
  cursor: pointer;
}
.ongoing_projectsec01 .sec01 ul.nav-tabs {
  margin: 2.9rem 0;
  border-bottom: 2px solid #162f4b;
}
.ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item {
  padding: 0 0.49rem;
  position: relative;
  border: 0;
}
.ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item::before {
  content: "";
  position: absolute;
  right: 0;
  background: #000;
  width: 1px;
  height: 60%;
  top: 20%;
  transition: all 0.6s ease;
}
.ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item:last-child::before {
  transition: all 0.6s ease;
  content: unset;
}
.ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item a {
  color: #003366;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 5px 1rem;
  transition: all 0.6s ease;
  border: 0;
}
.ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item a::before {
  content: "";
  position: absolute;
  width: 0%;
  left: 0;
  height: 4px;
  background: #141c3c;
  bottom: -2px;
  transition: all 0.6s ease;
}
.ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item a:hover, .ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item a.active {
  transition: all 0.6s ease;
  background: transparent;
}
.ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item a:hover::before, .ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item a.active::before {
  width: 100%;
  background: #141c3c;
  transition: all 0.6s ease;
}
.ongoing_projectsec01 .sec01 a {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 999px) {
  .ongoing_projectsec01 .sec01 a.dropdown-item:hover, .ongoing_projectsec01 .sec01 a.dropdown-item.active {
    background: #141c3c;
  }
}
.ongoing_projectsec01 .sec01 a:hover {
  transition: all 0.6s ease;
}
.ongoing_projectsec01 .sec01 a:hover .img img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.ongoing_projectsec01 .sec01 a:hover .img .ovrlay {
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s ease;
}
.ongoing_projectsec01 .sec01 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(160, 160, 160, 0.6117647059);
}
@media screen and (max-width: 1500px) {
  .ongoing_projectsec01 .sec01 .img {
    width: 100%;
  }
}
.ongoing_projectsec01 .sec01 .img img {
  transition: all 0.6s ease;
  width: 100%;
}
.ongoing_projectsec01 .sec01 .img .ovrlay {
  position: absolute;
  height: 100%;
  background: rgba(20, 28, 60, 0.6117647059);
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.6s ease;
  transform: scale(0);
}
.ongoing_projectsec01 .sec01 .img .ovrlay span {
  font-size: 2.9rem;
}
@media screen and (max-width: 999px) {
  .ongoing_projectsec01 .sec01 .txtsec {
    margin-top: 0.5rem;
  }
}
.ongoing_projectsec01 .sec01 .txtsec h3 {
  line-height: 22px;
  font-size: 21px;
  color: #000;
  padding: 0;
  margin: 10px 0 15px;
}
.ongoing_projectsec01.awards .sec01 .txtsec h3 .size14 {
  line-height: 19px;
  display: block;
  margin: 9px 0 0;
}

.fade-in {
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.circle-full-anim {
  animation: circle-full 0.8s ease-in-out forwards;
  transform-origin: left;
}
@keyframes circle-full {
  from {
    clip-path: circle(0% at 0% 0%);
  }
  to {
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
@keyframes imgzoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.robot {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 0%;
  background: #141c3c !important;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.owl-carousel .owl-nav .owl-prev .material-symbols-outlined, .owl-carousel .owl-nav .owl-next .material-symbols-outlined {
  font-size: 2.5em;
}/*# sourceMappingURL=custom.css.map */