@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  padding: 0px;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}
#antiClickjack {
  display: none; /* hidden normally */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white; /* cover page */
  z-index: 9999; /* above everything */
  text-align: center;
  padding-top: 100px;
  font-size: 24px;
  font-weight: bold;
  color: red;
}
.container-fluid {
  padding: 0px;
}

.row {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
@font-face {
  font-family: "Century Gothic";
  src: url(../incap-fonts/CenturyGothic.ttf) format("ttf");
  font-weight: 400;
  font-style: normal;
}
.back-btn {
  font-family: "OpenSansSemibold";
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  background-color: #3e86c6;
  padding: 5px 10px;
  position: absolute;
  bottom: 20px;
  right: 50px;
}
.incap-inside-main {
  position: relative;
}
/* Header Starts */
.fix_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 0 0px 0;
  z-index: 99;
  background: #fff;
}
.nav-header {
  max-width: 1280px;
  margin: auto;
}
.t-1 {
  display: table;
  width: 100%;
}
.sub-nav1 {
  background: #061f79;
  border-top: 5px solid #3e86c6;
}
.main-logo h1 {
  font-size: 26px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500;
  padding-top: 20px;
}
.main-logo img {
  padding: 5px 0px 7px 0px;
  max-width: 100px;
  height: auto;
}
.nav-1 ul > li > a {
  color: white;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}
.logo-div2 h1 {
  text-align: left;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.banner-img {
  margin-top: 158px;
}
.hm-bnr1 {
  margin-top: 158px;
}
.news-scroll {
  margin-top: 40px;
}
.lt-news-scroll {
  background: #061f79;
  border-radius: 20px 0px 0px 20px;
  padding: 5px 0px 5px 0px;
}
.lt-news-scroll p {
  color: #fff !important;
  text-align: center;
  padding: 1px 0px;
  margin: 0px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif !important;
}
.rt-news-scroll {
  background: #f18229;
  border-radius: 0px 20px 20px 0px;
  padding: 5px 0px 5px 0px;
}
.nav-img {
  padding-left: 17px;
}
.headig-line-1 {
  width: 70px;
  height: 3px;
  margin-top: 7px;
  background-color: #3e86c6;
  margin-bottom: 25px;
}
.home-section-1 {
  padding: 40px 10px 110px 10px;
}
.home-section-1 h1 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
}
.home-section-1 p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 25px;
}
.home-section-11 {
  padding: 40px 10px 100px 10px;
}
.home-section-11 h1 {
  font-size: 24px;
  ffont-family: "Open Sans", sans-serif !important;
  font-weight: 600;
}
.home-section-11 p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 25px;
}
.pd-right {
  padding-right: 30px !important;
  position: relative;
}
.bullet-1 {
  padding: 0px;
}
.bullet-1 li {
  list-style: none;
  list-style-position: inside;
  background-image: url(../img/right-arrow.png);
  background-repeat: no-repeat;
  background-position: left top 7px;
  padding-left: 30px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 25px;
}
.horizontal {
  border-bottom: 1px solid #3e86c6;
  margin: 14px 0px;
}
.btn-11 a {
  background: #3e86c6;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
}
.btn-11 a:hover {
  color: #fff;
  text-decoration: none;
}
.btn-11 {
  position: absolute;
  bottom: -55px;
}
.btn-12 {
  position: absolute;
  bottom: -200px;
}
.btn-12 a {
  background: #f18229;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
}
.btn-12 a:hover {
  color: #fff;
  text-decoration: none;
}
.pd-left {
  padding-right: 30px !important;
  position: relative;
}
.home-section-2 {
  background: url(../img/img-bg-1.jpg);
  padding: 30px 10px 40px 10px;
}
.section2 {
  margin: 20px auto;
  position: relative;
}
.sec11 {
  top: 75px;
  position: absolute;
  padding: 0px 40px 0px 25px;
  font-size: 14px;
}
.sec11 p {
  font-size: 24px;
  padding: 5px 40px;
  text-align: center;
}
/* .section2 li{width:16.5%;list-style:none;display:inline-block;margin-right: 35px;}
.section2 li :last-child{margin-right: 0px;} */
.section2 {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.section2 ul li {
  width: 17%;
  float: left;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 187px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 30px 0px 0px;
  font-family: "Open Sans", sans-serif !important;
  font-size: 24px;
}
.section2 a {
  text-align: center;
}
.circle1 {
  background: #f5c946;
}
.circle1 a {
  color: #061f79;
  padding: 10px 10px 0px 10px;
}
.circle2 a {
  color: #061f79;
  padding: 10px 10px 0px 10px;
}
.circle3 a {
  color: #ffffff;
  padding: 10px 10px 0px 10px;
}
.circle4 a {
  color: #ffffff;
  padding: 10px 10px 0px 10px;
}
.circle5 a {
  color: #ffffff;
  padding: 10px 10px 0px 10px;
}
.circle1 a:hover {
  color: #061f79 !important;
  text-decoration: none !important;
}
.circle2 a:hover {
  color: #061f79 !important;
  text-decoration: none;
}
.circle3 a:focus,
a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}
.circle4 a:focus,
a:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.circle5 a:focus,
a:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.circle2 {
  background: #1ca5b4;
}
.circle3 {
  background: #9e42b8;
}
.circle4 {
  background: #332d54;
}
.circle5 {
  background: #fa635d;
}
.bullet-3 li {
  list-style: disc;
  background: none;
  padding-left: 18px;
}
.bullet-3 {
  padding: 17px 17px 0px 17px;
}
.btn-13 a {
  background: #f18229;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
}
.btn-13 a:hover {
  color: #fff;
  text-decoration: none;
}
.btn-13 {
  position: absolute;
  bottom: -75px;
}

