/*================================================
Default CSS
=================================================*/
/*font-family: 'Arimo',serif ;*/
@import url('https://fonts.googleapis.com/css?family=Arimo&display=swap');

@import url('https://fonts.googleapis.com/css?family=Dosis:400,600,700&display=swap');
@font-face {
  font-family: nitoli;
  src: url(../fonts/nitoli.woff2);
}
@font-face {
  font-family: nitolii;
  src: url(../fonts/nitolii.woff2);
}
/*font import*/
body {
  padding: 0;
  margin: 0;
  font-family: 'Dosis', sans-serif;
  font-size: 15px;
  max-width: 100%;
  overflow-x: hidden;
}
a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0 !important;
  text-decoration: none;
  color: #121521;
}
a:hover {
  text-decoration: none;
  color: #01362f;
}
button {
  outline: 0 !important;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
p:last-child {
  margin-bottom: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #121521;
}
/*============
common class
============*/
.bg-army-green{
  background: #01362f;
}
.common-txt-white{
  color:#fff;
  font-size: 14px;
}
.common-text {
  font-family: nitolii;
  color: #585858;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align:justify;
}
.f-heading{
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  border-left: 5px solid #fff;
  padding-left: 6px;
  margin-top: 50px;
}
.main-hdn {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
/*============
common class
============*/
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.btn {
  border: none;
  line-height: initial;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 17px 50px 15.5px 25px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.btn.disabled, .btn:disabled {
  opacity: 1;
}
.btn-primary {
  background: linear-gradient(142deg, rgb(1, 54, 47)65%, rgba(1, 54, 47, 0.04)20%), linear-gradient(152deg, rgba(1, 54, 47, 0.88)70%, rgba(1, 54, 47, 0.7)30%), linear-gradient(-200deg, rgba(1, 54, 47, 0.72)75%, rgba(1, 54, 47, 0.83)40%);
  color: #ffffff;
}
.btn-primary i {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  display: inline-block;
  height: 33px;
  width: 33px;
  line-height: 33px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #14524a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #19ce67;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  background: #ffba00 !important;
  color: #ffffff !important;
}
.btn-primary:hover i, .btn-primary:focus i {
  background-color: #ffffff;
  color: #121521;
}
/*form-control*/
.form-control {
  height: 45px;
  padding: 0 15px;
  font-size: 15px;
  line-height: initial;
  color: #121521;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form-control:focus {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border-color: #01362f;
}
/*================================================
Header Area CSS
=================================================*/
.sign-btn {
  background: #ffffff;
  color: #01362f;
  padding: 6px 9px;
  border-radius: 30px;
}
.top-header {
  background-color: #01362f;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.header-contact-info li {
  display: inline-block;
  margin-right: 20px;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
}
.header-contact-info li i {
  color: #0e6b50;
  margin-right: 4px;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  font-size: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-contact-info a {
  color: #fff;
}
.header-contact-info li:last-child {
  margin-right: 0;
}
.header-contact-info li:hover i {
  background-color: #0e6b50;
  color: #ffffff;
}
.header-right-content {
  text-align: right;
}
.header-right-content .top-header-social {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.header-right-content .top-header-social li {
  display: inline-block;
  margin-right: 4px;
}
.header-right-content .top-header-social li a {
  display: block;
  color: #01362f;
  width: 30px;
  height: 30px;
  line-height: 31px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
}
.header-right-content .top-header-social li a:hover {
  color: #ffffff;
  background-color: #0e6b50;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.header-right-content .top-header-social li:last-child {
  margin-right: 0;
}
.tin-responsive-nav {
  display: none;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.tin-nav {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}
.tin-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.tin-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.tin-nav .navbar .navbar-nav {
    font-family: "Rubik", sans-serif;
    margin-left: 30px;
    /* margin-right: 0; */
}
.tin-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
.tin-nav .navbar .navbar-nav .nav-item a {
  font-size: 15.5px;
  font-weight: 500;
  color: #121521;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  /* font-weight: 600;
   */
  font-family: nitolii;
}
.tin-nav .navbar .navbar-nav .nav-item a:hover, .tin-nav .navbar .navbar-nav .nav-item a:focus, .tin-nav .navbar .navbar-nav .nav-item a.active {
  color: #0E6B50;
}
.tin-nav .navbar .navbar-nav .nav-item a i {
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-left: 1px;
}
.tin-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.tin-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.tin-nav .navbar .navbar-nav .nav-item:hover a, .tin-nav .navbar .navbar-nav .nav-item:focus a, .tin-nav .navbar .navbar-nav .nav-item.active a {
  color: #0e6b50;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 300px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 3px solid #0e6b50;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 10px 0;
  margin: 0;
  color: #121521;
  font-size: 14.5px;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0e6b50;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #121521;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #19ce67;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #121521;
  text-transform: capitalize;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #19ce67;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #121521;
  text-transform: capitalize;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #19ce67;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #121521;
  text-transform: capitalize;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #19ce67;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #121521;
  text-transform: capitalize;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #19ce67;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #121521;
  text-transform: capitalize;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #19ce67;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #19ce67;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #19ce67;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #19ce67;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #19ce67;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #19ce67;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #19ce67;
}
.tin-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.tin-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.tin-nav .navbar .others-options .cart-btn {
  display: inline-block;
  position: relative;
  top: 3px;
  color: #121521;
  font-size: 17px;
}
.tin-nav .navbar .others-options .cart-btn:hover {
  color: #19ce67;
}
.tin-nav .navbar .others-options .btn {
  margin-left: 15px;
  padding: 15px 25px 13.5px 25px;
}
.tin-nav .navbar .others-options .option-item {
  color: #121521;
  display: inline-block;
  position: relative;
  line-height: initial;
  margin-left: 15px;
  top: 4px;
}
.tin-nav .navbar .others-options .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #121521;
}
.tin-nav .navbar .others-options .option-item .search-btn::before {
  font-size: 17px;
}
.tin-nav .navbar .others-options .option-item .search-btn:hover {
  color: #19ce67;
}
.tin-nav .navbar .others-options .option-item .search-close-btn {
  cursor: pointer;
  display: none;
  font-size: 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 17px;
  color: #121521;
}
.tin-nav .navbar .others-options .option-item .search-close-btn.active {
  display: block;
}
.tin-nav .navbar .others-options .option-item .search-close-btn:hover {
  color: #01362f;
}
.navbar-area {
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 2;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.search-overlay {
  display: none;
}
.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.search-overlay.search-popup .search-form {
  position: relative;
}
.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: initial;
  border: 1px solid #eeeeee;
  padding-left: 10px;
  color: #121521;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
}
.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #19ce67;
}
.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  background: transparent;
  border: none;
  width: 40px;
  outline: 0;
  color: #7d7d7d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  color: #19ce67;
}
@media only screen and (max-width: 991px) {
  .navbar-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-area.is-sticky {
    border-bottom: none;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .tin-responsive-nav {
    display: block;
  }
  .tin-responsive-nav .tin-responsive-menu {
    position: relative;
  }
  .tin-responsive-nav .tin-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .tin-responsive-nav .tin-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #19ce67;
  }
  .tin-responsive-nav .tin-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 13.5px;
  }
  .tin-responsive-nav .tin-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 350px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .tin-responsive-nav .mean-container a.meanmenu-reveal {
    color: #121521;
  }
  .tin-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #121521;
  }
  .tin-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .tin-responsive-nav .others-options {
    position: absolute;
    right: 55px;
    top: -2px;
  }
  .tin-responsive-nav .others-options .btn {
    display: none;
  }
  .tin-responsive-nav .others-options .cart-btn {
    display: inline-block;
    position: relative;
    top: 3px;
    color: #121521;
    font-size: 17px;
  }
  .tin-responsive-nav .others-options .cart-btn:hover {
    color: #19ce67;
  }
  .tin-responsive-nav .others-options .option-item {
    display: none;
    color: #121521;
    position: relative;
    line-height: initial;
    margin-left: 15px;
    top: 4px;
  }
  .tin-responsive-nav .others-options .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #121521;
  }
  .tin-responsive-nav .others-options .option-item .search-btn::before {
    font-size: 17px;
  }
  .tin-responsive-nav .others-options .option-item .search-btn:hover {
    color: #19ce67;
  }
  .tin-responsive-nav .others-options .option-item .search-close-btn {
    cursor: pointer;
    display: none;
    font-size: 17px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 17px;
    color: #121521;
  }
  .tin-responsive-nav .others-options .option-item .search-close-btn.active {
    display: block;
  }
  .tin-responsive-nav .others-options .option-item .search-close-btn:hover {
    color: #19ce67;
  }
  .search-overlay.search-popup .search-form .search-input {
    width: 96%;
  }
  .search-overlay.search-popup .search-form .search-button {
    height: 43px;
  }
  .tin-nav {
    display: none;
  }
}
/*================================================
Main Banner Area CSS
 =================================================*/
