body { 
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #919191;
}

html,
body {
  overflow-x: hidden;
}

body a,
body button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body a:hover {
  text-decoration: none;
}

body a:focus,
body button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

small {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

img {
  max-width: 100%;
}

h4 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 70px;
  color: #012639;
}

h2 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #012639;
}

h3 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #012639;
}

h6 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 70px;
  color: #012639;
}

.top-header {
  background: #012639;
  padding: 15px;
}

.top-header .row {
  align-items: center;
}

.top-header .mail i {
  color: #e1e2dc;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  background: transparent;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.top-header .mail i:hover {
  color: #012639;
  background: #e1e2dc;
  border-radius: 50%;
}

.social-icons ul {
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: flex-end;
  margin: 0px;
}

.social-icons ul li {
  list-style: none;
  padding-right: 10px;
}

.social-icons i {
  background: #e1e2dc;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  color: #012639;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.social-icons i:hover {
  color: rgb(243 242 243);
  background: #003658;
  transform: scale(1.1);
  box-shadow: 0 0 11px #e2e2d8;
}

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

.mail {
  padding-left: 0px;
}

.site-header {
  padding: 30px 0px;
}

.site-header a.navbar-brand {
  padding: 0px;
  width: 100%;
  max-width: 266px;
  text-align: center;
  display: flex;
  margin: auto;
      margin-left: 0px;
}

.header-nav .brand-ord {
    padding-left: 0px;
}

.site-header .navbar-nav .nav-link {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #989bad;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.site-header .navbar-nav .nav-link:hover {
  background: #003658;
  color: #FFFFFF
}

/* .site-header .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #012639;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  margin: 0;
  border-radius: 50%;
  display: block;
  color: transparent;
}

@keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #012639;
    border-radius: 100%;
  }

  100% {

    background: #012639;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }

}

@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #012639;
    border-radius: 100%;
  }

  100% {

    background: #012639;
    color: #ffffff;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
} */

.site-header .navbar-nav .nav-link:hover:after {
  animation: circle 1.5s ease-in forwards;
  -webkit-animation: circle 1.5s ease-in forwards;
}

.site-header .navbar-light .navbar-nav .active>.nav-link {
  font-weight: 700;
  color: #012639;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-item {
  margin-right: 40px;
}

.timing h4 {
  margin: 0px;
}

.timing span {
  font-weight: 400;
}

.timing {
  border-left: 1px solid #e1e2dc;
  padding-left: 30px;
}

.navbar {
  padding: 0px;
}

.banner-sec {
  padding-bottom: 100px;
  background-size: cover;
  position: relative;
  background-position: center right;
}

.banner-sec img.banner-img {
  position: absolute;
  right: 20px;
  bottom: 30px;
  max-width: 500px
}

.slide-item {
  max-width: 600px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(22px);
  padding: 60px 0px;
}

.slide-text {
  padding: 0px 60px;
  text-align: justify;
}

.slide-text h2 {
  margin: 0;
  padding: 30px 0px 25px;
  font-size: 30px;
}

.slide-text p {
  color: #012639;
}

.read-btn {
  padding-top: 43px;
}

.read-btn a {
  color: #012639;
  font-weight: 400;
  position: relative;
  padding: 0px 0px 5px;
}

.read-btn a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #012639;
  width: 100%;
  height: 2px;
}

.read-btn a:hover i {
  right: -7px;
}

.read-btn i {
  padding-left: 10px;
  position: relative;
  right: 0px;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
}

.banner-sec button.slick-arrow {
  position: absolute;
  top: 50%;
  left: -10%;
  font-size: 0px;
  width: 49px;
  height: 49px;
  border: none;
  background: #ffffff;
  color: #012639;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-sec button.slick-arrow:after {
  content: "\f061";
  font-size: 20px;
  font-weight: bold;
  font-family: "fontAwesome";
}

.banner-sec button.slick-prev.slick-arrow::after {
  content: "\f060";
  font-family: "fontAwesome";
}

.banner-sec button.slick-next.slick-arrow {
  right: -10%;
  left: auto;
}

.banner-sec button.slick-arrow:hover {
  background-color: transparent;
  color: #013759;
  border: 1px solid;
}

.capital-sec {
  padding: 100px 0px;
  position: relative;
}

.capital-sec::before {
/*  content: "";*/
background: #e1e2dc;
width: 604px;
height: 100%;
position: absolute;
right: 0;
top: 0;
}

.capital-box {
  background: #f5f6f7;
  text-align: center;
  width: 100%;
  max-width: 423px;
  padding: 0px 50px;
  margin-left: auto;
}

.comp {
  padding: 30px 0px;
  border-bottom: 1px solid #e1e2ec;
}

.comp:last-child {
  border-bottom: none;
}

.capital-box .numb {
  font-weight: 600;
  font-size: 28px;
  line-height: 70px;
  color: #012639;
}

.capital-box .count {
  font-weight: 600;
  font-size: 28px;
  line-height: 70px;
  color: #012639;
}

.capital-box p {
  font-size: 18px;
}

