/* Fonts  */




html,
body {
  width: 100%;
  overflow-x: hidden;
 
}

/* colours  */

:root {
  --primary: #027373;
  --secondary: #E8B552;
  --ternery:#010101;
  --prim-font: #727272;
  
}

/* Basic css */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Archivo Narrow", sans-serif;
}
p {
  
  line-height: 1.7rem;
  font-size: 0.9rem;
  color: var(--prim-font);
  
}
a{
  text-decoration: none!important;
}
.top-banner{
  width: 100%;
  min-height: 60px;
  background-color: #EBF2F1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 80px;
  color: var(--primary);
  font-size: 0.9rem;
}
.top-cont-bx{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4%;
}
.cont-inner-wrbx{
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cont-inner-wrbx img{
  margin-right: 2%;
}
.cont-inner-wrbx:nth-child(1){
  margin-right: 4%;
}
.nav-section{
  width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 0px 50px 0px 0px;
  position: relative;
  z-index: 10;
  background-color: var(--primary);
}
.navbar-brand{
  background-color: #fff;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  /* position: absolute;
  width: 25%; */
  padding: 15px;
  box-shadow: 0px -8px 10px -12px rgba(0,0,0,0.1);
}
#navbarNav{
  /* margin-left: 25%; */
}
.navbar-brand img{
  width: 100%;
}
.dropdown-menu{
  background-color: #fff;
  border: 0;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  top: 96%;
}
.dropdown-menu .dropdown-item:hover{
  color: var(--primary);
}
@media (min-width: 992px) {
  .nav-item:hover .dropdown-menu {
    display: block;
  }
}
.sec-btn{
  display: inline-block;
  color: #fff;
  padding: 0.5rem 0.8rem;
  transition: 0.3s all ease-in-out;
  font-weight: 500;
  border: 1px solid var(--secondary);
  text-transform: uppercase;
  font-size: 0.9rem;
}
.sec-btn:hover{
  background-color: var(--secondary);
  color:#fff;
}
.sec-btn-bl{
  display: inline-block;
  color: var(--ternery);
  padding: 0.5rem 0.8rem;
  transition: 0.3s all ease-in-out;
  font-weight: 500;
  border: 1px solid var(--primary);
  text-transform: uppercase;
  font-size: 0.9rem;
}
.sec-btn-bl:hover{
  background-color: var(--primary);
  color: #fff;
}
.sec-btn-yl{
  display: inline-block;
  color: var(--ternery);
  padding: 0.5rem 0.8rem;
  transition: 0.3s all ease-in-out;
  font-weight: 500;
  border: 1px solid var(--secondary);
  text-transform: uppercase;
  font-size: 0.9rem;
}
.brd-btn{
  display: inline-block;
  border: 1px solid var(--secondary);
  color: #353535;
  padding: 0.5rem 0.8rem;
  transition: 0.3s all ease-in-out;
  border-radius: 30px;
}
.brd-btn:hover{
  background-color: var(--secondary);
  color: #fff;
}
.prim-btn{
  display: inline-block;
  background-color: var(--primary);
  color: #fff;
  padding: 0.5rem 0.8rem;
  transition: 0.3s all ease-in-out;
  border: 0;
  font-weight: 500;
  font-size: 1rem;
}
.prim-btn:hover{
  color: var(--secondary);
}
.outline-btn{
  display: inline-block;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 0.5rem 0.8rem;
  transition: 0.3s all ease-in-out;
}
#home-slider{
  position: relative;
   z-index: 0;
}

.navbar-nav .nav-item{
  height: 100%;
  margin: 0px 3px;

}
.navbar-nav{
  height: 100%;
}

.navbar{
  padding: 0rem;
}
.navbar-nav .nav-item .nav-link{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  /* padding: 0.5rem 0.8rem; */
  color: #fff;
}
.navbar-nav .nav-item .nav-link:hover{
  color: var(--secondary);
}
.nav-item.active .nav-link{
  color:var(--secondary)!important;
}