.main-banner {
  height: 435px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-hdn {
  color: #fff;
}

.main-banner-content {
  max-width: 850px;
  margin-top: 320px;
}
.main-banner-content span {
  display: block;
  margin-bottom: 2px;
  color: #19ce67;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.bnr-txt-main{
  background: #01362f6b;
  padding:15px;
}
.main-banner-content h1 {
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 67px;
  padding-bottom: 21px;
}
.main-banner-content p {
  line-height: 22px;
  color: #fff;
  max-width: 850px;
  font-size: 19px;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 600;
}
.main-banner-content .btn-box {
  margin-top: 30px;
}
.main-banner-content .btn-box .btn-light {
  margin-left: 12px;
}
.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home-slides.owl-theme .owl-nav [class*=owl-] {
  color: #121521;
  margin: 0;
  padding: 0;
  background: #ffffff;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 51px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #01362f;
  color: #ffffff;
}
.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 15px;
}
.home-slides.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
.home-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 3px;
  margin: 0 2px;
  background: #121521;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #19ce67;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
  background-color: #19ce67;
}
.home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
/*================================================
News scroll Area CSS
=================================================*/
.topic-box {
  display: inline-block;
  position: relative;
  background-color: #01362f;
  color: #fff;
  height: 40px;
  padding: 0 20px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
}
.ticker-wrapper.has-js{
  width:100%;
  display:block
}
.ticker{
  width:100%;
  height:23px;
  display:block;
  position:relative;
  overflow:hidden
}
.ticker-content{
  margin:0;
  position:absolute;
  overflow:hidden;
  white-space:nowrap;
  line-height:1.5
}
.ticker-content a{
  -webkit-transition:all .5s ease-out;
  -moz-transition:all .5s ease-out;
  -ms-transition:all .5s ease-out;
  -o-transition:all .5s ease-out;
  transition:all .5s ease-out
}
.ticker-content a:hover{
  text-decoration:none;
  color:#e53935
}
.ticker-swipe{
  padding-top:9px;
  position:absolute;
  top:0;
  display:block;
  width:100%;
  height:23px
}
.ticker-swipe span{
  margin-left:1px;
  border-bottom:1px solid #e53935;
  height:12px;
  width:7px;
  display:block
}
.ticker-controls{
  padding:8px 0 0;
  list-style-type:none;
  float:left
}
.ticker-controls li{
  padding:0;
  margin-left:5px;
  float:left;
  cursor:pointer;
  height:16px;
  width:16px;
  display:block
}
.left .ticker,.left .ticker-content,.left .ticker-controls,.left .ticker-title{
  float:left
}
.feeding-text-dark .ticker, .feeding-text-dark .ticker-content, .feeding-text-dark .ticker-wrapper.has-js {
  background-color: transparent;
}
.feeding-text-dark .ticker-content a{
  color:#444
}
.feeding-text-dark .ticker-content a:hover{
  color:#e53935;
}
.feeding-text-dark .ticker-swipe,.feeding-text-dark .ticker-swipe span{
  background-color:#ffba00;
}
.feeding-text-dark2 .ticker,.feeding-text-dark2 .ticker-content,.feeding-text-dark2 .ticker-wrapper.has-js{
  background-color:#fff
}
.feeding-text-dark2 .ticker-content a{
  color:#444
}
.feeding-text-dark2 .ticker-content a:hover{
  color:#e53935
}
.feeding-text-dark2 .ticker-swipe,.feeding-text-dark2 .ticker-swipe span{
  background-color:#fff
}
.feeding-text-light .ticker,.feeding-text-light .ticker-content,.feeding-text-light .ticker-wrapper.has-js{
  background-color:#111
}
.feeding-text-light .ticker-content a{
  color:#fff
}
.feeding-text-light .ticker-content a:hover{
  color:#e53935
}
.feeding-text-light .ticker-swipe,.feeding-text-light .ticker-swipe span{
  background-color:#111
}
.feeding-text-light2 .ticker,.feeding-text-light2 .ticker-content,.feeding-text-light2 .ticker-wrapper.has-js{
  background-color:#444
}
.feeding-text-light2 .ticker-content a{
  color:#fff
}
.feeding-text-light2 .ticker-content a:hover{
  color:#e53935
}
.feeding-text-light2 .ticker-swipe,.feeding-text-light2 .ticker-swipe span{
  background-color:#444
}
.bg-accent.add-top-margin {
  background: #ffba00;
}
/*================================================
About Area CSS
=================================================*/
.about-sec-hdn h1 {
  font-weight: 400;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  font-family: nitoli;
  border-left: 20px solid #01362f;
  padding-left: 25px;
}
/*.about-sec-txt p {
  column-count: 2;
}*/
.about-sec-txt {
  margin-top: 30px;
}
.about-area {
  padding: 80px 0px 20px 0px;
  background: url(../img/msg.png) no-repeat center top;
  background-size: cover;
  margin-top: 27px;
}
/*================================================
Chairman message Area CSS
=================================================*/
.msg-hdn h3 {
  font-weight: 600;
  font-size: 17px;
  color: #FF9800;
}
.msg-hdn {
  background: linear-gradient(139deg, rgba(1, 54, 47, 0.79)46%, rgba(1, 54, 47, 0.1)20%, rgba(1, 54, 47, 0.66)66%), linear-gradient(142deg, rgba(1, 54, 47, 0.01)65%, rgba(1, 54, 47, 0.45)20%), linear-gradient(152deg, rgba(1, 54, 47, 0.88)70%, rgba(1, 54, 47, 0.01)30%), linear-gradient(-200deg, rgba(1, 54, 47, 0.73)75%, rgba(1, 54, 47, 0.6)40%);
  padding: 20px;
}
.msg-hdn h2{
  font-family: nitoli;
  text-transform: uppercase;
  font-size: 47px;
  color: #fff;
}
.second-hdn {
  font-weight: 700;
  font-size: 16px;
  padding-top: 10px;
}
/*================================================
Main Services Area CSS
=================================================*/
.main-services-area {
  background: url(../img/msg1.png) no-repeat center top;
  background-size: cover;
  padding: 30px 0 80px 0;
}
.ser-img {
  height: 466px;
  object-fit: cover;
}
.ser-img1 {
  width: 39%;
  padding: 14px 0;
  height: 92px;
  object-fit: contain;
}
.ser-box {
  background: #ffffff;
  margin: 0 26px;
  text-align: center;
  border-bottom: 4px solid #ccc;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.215,.61,.355,1);
  transition: -webkit-transform .3s cubic-bezier(.215,.61,.355,1);
  transition: transform .3s cubic-bezier(.215,.61,.355,1);
  transition: transform .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
  background-color: #fff;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.ser-box:hover{
  -webkit-transform: translate3d(0,-5px,0);
  transform: translate3d(0,-5px,0);
  position: relative;
}
.ser-box:before{
  width: 0;
  height: 100%;
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #dbdbdb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ser-box:hover::before {
  width: 100%;
}
.service-hdn {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.71) 0%,rgba(1, 54, 47, 0.74) 97%);
  width: 100%;
  height: 100%;
}
.service-hdn1 {
  height: 217px;
}
.service1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 56px;
  letter-spacing: 3px;
  line-height: 81px;
  border-left: 18px solid #fff;
  margin-left: 15px;
  padding-left: 15px;
  font-family: nitoli;
}
.service-hdn1 p {
  font-size: 12px;
}
.service-hdn .submit-btn{
  text-align: center;
  position: absolute;
  bottom: 27px;
  left: 0;
  right: 0;
}

