@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #00c9bd;
}

a:hover {
  color: #00c9bd;
}

html {
  width: 100%;
}

p,
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* p{
    font-size: 18px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
} */

table {
  font-size: 14px;
  border: 0;
}

img {
  border: none !important;
}

.container {
  max-width: 1500px !important;
  margin: auto;
}

/* section title */

.section-title {
  display: flex;
  justify-content: center;
}

.section-title h2 {
  font-size: 55px;
  line-height: 86px;
  color: #293241;
  font-weight: bold;
}

.section-title h2 {
  border-bottom: 3px solid #00c9bd;
}

/* header new */

header {
  /* background: #3279a1; */
  text-align: center;
  padding: 1.5em 1em 1em 1em;
}

div#logo img {
  max-width: 300px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

nav div {
  color: white;
  font-size: 2rem;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 2%;
  visibility: hidden;
}

.fixed-header {
  background-color: #00c9bd;
  z-index: 99999;
  padding: 16px 0px;
}

.visible-title {
  visibility: visible;
  background-color: #00c9bd;
  left: 0;
}

header #logo a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* #NAVIGATION
================================================== */

#mainnav {
  /* background: #333; */
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#mainnav #menu {
  display: none;
  padding: 0px 38px;
  cursor: pointer;
}

#mainnav ul {
  display: block;
  margin: 0;
  text-align: center;
}

#mainnav ul li {
  margin: 0;
  list-style: none;
  display: inline-block;
}

ul.menulist li {
  padding: 8px 15px;
}

#mainnav ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: #00c9bd;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

img.headtop-logo {
  width: 46%;
  margin-bottom: 7px;
}

.content {
  padding: 1.5em;
}

.menulist .active,
.menulink:hover {
  color: white;
  border-bottom: 1px solid #00c9bd;
}

.fixed-header .menulist .active,
.menulink:hover {
  color: #4dd9d1 !important;
}

/* banner start */

#banner {
  padding-bottom: 40px;
}

#banner .banner-Ct span {
  color: #00c9bd;
}

#top-banner {
  background-image: url(../images/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#banner .banner-Ct h2 {
  font-size: 55px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
}

#banner .banner-Ct h3 {
  font-size: 28px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
}

#banner .banner-Ct p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  padding: 10px 0px;
}

#banner .bannermain {
  align-items: center;
}

.bannerimg img {
  width: 100%;
  height: 100%;
}

#banner .home-btn {
  padding: 10px 25px;
  color: #000;
  background: transparent;
  border: 1px solid #00c9bd;
  border-radius: 5px;
}

#banner .home-btn a {
  font-size: 16px;
  line-height: 18px;
  color: #00c9bd;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

#banner button.home-btn:hover {
  background-color: #00c9bd;
}

#banner button.home-btn:hover a {
  color: #fff;
}

/* mission start */

section#missionsec {
  padding: 65px 0px;
}

.mission-mian {
  align-items: center;
}

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

.mission-head {
  display: flex;
}

.mission-head h3 {
  font-size: 55px;
  line-height: 86px;
  color: #293241;
  font-weight: bold;
}

.mission-head h3 {
  border-bottom: 3px solid #00c9bd;
}

.mission-des p {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  font-weight: 400;
  padding-top: 15px;
}

/* mission end */

/* Operational Areas section strat */

/* tab  */

.Operationaltab {
  padding-top: 60px;
}

.tabmain {
  display: flex;
  align-items: center;
}

.tab-content {
  width: 74%;
  padding-left: 50px;
}

.tabitem1 h3 {
  font-size: 18px;
  line-height: 22px;
  color: #00c9bd;
  font-weight: 500;
}

.nav-link {
  display: block;
  padding: 16px 25px !important;
  color: #d7d7d7 !important;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  font-size: 24px !important;
  line-height: 29px !important;
  font-weight: 500;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #293241 !important;
  background-color: #e9fffe !important;
}

.tabimg img {
  width: 100%;
}

.tabmain {
  display: grid;
  grid-template-columns: 53% 47%;
}

.Operationaltab .flex-column {
  flex-direction: column !important;
  width: 40%;
}

/* Operational Areas section end */

/* service section start  */