.portfolio-sec {
  padding: 147px 0px 100px;
  background-image: url(../img/port-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top 140px;
}

.port-box {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 14px rgb(1 38 57 / 12%);
  padding: 40px;
  position: relative;
  margin: 71px 30px;
}

.port-slider .row {
  margin: 0;
}

.port-slider span.slick-arrow {
  position: absolute;
  top: 50%;
  right: -10%;
}

.port-slider span.slide_next.slick-arrow {
  left: -10%;
}

/* .port-list .row{
    margin-right: -68px;
    padding-left: 0px;
}
.port-list .col-md-6 {
    padding-right: 68px;
    padding-left: 0px;
} */
.team-sec {
  background: rgba(1, 38, 57, 0.04);
  padding: 100px 0px;
}

.team-btn.port-btn a {
  padding: 13px 24px;
  display: inline-block;
}

.team-btn i {
  padding-left: 10px;
  position: relative;
  right: 0px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;

}

.team-btn.port-btn {
  position: absolute;
  right: -26px;
  bottom: -30px;
}

.team-btn {
  padding-top: 30px;
}

.team-btn a {
  background: #012639;
  box-shadow: 0px 10px 34px rgba(1, 38, 57, 0.3);
  color: #ffffff;
  display: inline-block;
  padding: 13px 31px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid #012639;
}

.team-btn a:hover {
  color: #012639;
  background: #ffffff;
}

.team-btn a:hover i {
  right: -6px;
}

.team-text p {
  color: #012639;
}

.team-text {
  border-left: 1px solid;
  padding-left: 51px;
}

.team-images {
  padding-top: 90px;
}

.team-img img {
  transform: scale(1);
  transition: transform 0.3s ease 0s;
}

.team-content:hover .team-head {
  transform: translateY(-8px) translateZ(0);
}

.team-content:hover .team-img img {
  transform: scale(1.1);
}

.team-head {
  padding-top: 20px;
  transform: translateZ(0);
  transition: transform 0.3s ease 0s, color 0.12s ease-out 0s;
}

.team-img {
  overflow: hidden;
}

.team-head p {
  color: #012639;
  font-weight: 600;
  margin: 0;
}

.team-head span {
  font-size: 18px;
  line-height: 32px;
  color: #012639;
}

.team-images .row {
  justify-content: center;
}

.team-box {
/*  width: 20%;*/
width: 25%;
padding: 0px 15px;
}

.trial-sec {
  padding: 50px 0px;
}

.nav-tabs {
  border: none;
  justify-content: center;
}

.nav-tabs .phase-btn.active {
  text-transform: capitalize;
  font-weight: 400;
  padding: 14px 39px;
  width: 100%;
  min-width: 304px;
  text-align: center;
  background: #012639;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0px 10px 34px rgba(1, 38, 57, 0.3);
}

.nav-tabs .phase-btn {
  text-transform: capitalize;
  border: 1px solid #012639;
  background-color: #ffffff;
  color: #012639;
  font-weight: 400;
  padding: 14px 39px;
  width: 100%;
  min-width: 304px;
  text-align: center;
  display: inline-block;
}

.nav-tabs .nav-item {
  margin: 0px 30px;
}

.phase-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .phase-btn {
    margin: 0px 30px;
} */

.traial-img {
  background: #ffffff;
  box-shadow: 0px 24px 74px rgb(1 38 57 / 15%);
  padding: 30px 0px;
}

.container.container-rigt-0 {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 8vw;
}

.trial-part {
  padding-top: 10px;
  background-image: url(../img/port-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.trial-text {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.trial-part .trial-text h3.text-left {
  text-align: center !important;
  margin: 0px 0px 50px;
}

.trial-part .row {
  margin: 0;
  align-items: center;
}

.trial-text p {
  color: #012639;
}

.health-sec {
  background-image: url(../img/health-bg.png);
  background-size: cover;
  padding: 87px 0px 77px;
}

.health-text {
  text-align: center;
}

.health-text h3 {
  padding-bottom: 27px;
}

.health-text p {
  color: #012639;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.5;
}

.dis-sec {
  padding: 100px 0px;
}

.dis-text {
  border-left: 15px solid #012639;
  padding-left: 58px;
}

.mount-img img {
  width: 100%;
}

.trial-part .row {
  justify-content: center;
}

.dis-text p {
  text-transform: uppercase;
  color: #012639;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  padding-top: 10px;
}

.dis-text span {
  font-size: 18px;
  line-height: 32px;
  color: #012639;
}

.city-img {
  background-image: url(../img/footer-city\ 1.png);
  background-size: cover;
  width: 50%;
  padding: 77px 0px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.city-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 38, 57, 0.56);
  z-index: -1;
}

.city-map {
  width: 50%;
  position: relative;
}

.two-imgs {
  display: flex;
  flex-wrap: wrap;
}

.city-map iframe {
  width: 100%;
  height: 100%;
}

.city-text {
  position: absolute;
  top: 0;
  background-color: rgba(1, 38, 57, 0.56);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.city-img img {
  width: 100%;
  max-width: 341px;
}

.city-head {
  color: #ffffff;
}

.city-head h5 {
  font-weight: 600;
  font-size: 26px;
  line-height: 70px;
}

.city-head p {
  font-weight: 400;
}

.footer-sec {
  background: #012639;
  padding: 100px 0px;
}

.foot-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.foot-list ul li {
  list-style: none;
  margin: 0px 10px;
}

.foot-list ul li a {
  font-weight: 400;
  color: #ffffff;
  position: relative;
}

.foot-list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 2px;
  background-color: #919191;
  transition: width 0.25s ease-out;
}

.foot-list ul li a:hover::after {
  width: 100%;
}

.copy {
  text-align: center;
  padding-top: 10px;
}

.copy p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.dis-sec .container {
  max-width: 1120px;
}

.capital-text {
  width: 100%;
/*  max-width: 705px;*/
font-weight: 400;
text-align: justify;
color: #012639;
font-size: 26px;
}

/************** slick slider btns ********* */

/************** slick slider btns ********* */
.portfolio-sec button.slick-arrow {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: 0px;
  height: 59px;
  width: 59px;
  font-size: 0px;
  background-color: #013759;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

/* button.slick-next.slick-arrow {
        right: 0px;   
        left: auto;
    } */
    .portfolio-sec button.slick-next.slick-arrow {
      right: -70px;
      left: auto;
    }

    .portfolio-sec button.slick-prev.slick-arrow {
      left: -70px;
    }

    .portfolio-sec button.slick-prev.slick-arrow::after {
      content: "\f060";
      font-family: "fontAwesome";
    }

    .portfolio-sec button.slick-arrow:after {
      content: "\f061";
      font-size: 20px;
      font-weight: bold;
      font-family: "fontAwesome";
    }

    .portfolio-sec button.slick-arrow:hover {
      background-color: #fff;
      color: #013759;
      border: 1px solid;
    }

    .arc-content {
      display: flex;
      align-items: center;
    }

    .arc-img {
      padding: 0px 20px;
    }

    .arc-img img {
      max-width: 186px;
      width: 83px;
      height: 83px;
      border-radius: 50%;
    }
    .media-sec .value-text.media-text p a {
      font-size: 12px;
      color: #012639;
    }



    .media-sec .media-text h5 {
      font-size: 20px;
      text-align: left;
      line-height: 1.2;
      margin-bottom: 0px;
    }

    .media-sec .value-box {
      box-shadow:0px 10px 34px rgba(1, 38, 57, 0.3);
      background: #fff;
      height: 100%;
    }

    .media-sec .value-text {
      background: none;
      box-shadow: none;
      padding: 20px;
      text-align: left;
    }

    .media-sec .value-text.media-text p {
      margin: 0px;
    }
    .hide {
      border-left: 1px solid #E1E2DC;
      padding: 0px;
/*  padding-left: 30px;*/
}

.arc-text a {
/*  background: #ED2028;*/
border-radius: 25px;
font-weight: 600;
font-size: 20px;
line-height: 20px;
border: 1px solid;
padding: 15px 40px;
color: #000000;
    display: inline-block;
}
.arc-text a:hover {
  background: #012639;
  color: #fff;
}
.header_navigation {
    display: flex;
    justify-content: flex-end;
}

.header_navigation ul#menu-header-menu {
    margin-right: 0px !important;
}
.arc-text p {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #012639;
  padding-top: 10px;
}

.value-text {
  background: #FFFFFF;
  box-shadow: 0px 10px 34px rgba(1, 38, 57, 0.3);
  text-align: center;
  padding: 13px 0px;
}

.value-text h5 {
  font-weight: 600;
  font-size: 25px;
  line-height: 70px;
  text-align: center;
  color: #012639;

}

.values-sec h2 {
  padding-bottom: 20px;
}

.values-sec {
  padding: 120px 0px 40px;
}

.value-img {
  overflow: hidden;
}

.value-img img {
  width: 100%;
/*  height: 100%;*/
  object-fit: fill;
  vertical-align: middle;
  transform: scale(1);
  transition: all .3s ease-in-out;
}

.value-img:hover img {
  transform: scale(1.2);
}

/* .mount-sec .row.cent {
  align-items: center;
  margin-right: -100px;
}

.mount-sec .col-md-6.col-pad {
  padding-right: 100px;
} */
section.mount-sec .container-fluid {
  padding: 0px;
}

section.mount-sec .row.cent {
  margin: 0px;
  align-items: center;
  /*border-top: 1px solid #E1E2DC;*/
}

section.mount-sec .col-pad {
  padding: 0px;
}

.mount-sec .quote-part {
  padding-left: 100px;
}

/*.mount-sec .row.cent.mo-brdr {
  border-top: none;
}*/





/************************ strategies-sec***************** */
/*section.strategi-sec {
  padding: 120px 0px 274px;
}*/

.stra-text {
  width: 100%;
  max-width: 719px;
  padding: 48px 0px 0px;
}

.full-part {
  position: relative;
  padding-top: 48px;
}

.stra-box {
  background: #FFFFFF;
  box-shadow: 0px 24px 74px rgb(1 38 57 / 15%);
  padding: 50px 20px;
  width: 100%;
/*  max-width: 644px;*/
/*  position: absolute;*/
text-align: justify;
right: 0;
top: 48px;
}
.stra-box.row h5 {
    text-align: center;
}
/*.bx-content {
  border-top: 1px solid #E1E2DC;
  padding: 53px 0px 38px;
}*/

.bx-content:first-child {
  border-top: none;
  padding: 0 20px;
}

.bx-content:last-child {
  padding-bottom: 0px;
  padding: 0 20px;

}

.stra-content {
  width: 100%;
  max-width: 80%;
}

.stra-text {
  padding-top: 48px;
}

.bx-content h5 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  color: #012639;
}



/***************** history sec************ */
.bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 500;
}

.bx-viewport {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.slider-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.slider-wrap:after {
  display: none;
}

.slider-wrap img {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: 3px solid #eeeeee;
}

.slider-controls {
  width: 100%;
  left: 0px;
  bottom: auto;
  top: 55%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

ul.constructionSlider {
  margin: 0;
  padding: 0;
}

ul.constructionSlider li {
  display: block;
  padding: 0;
}

ul.constructionSlider li:before,
ul.constructionSlider li:after,
.bx-pager ul li:before,
.bx-pager ul li:after {
  display: none;
}

#slider-next a:hover,
#slider-prev a:hover {
  text-decoration: none;
}

.bx-pager {
  width: 100%;
  border: none;
  padding: 0px 0px 38px;
}

.bx-pager ul {
  width: 100%;
  margin: 35px 0 10px 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bx-pager ul:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #012639;
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  margin: auto;
  z-index: -1;
}

.slider-wrap .progress {
  display: block;
  width: 100%;
  height: 25px;
  background: #eeeeee;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.slider-wrap .progress span {
  display: block;
  max-width: 16.8%;
  height: 25px;
  background: #f6dd29;
  margin-right: -15px;
  border-top: 25px solid #f6dd29;
  border-right: 15px solid #eeeeee;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.bx-pager ul li {
  display: block;
  float: left;
  padding: 0 !important;
  width: 16.66%;
}

.bx-pager ul li a {
  display: block;
  padding: 3px 0;
  color: #1f1f1f;
  text-align: center;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  border: none;
  margin-right: 7px;
  font-size: 0px;
  background: #012639;
  border: 9px solid #012639;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: auto;
}

.bx-pager ul li {
  position: relative;
}

.bx-pager ul li a:after {
  content: "";
  background-image: url(../img/Polygon\ 1.png);
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-size: 52px;
  opacity: 0;

}

.bx-pager ul li a.active::after {
  opacity: 1;
}

.bx-pager ul li a:hover,
.bx-pager ul li a.active {
  background: #FFFFFF;
  text-decoration: none;
}

.bx-pager span {
  color: #012639;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 0px;
}

.founder-sec {
  padding: 140px 0px;
}

.history-sec {
  background: rgba(1, 38, 57, 0.04);
  padding: 100px 0px;
}

.history-box {
  background: #FFFFFF;
  box-shadow: 0px 24px 74px rgba(1, 38, 57, 0.15);
  padding: 50px;
}

.comp-box {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 24px 74px rgba(1, 38, 57, 0.15);
  padding: 40px 40px 70px;

}

.comp-right {
  padding-right: 37px;
}

.comp-left {
  padding-left: 37px;
}


.founder-sec .team-btn.port-btn {
  position: absolute;
  right: 0px;
}



.port-com-sec {
  padding: 100px 0px;
}

.port-com-head {
  text-align: center;
  padding: 0px 0px 40px;
}
.media-text h5 {
  line-height: 50px;
}
.dummi-img {
  width: 49%;
/*  border: 1px solid #E1E2DC;*/
  text-align: justify;
  padding: 0 30px;
  margin: 5px auto;
  transition: all .3s ease-in-out;
  transform: scale(1);
}
}

.dummi-img:hover {
  box-shadow: 0px 26px 94px rgb(1 38 57 / 11%);
  border: 0px;
  transform: scale(1.01);
  position: relative;
  z-index: 1;
}

.dummi-img img {
/*  filter: grayscale(100%);*/
transition: all .3s ease-out;
}

.dummi-img:hover img {
  filter: none;

}

.dum-row {
  margin: 0px;
  padding: 0px;
}

.bred-crum-links ol.breadcrumb {
  background: none;
  align-items: center;
  margin: 0px;
  padding: 0px;
}

.bred-crum-links ol.breadcrumb li.breadcrumb-item:first-child {
  background: #012639;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bred-crum-links ol.breadcrumb li.breadcrumb-item a {
  color: #989BAD;
}

.bred-crum-links ol.breadcrumb li.breadcrumb-item a i {
  color: #FFFFFF;
}

.breadcrumb-item.active {
  color: #012639;
  font-weight: 400;
}

.bred-crum-links .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "\f0da";
  font-family: "fontAwesome";
}