.service2 {
  color: #01362f;
  margin-left: 9px;
  font-size: 20px;
  padding: 0 0px;
  font-weight: 700;
}
.service-hdn p {
  padding-left: 15px;
}
.common-font {
  font-family: nitolii;
  color: #01362f;
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 21px;
}
.tin-btn {
  width: 240px;
  margin: 140px auto;
}
/*================================================
Gallery Area CSS
=================================================*/
.gal-img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}
.gallery-area {
  padding: 30px 0;
}
/*================================================
Committees Area CSS
=================================================*/
.committees-area {
  background: #efefef;
}
.single-committees-box:before{
  width: 0;
  height: 100%;
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #dbdbdb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-committees-box{
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.215,.61,.355,1);
  transition: -webkit-transform .3s cubic-bezier(.215,.61,.355,1);
  transition: transform .3s cubic-bezier(.215,.61,.355,1);
  transition: transform .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
  background-color: #fff;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  position: relative;
}
.single-committees-box:hover::before {
  width: 100%;
}
.committees .section-title {
  margin-bottom: 30px;
}
.single-committees-box {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 4px solid #ccc;
  height: 340px;
}
.single-committees-box .committees-image {
  position: relative;
  border-radius: 50%;
}
.single-committees-box .committees-image img {
  display: inline-block !important;
  border-radius: 50%;
  height: 210px;
  width: 210px;
  object-fit: cover;
}
.single-committees-box .committees-image .details-btn:hover {
  color: #ffffff;
  background-color: #121521;
}
.single-committees-box .committees-content {
  margin-top: 22px;
}
.single-committees-box .committees-content h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
.single-committees-box .committees-content h3 a {
  display: inline-block;
}
.single-committees-box .committees-content span {
  display: block;
  color: #01362f;
  font-size: 14.5px;
  margin-top: 5px;
  font-weight: 600;
}
.single-committees-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.single-committees-box:hover .committees-image .details-btn {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.single-committees-box:hover .committees-image::before {
  opacity: .90;
  visibility: visible;
}
.committees-slides .single-committees-box {
  margin-top: 30px;
}
.committees-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.committees-slides.owl-theme .owl-nav [class*=owl-] {
  color: #121521;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: #f0f0f0;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 19px;
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.committees-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #01362f;
  color: #ffffff;
}
.committees-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -60px;
}
/*================================================
contact Area CSS
=================================================*/
.contact-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/appointment-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.faq-bg{
  background: #ffffff;
}
.sec-scnd-hdn {
  font-weight: 600;
  font-size: 25px;
  line-height: 64px;
  text-transform: uppercase;
  font-family: nitoli;
  border-left: 11px solid #01362f;
  padding-left: 15px;
}
.feedback form {
  margin-top: 5px;
}
.feedback form .form-group {
  position: relative;
  padding-left: 33px;
  margin-bottom: 0;
  margin-top: 45px;
}
.feedback form .form-group .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #0e6b50;
  font-size: 25px;
  font-weight: 600;
}
.feedback form .form-group label {
  display: block;
  text-transform: uppercase;
  color: #7d7d7d;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
}
.feedback form .form-group .form-control {
  height: auto;
  border: 1px solid #eeeeee;
  font-size: 17px;
  font-weight: 600;
  padding: 10px;
}
.feedback form .form-group .form-control::-webkit-input-placeholder {
  color: #121521;
}
.feedback form .form-group .form-control:-ms-input-placeholder {
  color: #121521;
}
.feedback form .form-group .form-control::-ms-input-placeholder {
  color: #121521;
}
.feedback form .form-group .form-control::placeholder {
  color: #121521;
}
.feedback form .form-group .form-control:focus {
  border-color: #19ce67;
  padding-left: 2px;
}
.feedback form .form-group .nice-select {
  background-color: transparent;
  color: #121521;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #eeeeee;
  height: unset;
  line-height: initial;
  padding: 0 35px 8px 0;
  font-size: 17px;
  font-weight: 600;
}
.feedback form .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  height: 260px;
  overflow-y: scroll;
  padding-top: 10px;
  padding-bottom: 10px;
}
.feedback form .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.feedback form .form-group .nice-select .list .option:hover {
  background-color: #19ce67 !important;
  color: #ffffff;
}
.feedback form .form-group .nice-select .list .option.selected {
  background-color: transparent;
}
.feedback form .form-group .nice-select:after {
  right: 0;
  border-color: #121521;
}
.feedback form .submit-btn {
  text-align: center;
  margin-top: 35px;
}
/*================================================
FAQ Area CSS
=================================================*/
.faq-area{
  padding: 80px 0;
  background: url(../img/faqq.jpg) no-repeat center top;
  background-size: cover;
  margin-top: 27px;
}
.faq-accordion .sub-title {
  display: block;
  margin-bottom: 5px;
  color: #19ce67;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.faq-accordion h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 12px 20px 12px 51px;
  color: #121521;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #01362f;
  color: #ffba00;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-accordion .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}
.faq-accordion .accordion .accordion-title.active i {
  background-color: #01362f;
  color: #ffffff;
}
.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
  font-size: 14.5px;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}