section#service-sec {
  padding: 60px 0px;
}

.service-mian {
  align-items: center;
}

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

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

.service-img img {
  width: 100%;
  height: 100%;
}

.service-des h3:before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../images/arrow.png);
  position: absolute;
  top: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
}

.service-des h3 {
  font-size: 50px;
  font-weight: bold;
  color: #293241;
  line-height: 69px;
  position: relative;
  padding-left: 40px;
}

.service-des p {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  font-weight: 400;
  font-style: italic;
}

.service-des h4 {
  font-size: 20px;
  line-height: 34px;
  color: #293241;
  font-weight: 400;
}

/* service-according */

/* accordion-1 */

#accordion-1 {
  position: relative;
  /* box-shadow: 0px 1px 7px #DBDBDB; */
}

#accordion-1 .head {
  background-color: #ffffff;
  color: #563e6e;
  cursor: pointer;
  transition: ease-in-out 0.1s;
  align-items: baseline;
  gap: 10px;
}

.accor-title {
  display: inline-flex;
  align-items: end;
  gap: 10px;
}

.acco-head h4 {
  font-size: 20px;
  line-height: 34px;
  color: #293241;
  font-weight: 400;
}

.acco-head p {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  font-weight: 400;
  font-style: italic;
}

.head h2 {
  font-size: 50px;
  font-weight: bold;
  color: #293241;
  line-height: 50px;
  position: relative;
}

#accordion-1 .arrow {
  color: #563e6e;
  font-size: 60px;
  transition: 0.25s ease;
  opacity: 0.3;
  transform: rotate(-90deg);
}

#accordion-1 .head:hover .arrow {
  opacity: 1;
}

#accordion-1 .arrow-animate {
  transform: rotate(0deg);
  opacity: 1;
}

#accordion-1 .content {
  background-color: #ffffff;
  display: none;
  padding: 0px;
  color: #333333;
}

.head.active h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #00c9bd;
}

.fa-angle-down:before {
  content: "\f107";
  font-size: 50px;
  color: #00c9bd;
}

.head.active .fa-angle-down:before {
  content: "\f107";
  font-size: 19px;
  color: #000;
}

.head.active .acco-head {
  display: none;
}

#accordion-1 .head:active {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.content.active h3 {
  font-size: 20px;
  line-height: 34px;
  color: #293241;
  font-weight: 400;
}

.content.active p {
  font-size: 11px !important;
  line-height: 16px !important;
  font-weight: 400 !important;
  color: #293241;
}

/* service section end  */

/* our client section start */

section#client-sec {
  background-color: #f3ffff;
  padding: 90px 0px;
}

#client-sec .section-title1 h2 {
  border-bottom: 3px solid #00c9bd;
  max-width: 310px;
  margin: auto;
}

.client-ct {
  padding-top: 40px;
}

.client-main {
  display: flex;
  justify-content: space-around;
}

.client-item1 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 40px;
}

/* our client section end */

/* integrations section start */

section#integrations {
  background-color: #f3ffff;
  padding: 90px 0px;
}

#integrations .section-title1 h2 {
  border-bottom: 3px solid #00c9bd;
  max-width: 310px;
  margin: auto;
}

.client-ct {
  padding-top: 40px;
}

.client-main {
  display: flex;
  justify-content: space-around;
}

.client-item1 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 40px;
}

/* our client section end */

/* About Us section start */

section#about-sec {
  padding: 60px 0px;
  background: #edfffe;
}

.about-mian {
  align-items: center;
}

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

.about-img img {
  width: 100%;
  height: 100%;
}

.about-des p {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  font-weight: 400;
  padding-top: 15px;
  padding-right: 22px;
}

/* About Us sectionend */

/* Meet the Team section start   */

#team {
  padding: 60px 0px;
}

#team .section-title1 h2 {
  border-bottom: 3px solid #00c9bd;
  max-width: 401px;
  margin: auto;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

#team .team-grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  justify-items: center;
  gap: 100px;  
}

#team .team-item1 {
  max-width: 240px;
  width: 100%;
}

#team .team-item1 h3 {
  text-align: center;
}

.meet-team {
  padding-top: 60px;
}