.lorem-text {
  padding: 48px 0px 64px;
}

.lorm-row {
  align-items: center;
}

.lorm-l {
  padding-left: 68px;
}

.lorem-sec .team-btn {
  padding-top: 0px;
}

.lorem-sec .team-btn a {
  padding: 13px 24px;
}

/*section.lorem-sec {
  padding: 108px 0px 140px;
}
*/
.bred-crum-links {
  border-top: 1px solid #E1E2DC;
  padding: 50px 0px 0px;
}

.teamcap-sec {
  padding: 124px 0px 131px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.img-btn {
  background: none;
  border: none;
}

.teamcap-head {
  text-align: left;
}

.teamcap-head p {
 font-size: 17px;  
 font-weight: 600;
 margin: 0;
 color: #012639;
 text-transform: uppercase;
}

.teamcap-head1 p {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 500;
  margin: 18px 0px;
}

.teamcap-head span {
  font-weight: 500;
  color: #012639;
  font-size: 17px;
  line-height: 1.8;
}

.modal-dialog {
  max-width: 1440px;
  margin: 1.75rem auto;
}

.modal-content {
  padding: 15px;
}

.modal-content .col-md-8 {
  padding-left: 30px;
}

.modal-body {
  padding: 38px 0px 31px;
}

.modal-header {
  padding: 0px 0px 33px;
  border-bottom: 1px solid #E1E2DC;

}

.modal-body p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

.modal-header .close {
  background-color: #365161;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  opacity: unset;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 33px;
  padding: 0px 0px 7px;
}

.teamcap-images {
  padding: 16px 0px 0px;
}

.cap-mar {
  margin: 37px 0px 0px;
}

.culture-head {
  text-align: center;
}

.culture-sec {
  padding: 100px 0px;
}

.culture-sec .row>div {
/*  padding-top: 30px;*/
  padding: 5px;
}

.contact-sec {
  padding: 140px 0px;
}

.contact-links a {
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 14px;
  color: #012639;
}

.contact-links i {
  width: 50px;
  height: 50px;
  background: #012639;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-links span {
  padding-left: 20px;
}

.contact-links a:first-child {
  padding-bottom: 30px;
}

.contact-links {
  padding: 44px 0px 0px;
}

.message-box input {
  width: 100%;
  border: 1px solid #E1E2DC;
  padding: 13px 12px;
  margin: 30px 0px 0px;
}

.message-box {
  width: 100%;
  max-width: 718px;
  background: rgba(1, 38, 57, 0.04);
  padding: 30px 39px 50px;
  margin: 0 18%;
}

.message-box input:focus-visible {
  outline: none;
}

.message-box textarea:focus-visible {
  outline: none;
}

.message-box textarea {
  width: 100%;
  margin: 30px 0px 0px;
  border: 1px solid #E1E2DC;
  padding: 13px 12px;
}

.contact-sec .team-btn a {
  padding: 13px 25px;

}

.graph-sec {
  padding: 156px 0px 140px;
  border-top: 1px solid #E1E2DC;
}

.graph-sec .row {
  align-items: center;
}

.trial-part .r-col {
  padding-right: 0px;
}


/* new  */
.grid-container {
  display: flex;
  flex-wrap: wrap;
}

.grid-item {
  text-align: center;
  padding: 0px 35px 20px 0px;
  width: 33.3%;
}

.grid-item:hover .teamcap-img img {
  transform: scale(1.1);
}

.grid-item:hover .teamcap-head {
  transform: translateY(-8px) translateZ(0);
  background: #f5f5f5;
}

.teamcap-head {
  line-height: 1.4;
  padding: 15px 5px 15px 20px;
  transform: translateZ(0);
  background: #ffffff;
  transition: transform 0.3s ease 0s, color 0.12s ease-out 0s;
}

.teamcap-img {
  overflow: hidden;
}

.teamcap-img img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease 0s;
}