.faq-contact-area {
  position: relative;
  z-index: 1;
}
.faq-contact-form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.faq-contact-form form {
  text-align: center;
}
.faq-contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 57px;
}
.faq-contact-form form .form-group {
  text-align: left;
}
.faq-contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.faq-contact-form form .row .col-lg-12, .faq-contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}
.faq-contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.faq-contact-form form .btn {
  font-size: 16px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
}
.faq-contact-form form .btn.disabled {
  cursor: not-allowed !important;
}
.faq-contact-form form .btn.disabled:hover::before, .faq-contact-form form .btn.disabled:focus::before {
  opacity: 1;
  visibility: visible;
}
.faq-contact-form form .btn.disabled:hover::after, .faq-contact-form form .btn.disabled:focus::after {
  opacity: 0;
  visibility: hidden;
}
.faq-contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.faq-contact-form form .help-block ul li {
  color: red;
}
.faq-contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: center !important;
}
.faq-contact-form form #msgSubmit.text-danger, .faq-contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
}
/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  padding: 40px 0;
}
.partner-item img {
  height: 83px;
  width: 100%;
  object-fit: contain;
}
.partner-item a {
  display: block;
  padding: 25px;
  background: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.partner-item a::before, .partner-item a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partner-item a::before {
  left: 0;
  top: 0;
  border-left: 3px solid #01362f;
  border-top: 3px solid #01362f;
}
.partner-item a::after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #01362f;
  border-bottom: 3px solid #01362f;
}
.partner-item a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partner-item a:hover::after, .partner-item a:hover::before {
  width: 40px;
  height: 40px;
  opacity: 1;
  visibility: visible;
}
.partner-item a:hover img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
/*================================================
upcoming Area CSS
=================================================*/
.post-image img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}
.event-area {
  padding: 40px 0;
}
.single-event-post .post-image a {
  display: block;
}
.single-event-post .post-content {
  background-color: #efefef;
  padding: 25px;
  position: relative;
  z-index: 1;
}
.single-event-post .post-content .post-meta {
  margin-bottom: 9px;
}
.single-event-post .post-content .post-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-event-post .post-content .post-meta ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  color: #7d7d7d;
  position: relative;
}
.single-event-post .post-content .post-meta ul li::before {
  position: absolute;
  right: -11px;
  top: 3px;
  width: 1px;
  height: 13px;
  background-color: #7d7d7d;
  content: '';
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.single-event-post .post-content .post-meta ul li a {
  color: #19ce67;
}
.single-event-post .post-content .post-meta ul li:last-child {
  margin-right: 0;
}
.single-event-post .post-content .post-meta ul li:last-child::before {
  display: none;
}
.single-event-post .post-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
}
.single-event-post .post-content h3 a {
  display: inline-block;
}
.single-event-post .post-content p {
  margin-top: 9px;
  margin-bottom: 0;
}
/*================================================
Footer Area CSS
=================================================*/
/*new*/
.copyright {
  border-top: 1px solid #ffba0052;
  padding: 20px;
}
.copyright a {
  color: #ffba00;
  font-weight: 700;
}
.ulink ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -.02em;
  line-height: 1.2em;
  font-weight: 600;
}
.ulink ul li a {
  color: #fff;
  line-height: 27px;
}
.footer-area{
  background: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.86) 0%,rgba(1, 54, 47, 0.95) 97%);
  z-index: -1;
}

