body {
  font-family: "Play";
  background-color: #fff;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

    p {
      color: #000000B3;
      font-weight: 300;
      font-size: 15px;
      text-align: justify;
  }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 60vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.top-bar {
  padding: .5rem 0;
  background: #eee; }
  .top-bar a {
    color: #666666; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 58px;
        margin-right: 15px;
        padding: 20px 0px;
        color: #000000!important;
        display: inline-block;
        text-decoration: none !important;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
    }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top:2px solid #69bc46;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 57px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown a {
              text-transform: uppercase;
              letter-spacing: normal;
              -webkit-transition: 0s all;
              -o-transition: 0s all;
              transition: 0s all;
              color: #000 !important;
              font-size: 15px;
          }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }
/*  */
.top-bars{
  width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.about-section{
  padding:45px 0 0 ;
}
h1, .h1 {
  font-size: 32px;
  color: #3C8BC8;
  font-weight: 700;
}
.about-img{
  width: 98%;
}
.vision{
  display: flex;
    align-items: center;
    justify-content: center;
}
/* mission, vision */
.service {
  text-align: center;
  padding: 19px 10px;
  border-radius: 1px;
  font-size: 14px;
  cursor: pointer;
  background: transparent;
  transition: transform 0.5s, background 0.5s;
  min-height: 241px;
}

.service i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #303ef7;
}

.service h2 {
  font-weight: 600;
  margin-bottom: 8px;
}

.service {

border: 1px solid #4DB3D9; 
 color: #fff;
  transform: scale(1.05);
}

.service:hover i {
  color: #fff;
}
.service p {
  text-align: center;
  font-size: 15px;
}
.vision{
  font-size: 18px;
  color: #000000CC;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .service {
    text-align: center;
    padding: 19px 10px;
    border-radius: 1px;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    transition: transform 0.5s, background 0.5s;
    margin-top: 21px;
  }
  
}
.about-section h2{
  color: #3C8BC8;
}
/* mision vision end */
/* our-services  */
.our-services{
  background-color: #FAFAFA;
  padding: 40px 0 0;
}
.services-img{
  width: 73%;
}
.service-wrap {
  border: 1px solid #e6e6e6;
  padding: 20px 30px;
  position: relative;
}
.service-grid{
  background-color: #94C83C;
}