.grid-item .teamcap-head p {
  font-size: 18px !important;
  line-height: 1.2;
}



.teamcap-sec h2 {
  padding-bottom: 20px;
}
.ceo_profile p {
    color: #012639;
    font-size: 22px;
    font-weight: 500;
}

.ceo_profile > a {
    display: inline-block;
    margin: 0px 0px 10px;
}

/*************** media-queary starts here **************/

@media only screen and (min-width: 1921px) {
.banner-sec {
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right:auto;
}
.page-id-64 .banner-sec {
    background-color: #375063;
}
}


@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 1800px) {
  .banner-sec button.slick-arrow {
    left: -60px;
    width: 49px;
    height: 49px;
  }

  .banner-sec button.slick-next.slick-arrow {
    right: -60px;
  }

  .portfolio-sec button.slick-arrow {
    width: 49px;
    height: 49px;
  }

  .portfolio-sec button.slick-next.slick-arrow {
    right: 0px;
    left: auto;

  }

  .portfolio-sec button.slick-prev.slick-arrow {
    left: 0px;
  }
}

@media only screen and (max-width: 1600px) {
  .timing {
    padding-left: 20px;
  }

  body {
    font-size: 18px;
    line-height: 28px;
  }

  h4 {
    font-size: 28px;
    line-height: 40px;
/*    line-height: 50px;*/
  }

  .site-header {
    padding: 20px 0px;
  }

  .site-header .navbar-nav .nav-item {
    margin-right: 30px;
  }

  .site-header .navbar-nav .nav-link {
    font-size: 18px;
    line-height: 28px;
  }
.arc-text a {
    font-size: 18px;
    padding: 10px 25px;
}
  .site-header a.navbar-brand {
    max-width: 200px;

  }

  h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .capital-sec::before {
    width: 0%;
  }

  .portfolio-sec {
    padding: 57px 0px 100px;
  }

  .banner-sec button.slick-arrow {
    left: 0px;
  }

  .banner-sec button.slick-next.slick-arrow {
    right: 0px;
  }

  .arc-text p {
    font-size: 18px;
  }

  .stra-text {
    width: 100%;
    max-width: 50%;
    padding-top: 48px;
  }

  .modal-header {
    padding: 0px 0px 10px;
  }

  .modal-dialog {
    max-width: 90%;
  }

  .modal-content .col-md-8 {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 1400px) {
  .city-img img {
    max-width: 311px;
  }

  .dis-sec .container {
    max-width: 871px;
  }

  .arc-text p {
    font-size: 16px;
    line-height: 1.5;
  }

  .arc-img {
    padding: 0px 10px;
  }

  .value-text h5 {
    font-size: 22px;
    line-height: 1.5;
  }

  .value-text {
    padding: 10px 0px;
  }


  .dis-text {
    border-left: 12px solid #012639;
    padding-left: 30px;
  }

  .site-header .navbar-nav .nav-item {
    margin-right: 20px;
  }

  .modal-body p {
    font-size: 18px;
  }

  .modal-body {
    padding: 20px 0px 20px;
    color: #012639;
  }

  .modal-header .close {
    width: 50px;
    height: 50px;
    font-size: 50px;
    font-weight: 600;
  }

  .graph-sec {
    padding: 86px 0px 90px;
  }

  .grid-item .teamcap-head p {
    font-size: 24px !important;
    line-height: 1.2;
    padding: 0px;
    word-break: break-all;
  }
}

@media only screen and (max-width: 1365px) {
  .stra-box {
    position: static;
/*    width: 50%;*/
    margin-top: 60px;
/*    margin-left: -50px;*/
    padding: 20px 30px;
  }

  .full-part {
    display: flex;
  }

  .stra-content {
    max-width: 50%;
  }

  .bx-content:first-child {
    padding: 30px 10px;
  }


  .bx-content {
    padding: 30px 10px;
  }

  .stra-text {
    max-width: 100%;
    padding-right: 90px;
  }

  section.strategi-sec {
    padding: 120px 0px 94px;
  }

}

@media only screen and (max-width: 1200px) {
  h4 {
    font-size: 22px;
    line-height: 40px;
  }

  .site-header .navbar-nav .nav-item {
    margin-right: 10px;
  }

  h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .capital-box {
    max-width: 373px;
  }

  .slide-item {
    max-width: 518px;
    padding: 40px 0px;
  }

  .banner-sec {
    padding-bottom: 70px;
  }

  .port-box {
    padding: 40px;
    margin: 30px 30px;
  }

  .portfolio-sec {
    padding: 57px 0px 60px;
  }

  .site-header .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 1.5;
  }

  .arc-img img {
    max-width: 60px;
  }

  .arc-text p {
    font-size: 14px;
  }

  .site-header a.navbar-brand {
    max-width: 160px;
  }

  .value-text h5 {
    font-size: 18px;
    line-height: 1.5;
  }

  .hide {
    padding: 0px;
  }

  h3 {
    font-size: 35px;
    line-height: 1.5;
  }

  .dis-text {
    border-left: 7px solid #012639;
    padding-left: 21px;
  }

  .mount-sec .quote-part {
    padding-left: 30px;
  }

  .comp-box {
    padding: 40px 30px 50px;
  }

  .founder-sec {
    padding: 100px 0px;
  }

  .bx-pager {
    padding: 0px 0px 36px;
  }

  .history-box {
    box-shadow: 0px 0px 13px rgb(1 38 57 / 18%);
    padding: 40px;
  }

  .history-sec {
    padding: 60px 0px;
  }

  section.strategi-sec {
    padding: 80px 0px 74px;
  }

  .port-com-sec {
    padding: 90px 0px;
  }

  section.lorem-sec {
    padding: 58px 0px 70px;
  }

  .bred-crum-links {
    padding: 30px 0px 0px;
  }

  .lorem-text {
    padding: 38px 0px 34px;
  }

  .teamcap-head p {
    font-size: 15px;
  }

  .teamcap-head span {
    font-size: 14px;
  }

  .contact-sec {
    padding: 70px 0px;
  }
  .arc-text a {
    font-size: 16px;
    padding: 10px 25px;
}

.banner-sec img.banner-img {
    max-width: 240px;
}

.banner-sec{
    background-position: left;
}
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 1.4;
  }

  .banner-sec img.banner-img {
    max-width: 150px;
  }