.carousel-control-prev{
  margin-left: -50px;
}
.carousel-control-next{
  margin-right: -50px;
}
.carousel-caption {
  text-align: left;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
 
}
.carousel-caption.fade-up {
  opacity: 1;
  transform: translateY(-50%);
}
.carousel-caption h2 {
  font-family: "Raleway", sans-serif!important;
  text-transform: uppercase;
  color: var(--ternery);
  font-size: 1.3rem;
}
.carousel-caption h1{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4rem;
  color: var(--ternery);
  border-left: 20px solid var(--secondary);
  padding-left: 2%;
  line-height: 3.8rem;
  
}
.carousel-caption p{
  font-size: 0.9rem;
  width: 50%;
   font-size: 0.9rem;
}
.carousel-caption h1 span{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4rem;
  color: var(--primary);
  font-family: "Archivo Narrow", sans-serif;
}
.carousel-caption p {
  font-size: 1.2em;
  margin-bottom: 20px;
}
/* You can customize the CTA button styles here */
.cta-buttons {
  margin-top: 10px;
}
.cta-buttons .prim-btn{
  margin-right: 1%;
}

h1{
  font-size: calc(4rem+0.5vw);
}
h2{
  font-size: calc(3.5rem+0.5vw);
}
h3{
  font-size: calc(3rem+0.5vw);
}
h4{
  font-size: calc(2.5rem+0.5vw);
}
h5{
  font-size: calc(2rem+0.5vw);
}