.btn-14 a {
  background: #f18229;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
}
.btn-14 a:hover {
  color: #fff;
  text-decoration: none;
}
.btn-14 {
  position: absolute;
  bottom: -147px;
}
.pd-right1 {
  padding-right: 30px !important;
  position: relative;
}
.pd-left1 {
  padding-left: 30px !important;
  position: relative;
}
.bullet-1 a {
  color: #000000 !important;
}
.bullet-1 a:hover {
  color: #000000 !important;
  text-decoration: none !important;
}
.bullet-1 li:hover {
  text-decoration: none !important;
}
.footer1 {
  background-color: #3e86c6;
  padding: 5px 0px;
  color: #fff;
}
.footer1 a {
  color: #fff;
}

.footer1 ul li:first-child {
  border: 0px;
}

.footer1 ul li a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.footer1 ul li {
  margin: 0px;
  padding: 0px 10px;
  list-style: none;
  float: left;
  color: #fff;
  font-size: 12px;
  border-left: 1px solid #fff;
  height: 15px;
}
.ftr-12 {
  padding-top: 23px;
  color: #fff;
}
.ftr-11 {
  padding-top: 12px;
  color: #fff;
}
.ff11 {
  text-align: right !important;
  padding-top: 7px;
  color: #fff;
}
.home-section-12 {
  padding: 30px 10px 60px 10px;
}
.home-section-12 h2 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
}
.home-section-12 p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 25px;
}
.rw-11 {
  border: 1px solid #ccc;
  padding: 10px 10px 10px 20px;
}

.footer1 p {
  margin: 0px;
}
.bnr-div11 {
  margin-top: 150px;
}

@media (max-width: 1024px) {
  nav a,
  nav a:active,
  nav a:hover,
  nav a:visited {
    padding: 11px 10px 12px 10px !important;
  }
  .section2 li {
    width: 15.8%;
  }
  .btn-14 {
    bottom: -148px;
  }
  .btn-12 {
    bottom: -228px;
  }
}