.header_navigation .button_div.hide {
    display: none;
}

  /************ header  navigation *************** */

  header .navbar-toggler {
    display: block;
    margin-left: auto;
  }

  header .site-header {
    position: relative;
  }

  header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    z-index: 9999;
    background-color: #f5f6f7;
  }

  .site-header nav.navbar {
    position: static;
  }

  .site-header nav.navbar .btn-ord {
    position: static;
        padding: 0px;
  }

  .site-header .navbar-nav .nav-item {
    margin: 0px;
  }

  .site-header .navbar-nav .nav-link {
    padding: 8px 15px;
  }

  .social-icons ul li {
    padding: 0px 5px;
  }

  .team-sec {
    padding: 50px 0px;
  }

  .nav-tabs .nav-item {
    margin: 10px 0px;
  }

  .trial-sec {
    padding: 50px 0px;
  }

  h2 {
    font-size: 35px;
    line-height: 1.2;
  }

  .port-box {
    padding: 20px;
  }

  .health-sec {
    padding: 50px 0px 50px;
  }

  h3 {
    font-size: 28px;
    line-height: 1.2;
  }

  .dis-sec {
    padding: 50px 0px;
  }

  .dis-sec .container {
    max-width: 541px;
  }

  .footer-sec {
    background: #012639;
    padding: 50px 0px;
  }

  .city-img img {
    max-width: 171px;
  }

  h4 {
    font-size: 18px;
    line-height: 1.2;
  }

  .header-nav .col-md-3.hide {
    display: none;
  }

  .navbar {
    padding: 0px;
    flex-wrap: nowrap;
  }

  .city-head h5 {
    font-size: 18px;
    line-height: 1.2;
  }

  .copy p {
    font-size: 14px;
  }

  .capital-box .numb {
    font-size: 14px;
    line-height: 40px;
  }

  .capital-box .count {
    font-size: 18px;
    line-height: 40px;
  }

  .nav-tabs .phase-btn {
    min-width: inherit;
    width: 100%;
  }

  .nav-tabs .phase-btn.active {
    min-width: inherit;
    width: 100%;
  }

  .nav-tabs .nav-item {
    margin: 0px 10px;
  }

  .navbar-light .navbar-toggler {
    color: inherit;
    border-color: inherit;
    border: none;
  }

  .navbar-toggler .bars {
    width: 34px;
    height: 4px;
    background: #000;
    margin: 4px 0px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
  }

  .navbar-toggler.open .bars {
    margin: -4px;
  }

  .navbar-toggler.open .bars.bar1 {
    transform: rotate(45deg);
  }

  .navbar-toggler.open .bars.bar2 {
    transform: rotate(-45deg);
  }

  .navbar-toggler.open .bars.bar3 {
    display: none;
  }

  .header-nav .col-md-6 {
    position: static;
  }

  .banner-sec button.slick-arrow:after {
    font-size: 18px;
  }

  .read-btn {
    padding-top: 20px;
  }

  .values-sec .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .values-sec .row>div {
    margin-top: 30px;
  }

  .values-sec {
    padding: 60px 0px 20px;
  }

  .team-head span {
    font-size: 11px;
    line-height: 1.5;
  }

  .team-head p {
    font-size: 13px;
  }

  .mail {
    padding-left: 0px;
  }

  .site-header a.navbar-brand {
    margin-right: auto;
  }

  .full-part {
    flex-direction: column;
    padding-top: 18px;
  }

  .stra-content {
    max-width: 100%;
  }

  .stra-box {
    width: 100%;
    margin: 30px auto;
    max-width: inherit;
  }

  .stra-text {
    max-width: 100%;
    text-align: justify;
    padding: 15px 0px 0px;
  }

  section.strategi-sec {
    padding: 50px 0px;
  }

  .founder-sec {
    padding: 60px 0px 80px;
  }

  .history-box {
    padding: 30px;
  }

  .bx-content h5 {
    font-size: 20px;
  }

  .dummi-img {
    padding: 20px;
  }

  .port-com-sec {
    padding: 70px 0px;
  }

  .port-com-head {
    text-align: center;
    padding: 0px 0px 30px;
  }

  section.lorem-sec {
    padding: 35px 0px 50px;
  }

  .cap-mar {
    width: 25%;
  }

  .teamcap-head p {
    font-size: 14px;
  }

  .teamcap-sec {
    padding: 54px 0px 51px;
  }

  .culture-sec .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .culture-sec {
    padding: 60px 0px;
  }

  .teamhead-img {
    max-width: 200px;
  }

  .team-sta {
    position: static;
  }

  .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
  }

  .modal-body p {
    font-size: 16px;
  }

  .message-box {
    padding: 25px 24px 30px;
    margin: 0;
  }

  .contact-links i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .contact-links {
    padding: 24px 0px 0px;
  }

  .teamcap-head {
    padding: 15px 5px 15px 13px;
  }

  .teamcap-head {
    line-height: 1.2;
  }
  .ceo_profile p {
    font-size: 18px;
}
.header_navigation {
    position: static;
}
.banner-sec img.banner-img {
    max-width: 240px;
}