.service-wrap p {
  position: relative;
  color: #FFFFFFB3;
  margin: 0px 23px 0;
}
.service-wrap h4 {
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom:15px;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  margin-top: 20px;
}
.service-wrap a {
  font-size: 14px;
  font-weight: 600;
    position: relative;
  color: #e8bc00;
}
/* why section end */
/* facilities */
.facilities{
  padding: 34px 0 0 ;
}
.facilities-img {
  margin-left: -92px;
}
.facilitie-img {
  margin-left: -186px;
}
@media only screen and (max-width: 600px) {
  .facilities-img {
    margin-left: -1px;
}
.facilitie-img {
  margin-left: -1px;
  width: 100%;

}
}
@media only screen and (max-width: 1200px) {
  .facilitie-img {
    margin-left: -43px;
    width: 100%;
}
.facilities-img {
  margin-left: -21px;
  width: 100%;
}
}
@media only screen and (max-width: 1300px) {
  .facilities-img {
    margin-left: -47px ;
}
.facilitie-img {
  margin-left: -76px;
  width: 100%;
  height: 100%;
}
}
/* facilitea end */
/* get-in-touch start */
.get-in-touch{
  background-color: #3C8BC826;
}
.get-in-img{
  margin-left: -86px
}
.get-in-touch h1{
  margin-top: 32px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.5em + -0.25rem + 13px);
  /* padding: 0.375rem 0.75rem; */
  font-size: 15px;
  font-weight: 400;
  line-height: -1.5;
  color: #797979;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #fff;
  font-family: 'Play';
  border-radius: 2px;
}
.btn-primary {
  color: #fff;
    background-image: linear-gradient(#5CBFDD, #4991CB);
    border-color: #5CBFDD;
    padding: 8px 40px 7px;
    border-radius: 2px;
}
@media only screen and (max-width: 1300px) {
.get-in-img {
  margin-left: -76px;
  width: 100%;
  height: 100%;
}
}
/* contact section */
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
  /* margin-bottom: 64px; */
  z-index: 11;
  position: absolute;
  left: 166px;
  top: -32px;
}
.contact-info-item {
  background: #F0F0F099;
  padding: 68px 0px;
  min-height: 247px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #000000CC;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background:#ffffff none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}


.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top:9px;
  background: #3C8BC826;
}
.contact-page-map {
  margin-top: 93px;
}
.contact-page-form form {
  padding: 25px 53px 0;
}
/* contact section */
/* footer */
footer {
  width: 100%;
  background-color: #2676B5;
  padding: 2px 0px 2px 0px;
}
.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li {
  display: inline;
}
.foote_bottom_ul_amrc li a {
  color: #fff;
  margin: 0 12px;
}
.social_footer_ul {
  display: table;
  margin: 12px 53px auto;
  list-style-type: none;
}
.social_footer_ul li {
  padding-left: 4px;
  padding-top: 10px;
  float: left;
}
.social_footer_ul li a {
  color: #fff;
  padding: 8px;
}
footer p {
  font-size: 13px;
  color: #FFFFFF;
  padding-bottom: 0px;
  margin-bottom: 8px;
}
.text-info {
  color: #FFCC00 !important;
}
/* Gallery section */
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 29px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #53a8d4;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  border-radius: 2px;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -51px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.gallery h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 12px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  z-index: 11;
  position: absolute;
  top: 10px;
  left: 301px;
}
.heros {
  /* height: 59vh; */
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
.mobile {
  background-color: #4eb4d9;
  display: initial;
}
.mobile-section{
  display: none;

}

.mobile-section h1{
color: #fff;
display: initial;
}
.mobile-section p{
  color: #fff;
  /* display: initial; */
  }
  .slides-1{
    display:none
    }
 
@media only screen and (max-width: 600px) {
  .mobile {
    background-color: #4eb4d9;
    display: block;
    padding: 24px 0 0;
}
.arrow{
  width: 100%;
margin-top: -26px;
}
.carousel-control-prev {
  left: 0;
  display: none;
}
.carousel-control-next {
  right: 0;
  display: none;
}
.mobile-section{
  display: block;

}
  .mobile-section h1{
  color: #fff;

  }
  .mobile-section p{
    color: #fff;
    
    }
    .slide-2{
      display: none;
    }
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  z-index: 11;
  position: absolute;
  top: 10px;
  left: 139px;
}
.get-in-img {
  margin-left: 0px;
  width: 100%;
  height: 100%;
}
.slides-1{
  display:block;
}
.hero {
  height: 57vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display:none;
}
.heros {
  /* height: 55vh; */
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block !important;
}
.contact-info-icon {
  /* margin-bottom: 64px; */
  z-index: 11;
  position: absolute;
  left: 134px;
  top: -32px;
}
}
/*  */

h4, .h4 {
  font-size: 20px;
  font-weight: 600;
}
h6, .h6 {
  font-size: 16px;
  color: #333;
}