.foot-sec{
  width: 100%;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
  background-color: #FAFBF6;
}
.foot-sec ul{
  list-style: none;
}
.foot-sec ul li {
  margin: 8px 0px;
  font-size: 0.9rem;
}
.foot-sec ul li a{
  color: #848484;
  text-decoration: none;
   font-size: 0.9rem;
  transition: 0.3s all ease-in-out;
}
.foot-sec ul li a:hover{
   color: var(--secondary);
}
.foot-sec ul li{
  color: #848484;
}
.foot-sec p{
  color: #464646;
}
.foot-sec h5{
  font-size: 1.3rem;
  text-transform: uppercase;
  color: var(--primary);
}
.foot-logo img{
  width: 90%;
  margin-bottom: 20px;
}
.foot-sec hr{
  margin-bottom: 0px;
}
.foot-logo{
   /* margin-top: 50px; */
   text-align: center;
}
.cpright{
  color: #464646;
  padding: 8px 0px;
  font-size: 0.9rem;
}
.cpright a{
  color: #464646;
}
.cust-container{
  width: 100%;
  height: auto;
  padding: 0px 50px;
}
.perce-sec{
  width: 100%;
  height: auto;
  padding: 40px 0px;
}
.perc-bx-inside{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  border-right: 1px solid #C5C5C5;
}
.perc-bx-inside1{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
 
}
.perc-bx-ico{
  width: 23%;
  margin-right: 4%;
}
.perc-bx-ico img{
  width: 100%;
}
.perc-bx-inside h3{
  width: 73%;
}
.hm-abt-sec{
  padding: 60px 0px;
}
.hm-abt-sec h2{
  text-transform: uppercase;
  font-weight: 600;
}
.hm-abt-cont{
  margin-right: 10%;
  margin-left: 4%;
}
.our-serv{
  width: 100%;
  height: auto;
  padding: 60px 0px;
  background-color: #FAFBF6;
}
.our-serv h2{
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.ser-bx{
  min-height: 300px;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-left: -45px;
}


.ser-tit-bx{
  min-width: 70%;
  min-height: 50px;
  background-color: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 50;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
.owl-carousel-ser{
  width: 100%;
  height: auto;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
 
}
.ser-left, .ser-right{
  width: 100%;
}
.ser-left{
  cursor: pointer;
  margin-bottom: 10px;
}
.ser-right{
  cursor: pointer;
   margin-left: 25%;

}
.sernav-sec{
  padding-top: 100px;
}
.some-num-sec{
  width: 100%;
  height: auto;
  background-color: var(--primary);
  overflow: hidden;
}
.some-numbx{
  width: 100%;
  min-height: 200px;
  margin: 50px 0px;
  border: 2px solid var(--secondary);
  padding: 2rem 1.5rem;
  text-align: left;
  background-color: var(--primary);
  position: relative;
  z-index: 99999999;
}
.some-numbx::after{
  position: absolute;
  left: 50%;
  top: -110px;
  transform: translateX(-50%);
  content: url('../img/shade.png');
  z-index: -1;
}
.some-numbx-yellow{
  width: 100%;
  min-height: 200px;
  margin: 50px 0px;
  border: 2px solid var(--secondary);
  padding: 2rem 1.5rem;
  text-align: left;
  background-color: var(--secondary);
}
.num-tit{
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #fff;
  font-family: "Archivo Narrow", sans-serif;
}
.num-cnt-wr{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}
.count{
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "Archivo Narrow", sans-serif;
}
.count-op{
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "Archivo Narrow", sans-serif;
}
.num-fact p{
  color: #fff;
}
.amaz-proj{
  width: 100%;
  height: auto;
  background-color: #FAFBF6;
  padding: 60px 0px;
}
.amaz-proj h2{
  color: var(--ternery);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
.owl-carousel-proj .item{
  position: relative;
  margin-bottom: 40px;
}
.owl-carousel-proj .item .proj-tit{
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 60%;
  min-height: 50px;
  background-color: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  padding: 0.8rem;
  z-index: 9999;
  font-weight: 600;
  font-size: 1.3rem;
}
.lat-news{
  padding: 60px 0px;
}
.lat-news h2{
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.news-date{
  width: 40%;
  min-height: 40px;
  background-color: var(--secondary);
  color: #fff;
  font-weight: 600;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  position: relative;
  margin-top: -22px;
  margin-left: 5%;
}
.news-tit{
  margin-top: 10px;
}
.news-bx{
  border: 1px solid #DEDEDE;
  background-color: #fff;
}
.news-bx a{
  color: var(--primary);
  font-weight: 600;
}
.news-cont{
  padding: 2% 10px;
}
.ft-sm-sec{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.ft-sm-sec a{
  width: 13%;
 margin-right: 2%;
}
.ft-sm-sec a img{
  width: 100%;
}
#scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 32px;
  background: var(--primary);
  border-radius: 100%;
  cursor: pointer;
  z-index: 999999999;
  transition: 0.3s;
}
#scroll-top span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll-top:hover {
  transition: 0.3s;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.inner-banner{
  width: 100%;
  min-height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.bc-bx{
  min-width: 20%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.8rem 1rem;
  background-color: rgba(232, 181, 82, 0.8);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}
.bc-bx h4{
  color: #fff;
}
.bc-bx ul{
  list-style: none;
  display: inline-flex;
}
.bc-bx ul li{
  margin: 0px 10px;
  position: relative;
}
.bc-bx ul li a{
  color: #fff;
}
.bc-bx ul li::before{
  content: '/';
  position: absolute;
  top: 0px;
  left: -15px;
  color: #fff;
}
.bc-bx ul li:first-child::before{
  content: unset;
}
.base-sec{
  width: 100%;
  height: auto;
  padding: 50px 0px;
}

/* Tablet */

@media only screen and (min-width:768px) and (max-width:1024px)
{

  .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    /* padding: 0.5rem 0.8rem; */
    color: #fff;
}

}



/* Timeline Container */
.timeline {
  background: var(--primary-color);
  margin: 20px auto;
  padding: 20px;
}

/* Card container */
.card {
  position: relative;
  max-width: 1140px;
  background: none;
  border: none;
}

/* setting padding based on even or odd */
.card:nth-child(odd) {
  padding: 30px 0 30px 30px;
}
.card:nth-child(even) {
  padding: 30px 30px 30px 0;
}
/* Global ::before */
.card::before {
  content: "";
  position: absolute;
  width: 50%;
  border: solid #efbd44;
}

/* Setting the border of top, bottom, left */
.card:nth-child(odd)::before {
  left: 0px;
  top: -4.5px;
  bottom: -4.5px;
  border-width: 5px 0 5px 5px;
  border-radius: 50px 0 0 50px;
}

/* Setting the top and bottom to "-5px" because earlier it was out of a pixel in mobile devices */
@media only screen and (max-width: 400px) {
  .card:nth-child(odd)::before {
    top: -5px;
    bottom: -5px;
  }
}

/* Setting the border of top, bottom, right */
.card:nth-child(even)::before {
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 5px 5px 5px 0;
  border-radius: 0 50px 50px 0;
}

/* Removing the border if it is the first card */
.card:first-child::before {
  border-top: 0;
  border-top-left-radius: 0;
}

/* Removing the border if it is the last card  and it's odd */
.card:last-child:nth-child(odd)::before {
  border-bottom: 0;
  border-bottom-left-radius: 0;
}

/* Removing the border if it is the last card  and it's even */
.card:last-child:nth-child(even)::before {
  border-bottom: 0;
  border-bottom-right-radius: 0;
}

/* Information about the timeline */
.info {
  display: flex;
  flex-direction: column;
  background: #027373;
  color: gray;
  border-radius: 10px;
  padding: 10px;
}

/* Title of the card */
.title {
  color: #efbd44;
  position: relative;
}

/* Timeline dot  */
.title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 999px;
  border: 3px solid #efbd44;
}

/* text right if the card is even  */
.card:nth-child(even) > .info > .title {
  text-align: right;
}

/* setting dot to the left if the card is odd */
.card:nth-child(odd) > .info > .title::before {
  left: -42px;
}

/* setting dot to the right if the card is odd */
.card:nth-child(even) > .info > .title::before {
  right: -42px;
}

.info p {

  color: white;

}

.misvis {
  padding: 15px;
  min-height: 225px;
  box-shadow: 6px 7px 12px 0px #00000070;
  margin: 15px 0;
  background: #ffffffeb;
}

.missionback {
  background: url(../img/missionback.jpg) no-repeat fixed;
  /* height: 400px; */
  width: 100%;
  text-align: center;
  background-size: cover;
  padding: 70px 0;
}

/* ------------------ */

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 10rem;
}

/* Visual styles */
.accordion {
  color: var(--theme);
  border: 2px solid #027373;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 10px 0;
}
.tab__label, .tab__close {
  display: flex;
  color: white;
  background: #027373;
  cursor: pointer;
  margin: 0;
  font-weight: 500;
}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content p {
  margin: 0;
  padding: 1rem;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}



/* ------------------ */

.linwork {
  text-align: center;
  border: 2px solid white;
  padding: 20px;
  margin: 30px;
  background: white;
}

span.linear {
  font-size: 17px;
  font-style: italic;
}

.linwork h3 {
  color: #027373;
  font-size: 35px;
  letter-spacing: 3px;
  font-weight: 600;
}

.lineback.mt-5 {
  background: #027373;
  padding: 20px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgb(255 255 255 / 63%);
}

.poverview {
  text-align: center;
  border: 3px solid #efb549;
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 5px 5px 10px -6px #0000008a;
}

.poverview h3 {
  font-size: 35px;
  font-weight: 600;
}


.projtile {
  text-align: center;
  margin: 20px 0 0 0;
  padding: 15px 5px;
  box-shadow: 8px 9px 11px -4px #00000033;
  
}

/* .projtile:hover {

  box-shadow: 0px 0px 15px 5px #00000033;
  transition: 0.3s all ease-in-out;

} */

.projtile h4 {
  margin: 15px 0;
  font-size: 20px;
}

.profun td {

  padding: 6px 0px;

}

.our-serv h5 {

  text-align: center;

}

.our-serv p {

  text-align: center;

}

.actions {
  margin: 20px 0;
}

input.form-control {
  margin: 5px 0;
}

.contgrid a {

  color: black;

}

.contgrid p {

  color: black;
  font-size: 16px;

}

#background-video {
  width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
  background-color: #000000ad;
  color: white;
}

#background-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  /* opacity: .7; */
}


.navbar-toggler {
  padding: .25rem .75rem !important;
  font-size: 1.25rem !important;
  line-height: 1 !important;
  background-color: transparent !important;
  border: 1px solid white !important;
  border-radius: .25rem !important;
  margin: 0 !important;
}