@media (max-width: 768px) {
  .nav-img {
    display: none;
  }
  .btn-12 {
    bottom: -75px;
  }
  .section2 li {
    width: 14.6%;
  }
  .btn-14 {
    bottom: -68px;
  }
  .pd-right1 {
    padding-bottom: 74px;
  }
  .btn-13 {
    bottom: 16px;
  }
  .pd-right {
    padding-bottom: 74px;
  }
  .btn-11 {
    bottom: 27px;
  }
  .section2 ul li {
    width: 28%;
    margin-bottom: 20px;
  }
  .ff11 {
    text-align: center !important;
  }
  .footer1 ul li {
    width: 22%;
    text-align: center;
  }
  .bnr-div11 {
    margin-top: 110px;
  }
  .hm-bnr1 {
    margin-top: 110px;
  }
}

@media (max-width: 600px) {
  .section2 ul {
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
  }
  .section2 ul li {
    width: 51%;
    font-size: 20px;
    margin: 0px 40px 20px 0px;
  }
  .section2 ul li:last-child {
    margin: 0px 40px 0px 0px;
  }
  .home-section-1 h1 {
    font-size: 20px;
  }
  .home-section-2 {
    padding: 40px 10px 40px 10px;
  }
  .logo-div2 {
    display: none !important;
  }
  .home-section-12 h2 {
    font-size: 20px;
  }
  .home-section-11 h1 {
    font-size: 20px;
  }
  .hm-bnr1 {
    margin-top: 106px;
  }
}

@media (max-width: 375px) {
  .section2 ul li {
    width: 62%;
  }
  .bnr-div11 {
    margin-top: 105px;
  }
  .hm-bnr1 {
    margin-top: 108px;
  }
}
@media (max-width: 360px) {
  .section2 ul li {
    width: 64%;
  }
}
@media (max-width: 320px) {
  .section2 ul li {
    width: 75%;
  }
  .hm-bnr1 {
    margin-top: 99px;
  }
  .bnr-div11 {
    margin-top: 99px;
  }
}

.header-new1-wrap {
  display: flex;
  width: 97%;
  font-family: "Montserrat", system-ui;
  max-width: 1170px;
  margin: 3px auto;
}
.header-new1-1 {
  flex: 1;
  display: flex;
  margin: auto;
}
.header-new1-1 h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}
.header-new1-1-1 {
  width: 90px;
}
.header-new1-1-1 img {
  width: 100%;
  height: auto;
}
.header-new1-1-2 {
  flex: 1;
  padding-left: 20px;
  margin: auto;
}

.header-new1-2 {
  width: 320px;
  margin: auto;
}
.header-new1-3 {
  width: 100px;
  margin: auto;
}
.header-new1-3 img {
  width: 100%;
  height: auto;
}

.header-new1-2-wrap {
  display: flex;
  width: 100%;
  font-family: "Montserrat", system-ui;
}
.header-new1-2-1 {
  width: 160px;
  padding: 2px 2px;
  box-sizing: border-box;
  text-align: center;
}
.header-new1-2-1 img {
  width: auto;
  max-width: 90%;
  height: 54px;
}

.header-new1-2-1 h6 {
  margin: 2px 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
}
.header-new1-2-1 p {
  letter-spacing: -0.2px;
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", system-ui;
  font-weight: 400;
  font-size: 8.5px;
  line-height: 10px;
}

@media screen and (max-width: 830px) {
  .header-new1-1-2 {
    display: none;
  }
  .header-new1-1-1 {
    width: 65px;
  }
  .header-new1-2 {
    width: 200px;
    margin: auto;
  }
  .header-new1-2-1 {
    width: 100px;
    padding: 2px 2px;
  }
  .header-new1-3 {
    display: none;
  }
  .header-new1-2-1 img {
    width: auto;
    max-width: 90%;
    height: 40px;
  }
  .header-new1-2-1 h6 {
    font-size: 8px;
  }
  .header-new1-2-1 p {
    font-size: 5.5px;
  }
  .header-new1-wrap {
    padding-right: 70px;
  }
}