/*  */
ul.listItem1 li {
  background: url(../images/arrow-right.png) no-repeat 0 2px;
  padding-left: 30px;
  list-style: none;
  margin-left: -13px;
  font-size: 14px;
  color: #000;
  line-height: 2.2;
}
.leader-ships{
  background-color: #FAFAFA;
}
.facilitie1-img {
  margin-left: -136px;
}
.facilitie2-img {
  margin-left: -136px;
}
.facilitie2-img {
  margin-left: 66px;
}
/*  */
.service-wrap h4 {
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  margin-top: 20px;
}
.services-wrap {
  border: 1px solid #e6e6e6;
  padding: 20px 30px;
  position: relative;
  min-height: 287px;
}
.services-wrap h4 {
  color: #52b848;
  font-size: 16px;
  margin-top: 19px;
}
.partner{
  background-color: #F6F6F6;
}
.btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #3C8BC8;
  border-radius: 16px;
}
.api{
  background-color: #F6F6F6;
}
.api p{
  margin: 0 15px 0;
}
.api p {
  
  text-align: center;
  margin-top: 21px;
}
.services-wrap p{
  font-size: 14px;
}
.btn-info {
  color: #fff;
  background-image: linear-gradient(#5CBFDD, #4991CB);  border-color: #17a2b8;
  padding: 8px 36px 6px;
  border-radius: 16px;
}
.custom-table thead tr th {
  font-size: 14px;
  font-weight: 600;
  border-color: #5fbb476b !important;
  height: 75px !important;
  text-align: center;
  vertical-align: middle;
  padding: 12px !important;
  border-width: 1px;
  width: 20%;
  color: #3C8BC8;
}
.custom-table tbody tr td {
  height: 80px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  border-width: 1px;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #5fbb476b;
}
@media only screen and (max-width: 600px) {
  .facilitie1-img {
    margin-left: 0px;
    width: 100%;
}
.facilitie2-img {
  margin-left: 5px;
}
}
.mekanar p {
  line-height: 2.2;
  color: #ffffffc9;
}
.contact-text {
  width: 50%;
  padding: 40px 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  color: #fff;
  background: linear-gradient(91deg, #3b89c7, rgb(82 190 222));}
.contact-text h6 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: .5px;
}
.contact-text h3 {
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: .4px;
}
.contact-form-content {
  width: 50%;
  padding: 0px 0;
  padding-left: 62px;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.contact-form-content h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  /* text-align: center; */
  color: #3f9cd0;
  margin-bottom: 44px;
  margin-top: -18px;
}
.form-group label {
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  margin-bottom: 15px;
  letter-spacing: -.4px;
  color: #6c757d;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.form-control {
  background: #efefef;
  border: none;
  border-radius: 2px;
  padding: 10px 28px;
  font-size: 12px;
  height: 38px;
  font-weight: 600;
  letter-spacing: -.3px;
  color: #333;
  font-style: italic;
}
.btn-default, .btn-default:focus {
  color: #fff;
  background-color: #44a4d3;
  border: solid 1px #53c0df;
  padding: 6px 15px 5px;
  min-width: 130px;
  border-radius: 16px;
}
.contact-text h6 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: .5px;
  color: #fff;
}
.contact-text p{
  font-size: 15px;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: .5px;
  color: #fff;
}
.cdmo-banner-content {
  position: absolute;
  z-index: 11;
  color: #fff !important;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.08px;
  margin-top: 0px;
  padding-left: 40px;
  top: 245px;
}
.cdmo-banner-content h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 6px;
  letter-spacing: 2px;
  color: #fff !important;

}
.cdmo-banner-content h1 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 4.6px;
  /* text-transform: uppercase; */
  line-height: 39px;
  margin-bottom: 6px;
  color: #fff !important;

}
.cdmo-banner-content p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 6px;
  color: #fff !important;
}
.btn-dark {
  color: #333;
  background-color: #ffffff;
  border-color: #ffffff;
}
h2, .h2 {
  font-size: 2rem;
  color: #3C8BC8;
}
.qbd p{
  line-height: 2.3;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: circle;
  font-size: 15px;
}
.mekanar{
  background-image: url(../images/why-us.png);
}
.mekanar h1{
color: #fff;
}
.ipr p{
line-height: 2.0;
}
.cdmo-content {
  padding-top: 46px;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.cdmo-img {
  width: calc(100% - 430px);
  margin: 0 auto;
  padding-left: 70px;
}
.cdmo-img img {
  width: 100%;
}
.cdmo-text-content.cdmo-text-1 {
  top: 71px;
  left: 21px;
  width: 270px;
}
.cdmo-text-content {
  position: absolute;
  width: 270px;
  text-align: center;
  padding: 16px;
  letter-spacing: .5px;
}
.cdmo-text-content h5 {
  font-size: 16px;
  margin-bottom: 9px;
  letter-spacing: 1px;
}
p:last-child {
  margin-bottom: 0;
}
.cdmo-text-content.cdmo-text-2 {
  bottom: -19px;
  width: 322px;
}
.cdmo-text-content h5 {
  font-size: 20px;
  margin-bottom: 9px;
  letter-spacing: 1px;
  font-weight: 600;
}
.cdmo-text-content.cdmo-text-3 {
  right: -10px;
  top: 38%;
  width: 230px;
}
.cdmo-text-content p {
text-align: center;
}
.api-bac{
  background-image: linear-gradient(#4193cc, #56bbdc);
}
.api-bac p{
  color: #fff;
}
.api-bac h1{
  color: #fff;
}
.service-img-box {
  position: relative;
  max-width: 630px;
  margin: 0 auto;
}
.service-img {
  /* max-width: 630px; */
  margin: 0 auto;
  margin-bottom: -80px;
}
.service-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.service-link-box.service-link-1 {
  top: auto;
  width: 360px;
  left: -17%;
  bottom: 84%;
  /* margin-bottom: -70px; */
  max-width: none;
}
.why-us-container h1{
  color:#79c461 ;
}
.service-link-box {
  position: absolute;
  font-size: 15px;
  letter-spacing: 1.4px;
  font-weight: 700;
  line-height: 21px;
  max-width: 50%;
}
.service-link-box p {
  margin-bottom: 5px;
  text-align: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #69bd46;
}
.service-link {
  font-size: 13px;
  /* text-transform: uppercase; */
  letter-spacing: .6px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 400;
}
.service-link img {
  width: 42px;
  filter: invert(1);
  margin-left: 5px;
}
.service-link-icon.service-link-icon-1 {
  top: 18.5%;
  left: 1.5%;
}
.service-link-icon {
  width: 13.5%;
  height: 14.5%;
  position: absolute;
  border-radius: 50%;
  padding: 15px;
}
.service-link-box.service-link-2 {
  bottom: 85%;
  right: -47%;
}
.carousel-control-prev {
  left: 1px;
  position: absolute;
  z-index: 11; 
}
.service-link-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s ease-in;
}
.service-link-box.service-link-2 {
  bottom: 85%;
  right: -32%;
}
.service-link-icon.service-link-icon-2 {
  top: 18.5%;
  right: 1.5%;
}
.service-link-icon:not(:hover) img {
  filter: brightness(0);
}
.service-link-box.service-link-3 {
  left: -18%;
  bottom: 9%;
}
.service-link-icon.service-link-icon-3 {
  bottom: 28%;
  left: 6%;
}
.service-link-box.service-link-4 {
  right: -33%;
  bottom: 10%;
}
.service-link-icon.service-link-icon-4 {
  bottom: 28%;
  right: 6%;
}

.custom-table thead tr th {
  font-size: 16px;
  font-weight: 600;
  height: 75px !important;
  text-align: center;
  vertical-align: middle;
  padding: 12px !important;
  border-width: 1px;
  width: 20%;
}
.cdmo-banner-contents {
  position: absolute;
  z-index: 11;
  color: #fff !important;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.08px;
  margin-top: 0px;
  padding-left: 40px;
  top: 59px;
}
.cdmo-banner-contents {
  position: absolute;
  z-index: 11;
  color: #fff !important;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.08px;
  margin-top: 0px;
  padding-left: 69px;
  top: 70px;
}

.cdmo-banner-contents h1 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 33px;
  margin-bottom: 6px;
  color: #fff !important;
}
.cdmo-banner-contents p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 6px;
  color: #fff !important;
  line-height: 2.0;
}
.cdmo-banner-contents h6{
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 6px;
  color: #fff !important;
}
.heading h3 {
  font-size: 33px;
  text-transform: uppercase;
  line-height: 36px;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 800;
}
.heading h3 + p {
  margin-top: 15px;
}
.wu-content {
  padding-top: 23px;
}
.os-animation.animated {
  opacity: 1;
}
.wu-icon-list {
  width: 190px;
  display: flex;
  flex-flow: column;
}
.wu-icon-list li {
  padding: 18px;
  text-align: center;
  list-style: none;
}
.wu-icon-list li .wu-icon-box {
  max-width: 84px;
  margin: 0 auto;
}
.wu-icon-list li h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 12px 4% 13px;
  line-height: 22px;
  letter-spacing: .6px;
  text-transform: inherit;
}
.wu-mid-content {
  width: calc(100% - 380px);
  padding: 0 10px 0 23px;
}
.wu-mid-box {
  width: 100%;
  background-image: url(include/images/why-img1.jpg);
  background-size: cover;
  position: relative;
  height: 96%;
}
.cdmo-container h3{
  color:#3f97cd ;
  font-weight: 700;
}
.wu-mid-link {
  position: absolute;
  width: 50%;
  height: 50%;
  background: rgb(64 182 73 / 72%);
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 34px;
  bottom: 0;
  right: 0;
}
.wu-mid-box::after {
  content: '';
  position: absolute;
  width: 100%;
  background: #fff;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.wu-mid-box::before {
  content: '';
  position: absolute;
  width: 10px;
  background: #fff;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  top: 0;
}
.wu-mid-link h4 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 35px;
  margin-top: 21px;
}
.wu-mid-link h4 span {
  display: block;
  font-weight: 700;
}
.wwa-list {
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-top: 20px;
  list-style: none;
}
.wwa-item {
  width: 50%;
  padding: 0 15px;
}
.wwa-box {
  position: relative;
  padding-left: 126px;
  height: 100%;
}
.wwa-icon.red {
  background: linear-gradient(31deg, #ff1e27, #f2454c);
}
.wwa-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 100%;
  overflow: hidden;
}
.wwa-icon img {
  position: absolute;
  bottom: -35px;
  min-width: 200px;
}
.wwa-box .heading {
  margin-bottom: 15px;
}
.heading h3 {
  font-size: 33px;
  text-transform: uppercase;
  line-height: 36px;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-weight: 800;
  color: #3d8cc9;
}
.heading h3 span {
  display: block;
  font-weight: 400;
  font-size: 29px;
  letter-spacing: normal;
  color: #6abd45;
}
.wwa-icon.blue {
  background: linear-gradient(218deg, #1c5fa8, rgb(33 130 231));
}
.value-img {
  margin: 0 auto;
  max-width: 521px;
}
.value-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.value-text-box{
  margin-left: 57px;
}
.leader-ship{
  margin-top: -19px;
}
@media (max-width: 767.98px){

.service-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: 117px;
}
.service-link-box.service-link-2 {
  bottom: 79%;
  right: 0% !important;
}
.service-link-box.service-link-4 {
right: -2% !important;
bottom: -5%  !important;
}
.service-link-box.service-link-1 {
top: auto;
width: 100%;
left: 12px !important;
bottom: 84%;
/* margin-bottom: -70px; */
max-width: none;
}
.wu-icon-list {
width: 85%;
display: flex;
flex-flow: column;
}
.service-link-box.service-link-3 {
left: 4% !important;
bottom: -10% !important;
}
.service-img {
/* max-width: 630px; */
margin: 0 auto;
margin-bottom: -24px !important;
}
.heros {
width: 100% !important;
height: 45vh;
}
/* .wu-mid-link {
position: relative;
width: 83%;
height: 50%;
background: rgb(64 182 73 / 72%);
display: flex;
flex-flow: column;
justify-content: center;
padding: 54px;
bottom: 0;
right: 0;
} */
.safely{
width: 100%;
}
.facilities-img {
margin-left: 3px !important;
height: 100%;
width: 100% !important;
}
.facilitie-img {
margin-left: -1px;
width: 100%;

}
.capabilities {
width: 49%;
}
.contact-text {
width: 100%;
padding: 28px 13px;
display: flex;
flex-flow: column;
justify-content: center;
position: relative;
color: #fff;
background: linear-gradient(91deg, #3b89c7, rgb(82 190 222));
}
.contact-form-content {
width: 100%;
padding: 52px 0;
padding-left: 23px;
}
.wu-mid-content {
  width: calc(95% - -3%);
  padding: 0 0px 0 0px;
}
.wu-mid-link {
  position: initial;
  width: 50%;
  height: 50%;
  background: rgb(64 182 73 / 72%);
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 54px;
  bottom: 0;
  right: 0;
}
.wu-mid-box {
  width: 100%;
  background-image: url(include/images/why-img1.jpg);
  background-size: cover;
  position: relative;
  height: 96%;
}
.vision {
  display: grid;
  align-items: center;
  justify-content: center;
}
.value-text-box{
  margin-left:22px;
}
.cdmo-banner-contents p {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 6px;
  color: #fff !important;
  /* line-height: 2.0; */
  text-align: left;
}
.cdmo-banner-contents h1 {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 33px;
  margin-bottom: -6px;
  color: #fff !important;
}
.leader-ship{
  text-align: center;
}
}
@media only screen and (max-width: 1200px) {

.cdmo-banner-contents {
  position: absolute;
  z-index: 11;
  color: #fff !important;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.08px;
  margin-top: 0px;
  padding-left: 69px;
  top: 44px;
}
.foote_bottom_ul_amrc li a {
  color: #fff;
  margin: 0 8px;
  font-size: 13px;
}
p {
  color: #000000B3;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
}
}

@media all and (min-device-width:412px) and (min-device-height:915px) {
  .cdmo-banner-contents {
  position: absolute;
  z-index: 11;
  color: #fff !important;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.08px;
  margin-top: 0px;
  padding-left: 69px;
  top: 128px;
}
.foote_bottom_ul_amrc li a {
  color: #fff;
  margin: 0 8px;
  font-size: 13px;
}
p {
  color: #000000B3;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
}
}
/* .mobile{
  background-color: #4eb4d9;
} */
@media only screen and (max-width:1280px) and (max-height:720px) {
  .cdmo-banner-contents {
    position: absolute;
    z-index: 11;
    color: #fff !important;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1.08px;
    margin-top: 0px;
    padding-left: 69px;
    top: 58px;
}
.ipr p {
  line-height: 1.8;
  font-size: 14px;
}
.contact-text p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: .5px;
  color: #fff;
  text-align: left;
}
.foote_bottom_ul_amrc li {
  display: inline;
  font-size: 13px;
}
.cdmo-banner-contents p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 6px;
  color: #fff !important;
  line-height: 2.0;
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 27px;
  margin-right: 8px;
  padding: 20px 0px;
  color: #000000!important;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #69bc46;
  -webkit-box-shadow: 0 2px 10px -2px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 10px -2px rgb(0 0 0 / 10%);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 20px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.services-wrap {
  border: 1px solid #e6e6e6;
  padding: 20px 30px;
  position: relative;
  min-height: 317px;
}
}
@media only screen and (max-width: 600px) {
  .contact-text h3 {
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: .4px;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
  text-transform: uppercase;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;

  text-transform: uppercase !important;
}
}