html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch!important;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
body {

  font-family: 'Helvetica', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  overflow-x: hidden;
  color: #000;
}
@font-face {
  font-family: 'Helvetica';
  src: url('assets/fonts/helvetica_light_regular-webfont.woff2') format('woff2'),
  url('assets/fonts/helvetica_light_regular-webfont.woff') format('woff');
  font-weight:400;
  font-style: normal;

}
@font-face {
  font-family: 'Helvetica';
  src: url('assets/fonts/helvetica-bold-webfont.woff2') format('woff2'),
  url('assets/fonts/helvetica-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}
@font-face {
  font-family: 'Helvetica';
  src: url('assets/fonts/helvetica-medium-webfont.woff2') format('woff2'),
  url('assets/fonts/helvetica-medium-webfont.woff') format('woff');
  font-weight:500;
  font-style: normal;

}

.container{
  max-width: 114rem;
}
h2{
  font-size: 2.4rem;
  font-weight: 700;
}
h4{
  font-size: 2rem;
  font-weight: 700;
}
p{
  font-size: 1.8rem;
}
a{
  text-decoration: none;
}
.sec-space{
  padding: 6rem 0;
}

.sec-top-space{
  padding-top: 6rem;
}
.sec-bottom-space{
  padding-bottom: 6rem ;
}
/*.hero-wrapper{
  height: 70rem;

}*/

.hero-wrapper .carousel{
  height: 100%;
}
.hero-wrapper .carousel .carousel-inner{
  height: 100%;
}
.hero-wrapper .carousel .carousel-inner .carousel-item{
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-wrapper h2{
  font-size: 3.6rem;
  color: #fff;
  line-height: 2;
}
.hero-wrapper .carousel .carousel-inner .carousel-item .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
} 
.main-btn {
  background-color: #fff;
  color: #0099a4;
  font-size: 1.6rem;
  padding: 11px 36px;
  transition: 0.3s;
}
.main-btn:hover {
  background-color:#0099a4;
  color: #fff;
}
.carousel-btns {
  margin-top: 5rem;
  text-align: center;
}
.carousel-btns a{
  display: inline-block;
}
.carouel-controls{
  background-color: #0099a4;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.carousel-inner button{
  opacity: 1!important;
}
.section-h2 span{
  color: #000!important;
}
.section-h2{
  color: #0099a4;
  margin-bottom: 3rem;
}
.who-we-are p{
  font-size: 1.4rem;

}
.f-w-700{
  font-weight: 700;
}


.who-we-are p{
  text-align: center;
}
.who-we-are h3{
  font-size: 2.2rem;
  color: #0099a4;
  text-transform: uppercase;
  text-align: center;
}
.intro{
  margin-bottom: 3rem;
}
.who-we-are .row{
  align-items: center;
}
.who-we-are .row p{
  font-weight: 500;
}
.expertise-box {
  background-color: #0099a4;
  padding: 2.5rem 2rem;
  text-align: center;
  height: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 1rem;
}
.bg-gray{
  background-color: #e1e1e1;
}
.bg-white{
  background-color: #fff;
}
.expertise .row{
  margin:4rem 0;
}
.ceo-img{
  padding-right: 2rem;
}
.ceo-msg h3{
  font-size: 1.6rem;
  color: #0099a4;
  text-align: center;
}
.services-box {
  background-color: #e1e1e1;
  text-align: center;
  padding: 4.2rem 2.8rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #0099a4;
}
.services-box img {
  margin-bottom: 2.5rem;
  height: 4.5rem;
}
.services-box h3{
  margin-bottom: 2rem;
  font-size: 2.3rem;
}
.services-box p{
  font-size: 1.8rem;
}
.services-p{
  font-size: 1.4rem;
  max-width: 80rem;
  margin: 0 auto 2rem;
  text-align: center;
}
.bg-blue{
  background-color: #005f9e;
}
.comitment p{
  font-size: 3rem;
  text-align: center;
  color: #fff;
  margin: 4rem 0;
}
.navbar-brand img{
  width:40rem;
}
.ceo-img {
   transform: scaleX(-1);
}
.carousel-cntnt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
header .navbar-light .navbar-nav .nav-link {
  font-size: 1.6rem;
  color: #000!important;
  font-weight: 500;
}
.navbar-nav .nav-item+.nav-item{
  margin-left: 2rem;
}
.bg-sea-blue{
  background-color: #0099a4;
}
.teams-img a {
  border: 3px solid #FFF;
  border-radius: 5px;
}
.testi-name{
  font-weight: bold;
}
.teams-box {
  background-color:#005f9e;
  height: 36.4rem;
  display: flex
  ; flex-direction: column;
  align-items: center;
  justify-content: center;
}
a.teams-inner {
  background-color:#005f9e;
  display: inline-block;
  width: 100%;
  color: #fff;
  margin-top: 15px;
  text-align: center;
  padding: 10px 0;
}
a.teams-inner p {
  font-size: 2.4rem;
  margin-bottom: 0;
}
a.teams-inner span {
  font-size: 1.8rem;

}
a.teams-img img {
  border: 3px solid #FFF;
}
.m-b-20{
  margin-bottom: 2rem;
}
.work-approach-inner {
  background-color: #0099a4;
  color: #fff;
  text-align: center;
  padding: 5rem 4rem;
  height: 36rem;
  margin-bottom: 1rem;
}
.work-approach-inner h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.work-approach{
  padding: 12rem 0;
}
.small-section-space{
  padding: 4rem 0;
}
.stats{
  background-color: #005f9e;
}
.stats-inner{
  text-align: center;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.stats-last .stats-inner{
  border-bottom-style: none;
}
.stats-inner h3{
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}
.stats-inner p{
  color: #fff;
}
.stats{
  padding: 2rem 0;
}
.project-text {
  text-align: center;
  background-color: #1b757cc4;
  color: #fff;
  padding: 12px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 67px;
  transition: 0.3s;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-text h5 {
  font-size: 1.4rem;
}
.project-text h6 {
  font-size: 1.4rem;
}
.projects-inner{
  position: relative;
  transition: 0.3s;
  margin-bottom: 1rem;
}
.projects-inner:hover .project-text{
 height: 100%;
}
.crsl-txt p {
  font-size: 1.8rem;
}
.crsl-txt {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0;
}


.carousel-indicators [data-bs-target]{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0099a4;
  

}
.carousel-indicators{
  bottom: -10px;
}
.testimonials .carousel{
  padding: 2rem 0;
}
.footer-logo{
  width: 10rem;
}

ul,li{
  list-style: none;
}
ul{
 padding-left: 0;
}
footer h4{
  font-size: 1.6rem;
  color: #fff;
  text-transform: uppercase;
}
footer p{
  color: #fff;
}
footer ul li{
  color: #fff;
  font-size: 1.8rem;
}
.services-ul li{
  list-style: disc;
  padding-left: 1rem;
}
ul.services-ul {
    padding-left: 1.5rem;
}
.timing{
  font-size: 1.8rem;
}
.footer-pattern p{
  color: #000;
}
footer span{
  color: #fff;
}
footer .row{
  padding: 2rem 0;
}
.footer-logo{
  margin-bottom: 2rem;
}
footer h4{
  margin-bottom: 2rem;
}
/*footer ul li+li{
  margin-top: 1rem;
}*/
.timing{
  display: flex;
  justify-content: space-between;
}
.footer-pattern{
  position: relative;
}
.footer-pattern p{
  position: absolute;
  top: 50%;
  margin-bottom: 0;
  transform: translateY(-50%);
}
.stats-inner img {
  width: 52px;
  margin-bottom: 1rem;
}
.footer-social {
  display: flex;
  align-items: center;
}
.footer-social li a img{
  width: 30px;
}
ul.footer-social li+li {
  margin-left: 1rem;
}


section.hero-inner:before {
  content: "";
  background-color: #000000a1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-inner{
  position: relative;
}
.inner-title {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.inner-title h1{
  color: #fff;
  text-align: center;
}
h1{
  font-size: 5rem;
}
.gallery-inner a{
  margin-bottom: 1.5rem;
  display: block;
}
.hero-wrapper .carousel-item:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-cntnt{

  z-index: 2;

}
span.testi-name {
    display: block;
}
.top-bar .contact{
  padding: 1rem 0;
}
.top-bar .contact img{
  width: 3rem;
}
.top-bar {
  background-color: #005f9e;
}
.phone-mail img{
  width: 2rem;
  margin-right: 1rem;
}
footer ul.phone-mail{
  display: block;
  margin-top: 1rem;
}
footer ul.phone-mail li+li{
  margin-top: 0.5rem;
}
footer ul.phone-mail li+li{
  margin-left: 0;
}
.top-bar .contact ul{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  align-items: center;
}
.top-bar .contact ul li+li{
  margin-left: 1rem;
}
.footer-pattern p a{
  color: #000;
}
.contact-inner {
  background-color: #fff;
  padding:8rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.icon-box svg{
  width: 28px;
}
.icon-box{
  border: 1px solid #000;
}
.icon-box svg {
  width: 40px;
  height: 40px;
}
.icon-box {
  border: 1px solid #1b75bc;
  padding: 20px;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.contact-inner p {
  color: #1b75bc;
  margin-bottom: 0;
}
.contact-inner a{
  font-size: 1.8rem;
}
iframe{
  width: 100%;
}
.form-control{
  margin-bottom: 2rem;
  padding: 0.5rem 1.75rem;
  font-size: 2rem;
  border-radius: 10px;
}
form button{
  padding: 5px 20px;
  color: #ffffff;
  border-color: #1b75bc;
  font-size: 1.8rem;
  background-color: #1b75bc;
}
.contact-outer {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
ul.phone-mail {
    display: flex
;
    margin-bottom: 0;
}
ul.phone-mail li {
    color: #fff;
}
ul.phone-mail li a{
  color: #fff;
}
ul.phone-mail li+li{
  margin-left:5rem;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: rgb(0 153 164) !important;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(0 153 164) !important;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    /* font-size: 18px; */
    border: 1px solid #fff;
    outline: none;
    background-color: #0099a4;
    color: white;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 4px;
}

#myBtn:hover {
  background-color: #1b75bb;
}
#myBtn svg{
  width: 20px;
}


@media (min-width:320px) and (max-width:767px){
  html{
    font-size: 42%;
  }
  ul.phone-mail li+li {
    margin-left: 4rem;
}
ul.phone-mail li {
    color: #fff;
    display: flex;
    align-items: center;
}
.navbar-brand img {
    width: 25rem;
}
.navbar-nav .nav-item+.nav-item {
    margin-left: 0rem;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.carousel-text{
  display: none;
}
.carousel-btns{
  display: none;
}
.who-we-are img{
  display: none;
}
.teams-box{
  height: unset;
  padding: 2rem;
}
a.teams-inner{
  margin-top: 0;
  margin-bottom: 1.5rem;
}
footer [class^="col"]{
  margin-bottom: 3rem;
}
.timing{
  display: inline-block;
}
.footer-pattern .pattern-img{
  display: none;
}
.footer-pattern p{
  position: initial;
}
footer .row{
  padding: 2rem;
}
.inner-title h1{
  font-size: 3rem;
}
.footer-pattern{
  padding: 0 2rem;
}
}


.pattern-img{
  width: 100%;
}