@media (max-width:768px){
.about-us .table {display: block;}
.about-us .row {display: block;}
}
.about-us .cell:first-child {width: 100% !important;}
.about-us .cell {display: block;}




.team-lead {
        display: none !important;
      }

      .team {
        display: block;
      }

      .team {
        margin-bottom: 105px;
      }

      .leadership-team {
        text-align: center;
      }

      .leadership-team h2 {
        color: #000;
        text-align: center;
        font-family: Afacad;
        font-size: 37px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
      }

      hr {
        width: 123px;
        height: 3px;
        background-color: #0096c5;
      }

      .team-members {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
      }

      .team-member {
        height: 327px;
        padding: 20px;
        width: 281px;
        background-color: #fff;
        text-align: center;
        border-radius: 10px;
      }

      .team-member img {
        width: 100%;
        height: auto;
        border-radius: 5px;
      }

      .team-member h3 {
        margin-top: 7px;
        color: #000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }

      .team-member p {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
      }

      @media only screen and (max-width: 600px) {
        .team-member img {
          width: 153px;
          height: auto;
          border-radius: 5px;
        }

        .team-member p {
          color: #000;
          text-align: center;
          font-family: Inter;
          font-size: 10px;
          font-style: normal;
          font-weight: 300;
          line-height: normal;
        }

        .team-members-1 {
          display: flex;
        }

        .team-member h3 {
          margin-top: 7px;
          color: #000;
          font-family: Inter;
          font-size: 15px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
        }
        .leadership-team h2 {
          color: #000;
          text-align: center;
          font-family: Afacad;
          font-size: 34px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
        }

        .team-member {
          height: 266px;
          padding: 1px;
          width: auto;
          background-color: #fff;
          text-align: center;
          border-radius: 10px;
        }

        .team {
          display: none;
        }

        .team-lead {
          display: block !important;
        }

        .leadership-team {
          margin-bottom: 16px;
          text-align: center;
        }

        .home-section-1 {
          padding: 40px 10px 10px 10px;
        }
      }
    
      .cm-photo-sec {
        position: absolute;
        width: 100%;
        max-width: 400px;
        right: 10%;
        height: auto;
        bottom: 20px;
        z-index: 99 !important;
      }

      .cm-photo-i-1 {
        position: relative;
        width: fit-content;
        margin: auto;
        display: block;
        z-index: 999 !important;
        background: #fff;
        text-align: center;
        padding: 10px;
      }

      .cm-photo-i-1 img {
        height: 130px;
        width: auto;
        margin-bottom: 10px;
      }

      @media only screen and (max-width: 600px) {
        .cm-photo-sec {
          position: relative;
          width: 100%;
          max-width: 100%;
          right: 0%;
          height: auto;
          bottom: 0px;
          z-index: 99 !important;
        }

        .cm-photo-sec img {
          height: auto;
          width: 50%;
          margin-bottom: 6px;
        }

        .header-new1-1-2 {
          display: none;
        }

        .header-new1-1 h1 {
          font-size: 14px;
          font-weight: 600;
          margin: auto;
          padding: 0px;
        }

        .header-new1-3 {
          display: block;
        }

        .header-new1-3 img {
          padding: 4px;
          width: 100%;
          height: auto;
        }
      }

      .carousel-inner > .item > a > img,
      .carousel-inner > .it {
      }
      
      
      .back-btn1a{background: #ff5c03 none repeat scroll 0 0;
        border-radius: 10px 0 0 10px;
        color: #fff;
        font-size: 14px;
        padding: 5px 10px;
        position: fixed;
        right: 0;
        top: 60%;
        text-align: center;
        font-weight: bold;
        z-index: 9999;
      }
        .footer1{color:#fff !important;}
        a{ text-decoration:none !important;}
          marquee a{ color:#fff !important;}
          .footer1 a{ color:#fff !important;}
        