.post_date {
  color: #ffba00;
  font-weight: 700;
  font-size: 12px;
  display: block;
  font-family: nitoli;
}
.f-news img {
  height: 57px;
  width: 100%;
  object-fit: cover;
}
.f-news a:hover {
    text-decoration: none;
    color: #ffffff;
}
/*new*/
/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 50%;
  right: 15px;
  background: #01362f;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  color: #ffba00;
  border-radius: 3px;
  font-size: 20px;
}
.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}
.go-top:hover, .go-top:focus {
  color: #ffffff;
  background-color: #19ce67;
}
/*test*/
.noise-content {
  position: relative;
  background: linear-gradient(139deg, rgba(1, 54, 47, 0.79)46%, rgba(1, 54, 47, 0.1)20%, rgba(1, 54, 47, 0.66)66%), linear-gradient(142deg, rgba(1, 54, 47, 0.01)65%, rgba(1, 54, 47, 0.45)20%), linear-gradient(152deg, rgba(1, 54, 47, 0.88)70%, rgba(1, 54, 47, 0.01)30%), linear-gradient(-200deg, rgba(1, 54, 47, 0.73)75%, rgba(1, 54, 47, 0.6)40%);
  color: #fff;
  text-align: left;
}
.noise {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .1;
}
/*news*/
/*================================================
Project Progress Area CSS
=================================================*/
.Progress-area{
  padding: 80px 0;
  background: url(../img/progress.jpg) no-repeat center top;
  background-size: cover;
  margin-top: 27px;
}
.progress-main {
  background: #fff;
}
.progress-part {
  display: flex;
  background: #01362f;
  padding: 30px 10px;
}
.progress-part-inner p {
  color: #fff;
  font-family: nitolii;
  font-size: 12px;
  letter-spacing: .7px;
  padding: 0 10px;
}
/*progress circle*/
.progress {
  width: 180px;
  height: 180px;
  line-height: 180px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 15px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #0e6b50;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  font-weight: 300;
  left: 0;
  position: absolute;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 32%;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

/* This for loop creates the 	necessary css animation names
Due to the split circle of progress-left and progress right, we must use the animations on each side.
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}

/*progress circle*/
/*About us page*/
.common-content-section{
    background: url(../img/msg.png) no-repeat center top;
    background-size: cover;
}
.page-banner{
  background: url(../img/footer.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.page-banner:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #22222291;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}
.page-title {
    font-weight: 600;
    font-size: 52px;
    line-height: 64px;
    text-transform: uppercase;
    font-family: nitoli;
    padding-left: 25px;
    color: #fff;
}
/*About us page*/
/*member details page*/
.name {
    margin-top: 14px;
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}
.designation {
    text-align: center;
    padding-bottom: 15px;
    display: block;
    color: #01362f;
    font-size: 14.5px;
    margin-top: 5px;
    font-weight: 600;
}
.social li a {
    display: block;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #0e6b50;
    text-align: center;
    font-size: 14px;
}
.social li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.social{
  padding-left: 0;
  text-align: center;
}
.member-details-image {
  background: #fff;
  padding: 13px;
  box-shadow: -1px 0 9px -1px rgba(0, 0, 0, 0.25);
}
/*member details page*/
/*Service details page*/
.services-features-list {
    list-style: none;
    padding-left: 0;
}
img.ser-img-dtls {
    float: left;
    padding-bottom: 15px;
    padding-right: 15px;
}
/*Service details page*/
/*event details page*/
.event-content img{
  float:left;
  width: 30%;
  padding-right: 15px;
  padding-bottom: 15px;
}
.event-content b {
    font-size: 20px;
    display: block;
    padding-bottom: 10px;
}
/*event details page*/