.team-item1 h3 {
  font-size: 24px;
  line-height: 35px;
  color: #293241;
  font-weight: 600;
  padding-top: 15px;
}

.team-item1 h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #4dd9d1;
}

.teamimg img {
  width: 100%;
  height: 100%;
}

/* Meet the Team section end   */

/* contact us section start */

section#contact-sec {
  padding: 60px 0px;
  background: #edfffe;
}

#contact-sec .section-title1 h2 {
  border-bottom: 3px solid #00c9bd;
  max-width: 301px;
  margin: auto;
}

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

.contact-main {
  align-items: center;
}

.contact-main h3 {
  font-size: 24px;
  line-height: 30px;
  color: #141414;
  font-weight: 500;
}

.contact-form .form-control {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  color: #b7b7b7 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00c9bd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: capitalize;
  font-weight: 300;
}

.contact-form .form-control:focus {
  background-color: #fff;
  border-color: #00c9bd;
  outline: 0;
  box-shadow: none;
}

.contact-main p {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #525252;
  padding: 10px 0px;
}

.contact-form {
  padding: 15px 0px;
}

.contactimg {
  text-align: center;
}

.contactimg img {
  max-width: 75%;
  margin: auto;
}

.btn.form-submit {
  background-color: #00c9bd;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

/* contact us section end */

/* footer section start */

#footer-sec {
  padding: 60px 0px 0px 0px;
  background-color: #293241;
}

.social-link {
  text-align: center;
  padding-top: 30px;
}

.footerlogo {
  text-align: center;
}

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

ul.socila-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  padding: 0;
}

ul.socila-menu li {
  background: #fff;
  border-radius: 4px;
}

ul.socila-menu li a {
  color: #000;
}

ul.socila-menu li {
  background: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  margin: 0px 26px;
}

ul.footer-link {
  list-style: none;
  display: inline-flex;
  gap: 20px;
}

.footer2 {
  text-align: right;
}

.footer1 p {
  color: #cfcfcf;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0px;
  font-weight: 400;
}

hr.helinne {
  background: #068382;
  margin: 30px 0px;
}

ul.footer-link li a {
  color: #cfcfcf;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  font-weight: 400;
}

.footerlogo img {
  max-width: 276px;
  margin: auto;
}

header.header a {
  color: #fff !important;
}

ul.footer-link li:nth-child(2) {
  border-left: 1px solid #fff;
  padding-left: 20px;
}

/* footer section end */

/* responsive */

@media (max-width: 1920px) {
  header.header a {
    /* color: #fff !important; */
    padding: 10px !important;
  }
}