.banner-sec{
    background-position: center right;
}

.slide-item {
    padding: 10px;
    max-width: 450px;
}

.banner-sec {
    padding: 70px 0px;
}

.slide-text {
    padding: 0px 20px;
}

.slide-text h2 {
    padding: 10px 0px;
}
}

@media only screen and (max-width: 767px) {
  .capital-box {
    margin: 30px auto;
  }

  .container.container-rigt-0 {
    max-width: unset;
    padding-right: 0px;
    padding-left: 0;
  }

  h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  body {
    font-size: 16px;
    line-height: 1.5;
  }

  .city-head h5 {
    font-size: 16px;
    line-height: 1.5;
  }

  .city-img img {
    max-width: 111px;
  }

  h3 {
    font-size: 19px;
    line-height: 1.2;
  }

  .traial-img {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }

  .team-box {
    width: 30%;
    padding: 0px 15px;
    margin: 10px 0px;
  }

  .slide-item {
    max-width: 360px;
  }

  .social-icons ul {
    justify-content: center;
    padding: 14px 0px 0px;
  }

  .capital-sec {
    padding: 30px 0px;
    position: relative;
  }

  h6 {
    margin: 0;
  }

  .dis-text p {
    padding-top: 0px;
    /* padding-bottom: 10px; */
  }

  .dis-sec,
  .team-sec,
  .trial-sec {
    padding: 50px 0px;
  }

  .team-images {
    padding-top: 40px;
  }

  .banner-sec {
    padding-bottom: 80px;
  }

  .banner-sec img.banner-img {
    max-width: 124px;
    right: 15px;
    bottom: 15px;
  }

  .health-sec {
    padding: 30px 0px 30px;
  }

  .site-header a.navbar-brand {
    max-width: 100px;
    margin: 0;
  }

  .portfolio-sec {
    padding: 27px 0px 60px;
  }

  .banner-sec button.slick-arrow {
    width: 39px;
    height: 39px;
  }

  .portfolio-sec button.slick-arrow {
    width: 39px;
    height: 39px;
  }

  .port-box {
    padding: 0px 20px 30px;
  }

  .team-text {
    padding-left: 25px;
  }

  .dis-text {
    border-left: 6px solid #012639;
    padding-left: 13px;
  }

  .capital-box {
    padding: 0px 30px;
  }

  .banner-sec button.slick-arrow:after {
    font-size: 16px;
  }

  .read-btn {
    padding-top: 10px;
  }

  .values-sec {
    padding: 30px 0px 10px;
  }

  .values-sec h2 {
    padding-bottom: 0px;
    margin: 0px;
  }

  .mount-sec .col-md-6 {
    width: 50%;
  }

  .mount-sec h3 {
    font-size: 17px;
    line-height: 1.2;
  }

  .mount-sec p {
    font-size: 14px;
  }

  .mount-sec a {
    font-size: 14px;
  }

  .top-header .row {
    align-items: center;
    flex-wrap: nowrap;
  }

  .social-icons ul {
    justify-content: flex-end;
    padding: 0px;
  }

  .info {
    justify-content: flex-start;
  }

  .bx-pager span {
    font-size: 14px;
  }

  .founder-sec .team-btn.port-btn a {
    padding: 13px 14px;
    font-size: 12px;
  }

  .row-mar {
    margin-left: -15px;
    margin-right: -15px;
  }

  .comp-right {
    padding-right: 15px;
    width: 97%;
  }

  .comp-left {
    padding-left: 15px;
    margin: 60px 0px;
    width: 97%;
  }

  .founder-sec {
    padding: 50px 0px;
  }

  .bx-pager ul:after {
    top: 30%;
  }

  .dummi-img {
    padding: 10px;
  }

  .port-com-head {
    padding: 0px 0px 30px;
  }

  .bred-crum-links ol.breadcrumb li.breadcrumb-item:first-child {
    width: 50px;
    height: 50px;
  }

  .lorm-l {
    padding-left: 15px;
  }

  .cap-mar {
    width: 33.3%;
  }

  .teamcap-images {
    padding: 0px;
  }

  .culture-sec .value-text h5 {
    font-size: 14px;
    line-height: 1.5;
  }

  .modal-body p {
    font-size: 14px;
    line-height: 1.5;
  }

  .modal-header .close {
    width: 31px;
    height: 31px;
    font-size: 22px;
  }

  .contact-us {
    padding: 30px 0px 0px;
  }

  .mes-ord {
    order: -1;
  }

  .contact-sec {
    padding: 50px 0px;
  }

  .contact-links a:first-child {
    padding-bottom: 20px;
  }

  .contact-links a {
    font-size: 14px;
  }

  .contact-links i {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .contact-links {
    padding: 10px 0px 0px;
  }

  .graph-head {
    padding: 30px 0px 0px;
    text-align: center;
  }

  .graph-sec {
    padding: 50px 0px 50px;
  }

  .bx-pager {
    padding: 0px 0px 30px;
  }

  .bx-pager ul li a:after {
    background-size: 42px;
  }

  .trial-part .r-col {
    padding-right: 15px;
  }

  .slide-text h2 {
    padding-top: 0px;
  }

  .slide-item {
    padding: 25px 0px;
  }

  .trial-part .trial-text h3.text-left {
    font-size: 16px;
    margin: 0px 0px 30px !important;
  }

  .traial-img {
    padding: 10px;
  }

  .trial-sec h2 {
    margin: 0px 0px 0px;
  }

  .grid-item {
    flex-direction: column;
    width: 33.3%;
  }

  .teamcap-img {
    width: 100%;
    padding: 0px;
  }

  .teamcap-head {
    width: 100%;
    padding-top: 10px;
  }

  .teamcap-head a {
    line-height: 1.2;
  }

  .grid-item .teamcap-head p {
    font-size: 14px !important;
  }

  .teamcap-head span {
    font-size: 12px !important;
  }

  .grid-item {
    padding: 0px 5px 10px 0px;
  }
  .banner-sec img.banner-img {
    max-width: 165px;
}

.slide-text h2 {
    padding: 10px 0px;
}

.slide-text p {
    font-size: 17px;
}

.slide-text {
    padding: 0 10px;
}

/*.slide-text {
    padding: 0;
}*/
.traial-img .col-md-12 {
    padding: 0;
}

.trial-part .r-col {
    padding: 0;
}

}


@media only screen and (max-width: 575px) {
  .foot-list ul li {
    list-style: none;
    margin: 0px 4px;
  }

  body {
    font-size: 14px;
  }

  h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .site-header a.navbar-brand {
    max-width: 100px;
  }

  .top-header {
    background: #012639;
    padding: 10px;
  }

  .social-icons ul {
    justify-content: center;
  }

  .info {
    flex-direction: column;
  }

  .social-icons i {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  small {
    font-size: 11px;
    line-height: 1.2;
  }

  .banner-sec button.slick-arrow {
    width: 29px;
    height: 29px;
  }

  .slide-item {
    max-width: 89%;
  }

  /* .slide-box span.slide_next.slick-arrow {
    left: -10px;
  }

  .slide-box span.slick-arrow {
    right: -10px;
  } */
  .slide-item .slide-img {
    width: 100%;
    max-width: 140px;
  }

  .slide-text {
    padding: 0px 20px;
  }

  .nav-tabs {
    flex-direction: column;
  }

  .nav-tabs .nav-item {
    margin: 10px 0px;
  }

  .container.container-rigt-0 {
    padding: 0px 15px;
  }

  .mail {
    padding-left: 0;
  }

  .slide-box span.slick-arrow {
    top: 52%;
  }

  .banner-sec button.slick-arrow {
    width: 29px;
    height: 29px;
  }

  .portfolio-sec button.slick-arrow {
    width: 29px;
    height: 29px;
  }

  .portfolio-sec button.slick-arrow:after {
    font-size: 13px;
  }

  .banner-sec button.slick-arrow:after {
    font-size: 13px;
  }

  .two-imgs {
    flex-direction: column;
  }

  .city-map,
  .city-img {
    width: 100%;
  }

  .read-btn {
    padding-top: 0px;
  }

  .value-text h5 {
    font-size: 12px;
    line-height: 1.5;
  }

  .mount-sec .col-md-6 {
    width: 100%;
  }

  .dis-text {
    border-left: none;
    padding: 25px;
    text-align: center;
  }

  .dis-text h3 {
    text-align: center !important;
  }

  .dis-text p {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .top-header .mail i {
    width: 20px;
    height: 20px;
  }

  .top-header .col-md-9 {
    padding: 0px;
  }

  .bx-pager span {
    font-size: 12px;
  }

  .bx-pager ul li a {
    border: 7px solid #012639;
    width: 20px;
    height: 20px;
  }

  .bx-pager ul:after {
    top: 23%;
  }

  .comp-box {
    padding: 20px;
  }

  .founder-sec .team-btn.port-btn a {
    padding: 10px 10px;
    font-size: 12px;
  }

  .dummi-img {
    width: 100%;
    padding: 10px;
  }

  .lorm-l {
    margin-top: 30px;
  }

  .lorem-text {
    padding: 27px 0px 10px;
  }

  section.lorem-sec {
    padding: 30px 0px 30px;
  }

  .culture-sec .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .modal-header {
    justify-content: center;
  }

  .modal-header .close {
    margin: 4px;
  }

  .modal-body {
    padding: 10PX;
  }

  .message-box {
    padding: 17px 15px 20px;
  }

  .contact-sec .team-btn a {
    padding: 10px 17px;
  }

  .message-box input {
    padding: 10px 12px;
    margin: 20px 0px 0px;
    /*    width: 100%;*/
    border: 1px solid #E1E2DC;
  }

  .graph-sec {
    padding: 30px 0px 30px;
  }

  .modal-header .close {
    top: -19px;
    right: -23px;
  }

  .teamhead-img {
    max-width: 100%;
  }

  .teamcap-head {
    text-align: center;
    padding: 10px 0px 20px;
  }

  section.strategi-sec {
    padding: 20px 0px;
  }

  .history-box {
    padding: 20px;
  }

  .bx-pager ul li a:after {
    background-size: 35px;
  }

  .bx-pager ul li a:after {
    left: -10px;
  }

  .grid-item {
    width: 50%;
    padding: 0px 5px;
  }
  .slide-text p {
    margin: 0;
}

.slide-text h2 {
    padding: 0;
}

.banner-sec {
    background-position: center;
}

}

@media only screen and (max-width: 490px) {
  .team-box {
    width: 100%;
    text-align: center;
  }

  .teamcap-head {
    text-align: center;
  }

  .culture-sec .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: #012639;
  box-shadow: 0px 10px 34px rgb(1 38 57 / 30%);
  color: #ffffff;
  display: inline-block;
  padding: 13px 31px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid #012639;
  max-width: 30%;
}

.message-box textarea {
  width: 100%;
  margin: 30px 0px 0px;
  border: 1px solid #E1E2DC;
  padding: 13px 12px;
}

img.dummy-logo-image {
  filter: grayscale(100%);
  transition: all .3s ease-out;
}

.current_page_item a.nav-link {
  font-weight: 700 !important;
  color: #012639 !important;
}

/*.mount-img .img-fluid {

    width: 677px!important;
    height: 339px!important;
}*/
section.banner-sec .slide-text p:empty {
  display: none;
}

img.img-fluid.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
}

.info-header small {
  font-size: 25px;
}

.info-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-header .mail i {
  color: #e1e2dc;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  background: transparent;
  width: 30px;
  height: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.banner-sec img.banner-land-img {
  position: absolute;
  right: 20px;
  bottom: 30px;
  max-width: unset;
  width: 24%;
}

@media only screen and (min-width: 425px){
  img.logoimage {
    display: none;
  }
}
img.logoimage {
  margin-left: 25px;
}
.grid-item {
  padding: 15px 15px!important;
}

.grid-container {
  margin: 0px -15px!important;
}
.land.banner-sec{
  padding: 211px 0px;
}
@media only screen and (max-width: 768px){
  .info-header small {
    font-size: 15px;
  }
} 
@media only screen and (max-width: 767px){
  .land.banner-sec {
    padding: 95px 0px;
  }
}
.mount-img {
  margin-bottom: 2px;
}
@media only screen and(max-width: 415px){
  .grid-item .teamcap-head p {
    font-size: 16px !important;
  }
}
.logo_content_description{
  color: #012639;
  font-size: 20px;
  font-weight: 500;
}
.medicine_image{
  padding: 50px 10px;
  background-color: #fff;
}
.slider-wrap{
  display: none;
}
.history_image{
  padding-top: 50px;
}
ul#menu-header-menu {
  margin: auto !important;
}

.logo_content_description a {
  text-decoration: none;
  color: #012639;
}
section.strategi-sec {
/*  margin-top: 80px;*/
}
/*.arc-text {
    margin: auto;
}*/
.modal-header .previous, 
.modal-header .next {
  border: none;
  margin-top: 15px;
  background: transparent;
}
.col-md-8.company-logo {
  max-width: 250px;
}
.row.ceo-portfolio {
  margin: 20px 0px;
/*  padding: 12px 100px;*/
  -webkit-box-shadow: 0px 0px 39px 0px rgba(135,135,135,0.98);
  -moz-box-shadow: 0px 0px 39px 0px rgba(135,135,135,0.98);
  box-shadow: 0px 0px 39px 0px rgb(221 221 221 / 20%);
}
.col-md-6.trials-data h4 {
  font-size: 22px;
}
.bx-content p {
    font-size: 22px;
    color: #012639;
}
p {
  color: #012639;
  font-size: 22px;
}
.ceo-name-frm{
  text-wrap: nowrap;
}