.navbar-header {
  float: left;
  text-align: center;
  width: 100%;
}

.navbar-header a:hover {
  color: black;
}

.ta-right {
  text-align: right;
}

.fileupload {
  width: 210px;
}

.error-message {
  color: red;
  font-size: 14px;
}

.navbar-brand {
	float:none;
	padding-top: .5rem;
	/*padding-bottom: .5rem;*/
  padding-bottom: 0;
	font-size: 40px;
  font-weight: 800;
  font-family: "Poppins", Arial, sans-serif;
  letter-spacing: 3px;
}
@media (max-width: 576px) {
  .navbar-brand {
    font-size: 24px;
  } }

.header-slogan {
  color: #fff; 
  padding-left: 80px;
  margin-top: -25px;
}
  @media (max-width: 991.98px) {
    .header-slogan {
      color: #fff; 
      /*padding-left: 50px;
      margin-top: -10px;*/
    } }

.card-text {
  letter-spacing: 0.2px;
  line-height: 2;
  margin-right: 5px;
  margin-left: 5px;
}

.navbar-footer {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
	color: #fff !important;
  padding-bottom: .5rem;
}
.footer-copyright {
	font-size: 10px;
	color: #fff;
}

/* body {
  background-color: #d3d3d3;
  font-family: "Poppins", Arial, sans-serif;
  color: gray;
}
*/

.list-image {
  margin-left: auto;
  margin-right: auto;
  width:125px;
  height:125px; 
  border: none;  
  padding: 0.25rem;
  background-color: #fff;  
}
strong {
  color: orange;
}

p {
  font-size: 14px;
}

.main-container {
  padding-right: 0px;
  padding-left: 0px;
}

.mrml {
  margin-right: 0;
  margin-left: 0;
}

.bg-darkblue {
  background-color: #195953;
}

.container {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

.margintop {
  margin-top: 20px;
}
.paddingbottom-xxs {
  padding-bottom: 5px;
}

.paddingbottom-xs {
  padding-bottom: 10px;
}

.paddingtop-xs {
  padding-top: 10px;
}

.marginbottom-xs {
  margin-bottom: 10px;
}
.marginbottom-sm {
  margin-bottom: 25px;
}

.bg-whitecolor {
  color:white;
}

.textAlignCenter {
  text-align:center;
}

.paddingRight {
  padding-right:10px;
}

@media (max-width: 575px) {
  .col-2 {
    max-width: 100%;
    flex: 1 0 0;
  }
}

.btn-size {
  width: 180px;
}

.more-details {
  padding-top:80px;
  font-size: 14px;
  font-style: italic;

}

.card {
  /*background-color: #DDEAF8;*/
  background-color: #7865;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.btn-primary {
  background-color: #003f8c;
  border-color: #47b2e4;
  border-radius: 50px;
  /*border-color: #26867c;*/
  
}
@media (min-width: 1200px) {
  .product-card {
    padding-left: 10%;
    padding-right: 10%;
  }
}

/*@media (max-width: 576px) {
  .card-body {
    margin-left: 10%;
  }
}*/

.ml-p0 {
  margin-left: 10px;
}

.bg-lightcolor {
  background-color: #f5f5dc;
  border: none;
}

.bg_torque {
  /*background-color: #40e0d0;*/
  background-color: #343a40;
}

.bg-gray {
  background-color: #6c757d;
}
.ftco-navbar-light {
  background: #40e0d0 !important;
  z-index: 3;
   }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: #000000 !important;
      position: relative;
      top: 0;
      padding: 10px 15px; } }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
      padding-bottom: 10px; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 12px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 23px;
    padding-right: 23px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      background-color: #f79f24;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      z-index: -1; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #000000; }
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
        visibility: visible;
        background-color: #f79f24;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: rgba(255, 255, 255, 0.7); }
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
          color: #fff; }
          .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
            display: none; } }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px; }
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
      font-size: 12px;
      color: #000000; }
      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
        background: none;
        color: #fff; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
        display: block !important;
        background: #000000; }
        .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
          color: rgba(255, 255, 255, 0.8); } }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: #f79f24;
    border-radius: 0px; }
    @media (max-width: 767.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: none;
        border-radius: 4px; } }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff; }
    .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
      visibility: visible;
      background-color: #f79f24;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #f79f24; }
        .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
          display: none; } }
  .ftco-navbar-light .navbar-toggler {
    border-color: lightgreen;
    
	background-color: transparent;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-toggler:focus {
      outline: none !important; }  
    .navbar-toggler {
      padding-right: 12px !important;
    }
 .ftco-navbar-light .navbar-toggler-icon {
            background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 128, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
			align: left;
}

/* Home Section */

.home-section {
  position: relative; }
  .home-section .owl-carousel {
    margin: 0; }
  .home-section .owl-carousel .owl-stage-outer {
    padding: 20px 0 2em 0;
    position: relative; }
  .home-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%; }
    .home-section .owl-nav .owl-prev,
    .home-section .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      outline: none !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
      .home-section .owl-nav .owl-prev span:before,
      .home-section .owl-nav .owl-next span:before {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.5);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .home-section .owl-nav .owl-prev:hover span:before, .home-section .owl-nav .owl-prev:focus span:before,
      .home-section .owl-nav .owl-next:hover span:before,
      .home-section .owl-nav .owl-next:focus span:before {
        color: #fff; }
    .home-section .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .home-section .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
  .home-section:hover .owl-nav .owl-prev,
  .home-section:hover .owl-nav .owl-next {
    opacity: 1; }
  .home-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
  .home-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
  .home-section .owl-dots {
    text-align: center; }
    .home-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1); }
      .home-section .owl-dots .owl-dot.active {
        background: #064acb; }
        .home-section .owl-dots .owl-dot.active:after {
          border-color: #064acb; }

.gtco-animate {
  opacity: 0;
  visibility: hidden; }

  .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

    .media-body h4 {
      font-weight: 700;
      font-size: 14px;
      color: #000000; }

     /* .media-body p {
        text-align: justify;
      }*/ 

    .aboutround {
      width: 70px;
      height: 70px;
    }

/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/
.info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.home {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  background: #f5f5dc;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.enquiry {
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contactinfo {
  padding: 30px;
  padding-left: 60px;
}

@media (max-width: 991.98px) {
    .contactinfo {
      padding: 10px;
    }
  }


.info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 16px;
  /*color: #6182ba;*/
  color: #000;
}

.info .email p {
  padding-top: 5px;
}

.info a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.info a:hover {
  background: #47b2e4;
  color: #fff;
}

.info .email:hover i, .info .address:hover i, .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.content h3 {
  font-weight: 600;
  font-size: 26px;
}

.content ul {
  list-style: none;
  padding: 0;
}

.content ul li {
  padding-left: 28px;
  position: relative;
}

.content ul li + li {
  margin-top: 10px;
}

.content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.content p:last-child {
  margin-bottom: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}
.img-thumbnail {
  width: 100%;
  height: 223px;
}

@media (min-width: 1300px) {
  .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    width: 100%;
    height:300px;
  }
}

/*--------------------------------------------------------------*/
.member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #f5f5dc;
  transition: 0.5s;
}

.round {
  position: relative;
  min-width: 70px;
  min-height: 70px;
  margin: 0 auto;
  z-index: 0;      
  background: #195953;
  border-radius: 50%;
  display: flex;
}

.round span {
  font-size: 30px;
  color: #fff; 
}  

.member:hover {
  transform: translateY(-10px);
}

.member .member-info {
  padding-left: 20px;
}

.member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
  font-family: "Jost", sans-serif;
}

.member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