@media (max-width: 1400px) {
  .container {
    max-width: 1300px !important;
    margin: auto !important;
  }
  .banner-Ct p {
    font-size: 16px;
    line-height: 26px;
  }
  .head h2 {
    font-size: 41px;
    line-height: 46px;
  }
  .mission-head h3 {
    font-size: 46px;
    line-height: 76px;
  }
  .section-title h2 {
    font-size: 45px;
    line-height: 76px;
  }
  .mission-des p {
    font-size: 16px;
    line-height: 26px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  .nav-link {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 500;
  }
  .about-des p {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-main p {
    font-size: 16px;
    line-height: 26px;
  }
  ul.footer-link li a {
    font-size: 14px;
    line-height: 16px;
  }
  .footer1 p {
    font-size: 14px;
    line-height: 16px;
  }
  #mainnav ul li a {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 1200px) {
  .container {
    padding: 0px 10px;
    margin: auto !important;
  }
}

@media (max-width: 1024px) {
  .tabmain {
    grid-template-columns: 100%;
  }
  .mission-img img {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .mobile-bar .navbar-brand {
    display: block !important;
  }
  .navbar-brand > img {
    display: block;
    visibility: visible;
  }
  .client-item1 {
    flex-direction: column;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .section-title h2 {
    font-size: 45px;
    line-height: 80px;
  }
  .Operationaltab {
    padding-top: 31px;
  }
  .mission-head h3 {
    font-size: 40px;
    line-height: 72px;
  }
  .head h2 {
    font-size: 26px;
    font-weight: bold;
  }
  section#missionsec,
  #service-sec,
  #client-sec,
  #about-sec,
  #team,
  #contact-sec {
    padding: 45px 0px !important;
  }
}

@media (min-width: 1000px) {
  .mobile-bar {
    display: none;
  }
  .header {
    z-index: 5;
    position: relative;
    left: 0;
    padding-top: 0;
    width: 100%;
    height: auto;
    overflow: auto;
    visibility: visible;
    opacity: 1;
    text-align: center;
    background: transparent;
  }
  header.header a {
    color: #fff;
    padding: 10px !important;
  }
  .header li {
    display: inline-block;
    margin-right: -6px;
    border: none;
    text-align: left;
  }
  .navbar-brand {
    display: block !important;
  }
  .header a {
    padding: 15px 35px;
  }
  .header a {
    display: block;
    padding: 10px;
    color: #000 !important;
    text-decoration: none;
  }
  .navbar-brand > img {
    display: block;
  }
}

/* MOBILE (Smaller than 768px)*/

@media all and (max-width: 768px) {
  #mainnav #menu {
    display: block;
    width: 100%;
  }
  .mission-img img {
    width: 100%;
    max-width: 85%;
  }
  #mainnav ul {
    display: none;
    background-color: #00c9bd;
    padding: 1em;
    text-align: left;
    padding-top: 49px;
  }
  #mainnav ul li {
    display: block;
  }
  #mainnav ul li a {
    display: block;
    padding: 0px;
  }
  .client-item1 {
    flex-direction: column;
  }
  .tab-content {
    padding-left: 10px;
  }
  #banner .bannermain {
    text-align: center;
    flex-direction: column-reverse;
  }
  .bannerimg img {
    width: 100%;
    max-width: 70%;
  }
  .mission-mian {
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
  .about-mian {
    text-align: center;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .mission-head {
    justify-content: center;
  }
  .mission-head h3 {
    font-size: 35px;
    line-height: 54px;
  }
  section#missionsec,
  #service-sec,
  #client-sec,
  #about-sec,
  #team,
  #contact-sec {
    padding: 45px 0px !important;
  }
  .section-title h2 {
    font-size: 35px;
    line-height: 66px;
  }
  .service-img img,
  .about-img {
    max-width: 85% !important;
    margin: auto !important;
  }
  .head h2 {
    font-size: 26px;
    font-weight: bold;
  }
  .service-mian {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 20px 0px;
  }
  .service-mian1 {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0px;
  }
  #accordion-1 {
    text-align: center;
  }
  .contact-main h3 {
    text-align: center;
  }
  #footer-sec {
    padding: 30px 0px 0px 0px;
  }
  .footer-main {
    text-align: center;
  }
  .footer2 {
    text-align: center;
    padding-top: 10px;
  }
  #banner .bannermain {
    align-items: center;
    flex-direction: column-reverse;
    gap: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  body[yahoo] .full_width_700 {
    width: 100% !important;
  }
  body[yahoo] .txt_center {
    text-align: center !important;
  }
  body[yahoo] .separator {
    height: 40px !important;
  }
}

@media only screen and (max-width: 667px) {
  body[yahoo] .full_width_600 {
    width: 90% !important;
  }
  .client-main {
    flex-direction: column;
  }
  .Operationaltab .d-flex {
    display: flex !important;
    flex-direction: column;
  }
  .Operationaltab .flex-column {
    flex-direction: column !important;
    width: 100%;
  }
  .tab-content {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    padding-top: 30px;
  }
  .section-title h2:before {
    width: 325px;
    overflow: hidden;
  }
  .mission-head h3 {
    font-size: 30px;
    line-height: 46px;
  }
  #banner .banner-Ct h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .meet-team {
    padding-top: 30px;
  }
  section#missionsec,
  #service-sec,
  #client-sec,
  #about-sec,
  #team,
  #contact-sec {
    padding: 30px 0px !important;
  }
}

@media (max-width: 500px) {
  .team-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .footer1 p {
    text-align: center;
  }
  .footer2 {
    text-align: center;
  }
  img.headtop-logo {
    width: 85%;
    margin-bottom: 7px;
  }
  .team-item1 {
    text-align: center;
  }
}
