@import url("https://fonts.googleapis.com/css2?family=jakarta:wght@300;400;500;600;700;800&display=swap");
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Plus Jakarta Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
}

p {
  margin: 10px 0 0 0;
  color: #464141;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #0A529E;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #f7f7f7;
  border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

h2 {
  color: #000;
  font-size: 2.5rem;
  font-family: "Playfair Display", serif;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 1.8rem;
  }
}

.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}

.form-group {
  position: relative;
}
.form-group input,
.form-group .form-select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 60px;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}
@media (max-width: 991px) {
  .form-group input,
  .form-group .form-select {
    height: 40px;
    font-size: 14px;
  }
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus {
  color: #5a5a59;
  outline: 0;
  box-shadow: none;
  border-color: #0A529E;
  transition: all 0.6s ease-in-out;
}
.form-group input:disabled,
.form-group input[readonly] {
  background-color: #fff;
}
.form-group textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #ced4da;
  transition: all 0.4s ease;
}

::-moz-placeholder {
  color: #464141;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #464141;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #464141;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #464141;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}
.carousel-control-prev i,
.carousel-control-next i {
  font-size: 30px;
  color: #0A529E;
}

header {
  background: none;
  padding: 0px 5px;
  width: 96%;
  top: 0;
  left: 2%;
  position: fixed;
  z-index: 99;
  height: 60px;
}
header .top__section {
  padding: 15px 20px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
header .top__section ul {
  display: flex;
}
header .top__section ul li {
  padding: 0px 10px;
  list-style: none;
  font-size: 14px;
}
header .top__section ul li a {
  color: #464141;
}
header .top__section ul li i {
  color: #0A529E;
}
header .logo {
  background: url(../images/logo.svg);
  display: inline-block;
  width: 130px;
  height: 105px;
  top: 0;
  position: absolute;
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .logo {
    width: 110px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  header .logo {
    width: 92px;
    height: 90px;
  }
}
@media (max-width: 480px) {
  header .logo {
    width: 72px;
    height: 70px;
  }
}

.cbp-af-header.cbp-af-header-shrink {
  top: 0;
  width: 100%;
  left: 0;
  padding: 0px 35px;
  background: #0A529E;
  height: 60px;
}
@media (max-width: 767px) {
  .cbp-af-header.cbp-af-header-shrink {
    padding: 0px 16px;
    height: 50px;
  }
}
.cbp-af-header.cbp-af-header-shrink .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}
.cbp-af-header.cbp-af-header-shrink .top__section {
  display: none;
}
.cbp-af-header.cbp-af-header-shrink .logo {
  background: url(../images/logo.svg);
  display: inline-block;
  width: 100px;
  height: 85px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .cbp-af-header.cbp-af-header-shrink .logo {
    width: 85px;
    height: 60px;
  }
}
.cbp-af-header.cbp-af-header-shrink .nav-menu > li > a {
  padding: 20px 15px;
  color: #fff;
}
.cbp-af-header.cbp-af-header-shrink .nav-menu > li.active > a {
  color: #8CC342;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li.active > a {
  color: #8CC342;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li > a {
  padding: 12px 15px 12px 26px;
  color: #464141;
}

.intro {
  height: 90vh;
  background: #fff;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  width: 98%;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro {
    margin-top: 50px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .intro {
    height: auto;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .intro {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .intro {
    margin-top: 45px;
  }
}
.intro .shape1 {
  position: absolute;
  right: -2px;
  z-index: 9;
  bottom: -2px;
}
@media (max-width: 767px) {
  .intro .shape1 {
    display: none;
  }
}
.intro .slider-caption {
  display: flex;
  position: absolute;
  background: rgba(10, 82, 158, 0.7411764706);
  width: 40%;
  padding: 40px;
  align-items: flex-start;
  justify-content: center;
  bottom: 0;
  left: 5%;
  flex-direction: column;
  align-self: flex-start;
}
@media (max-width: 1200px) {
  .intro .slider-caption {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .intro .slider-caption {
    left: 8%;
  }
}
@media (max-width: 767px) {
  .intro .slider-caption {
    width: 80%;
    padding: 20px;
  }
}
@media (max-width: 560px) {
  .intro .slider-caption {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .intro .slider-caption {
    left: 2%;
    width: 80%;
    padding: 15px;
  }
}
.intro .slider-caption h2 {
  font-size: 40px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 65px;
  text-align: left;
  align-self: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro .slider-caption h2 {
    font-size: 30px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .intro .slider-caption h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 560px) {
  .intro .slider-caption h2 {
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .intro .slider-caption h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.intro .slider-caption h2::after {
  display: none;
}
.intro .slider-caption p {
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 560px) {
  .intro .slider-caption p {
    display: none;
  }
}
.intro .slider-caption .btn_box {
  display: flex;
}
@media (max-width: 480px) {
  .intro .slider-caption .btn_box {
    margin-top: 10px;
  }
}
.intro .slider-caption .btn_box .btn-1 {
  margin-right: 10px;
}
.intro .owl-item {
  height: 90vh !important;
}
@media (max-width: 1200px) {
  .intro .owl-item {
    height: auto !important;
  }
}
.intro .owl-carousel {
  margin: 0px;
}
.intro .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}
.intro .owl-pagination {
  display: none;
}
.intro .owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  margin: 0 5px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 562px) {
  .intro .owl-theme .owl-controls .owl-buttons div {
    background: none;
  }
}
.intro .owl-prev {
  position: absolute;
  right: 50px;
  left: auto;
}
.intro .owl-next {
  position: absolute;
  right: 5px;
  left: auto;
}
.intro .owl-theme .owl-controls,
.intro .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 10%;
  margin: 0;
  right: 2%;
}
@media (max-width: 767px) {
  .intro .owl-theme .owl-controls,
  .intro .products .owl-theme .owl-controls {
    bottom: 15%;
  }
}
@media (max-width: 480px) {
  .intro .owl-theme .owl-controls,
  .intro .products .owl-theme .owl-controls {
    display: none;
  }
}
.intro .owl-prev::before {
  content: "\f284";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 30px;
  left: 9px;
  color: #fff;
}
@media (max-width: 480px) {
  .intro .owl-prev::before {
    display: none;
  }
}
.intro .owl-next::before {
  content: "\f285";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 30px;
  right: 9px;
  color: #fff;
}
@media (max-width: 480px) {
  .intro .owl-next::before {
    display: none;
  }
}

.welcome {
  width: 100%;
  position: relative;
}
.welcome .shape_one {
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 767px) {
  .welcome .shape_one {
    display: none;
  }
}
.welcome .shape_two {
  position: absolute;
  bottom: 0;
  right: 20px;
  bottom: -70px;
  z-index: -1;
}
.welcome .shape_two img {
  width: 250px;
  height: 250px;
}
@media (max-width: 767px) {
  .welcome .shape_two img {
    width: 150px;
    height: 150px;
  }
}
.welcome h1 {
  color: #000;
  font-size: 3rem;
  text-align: left;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .welcome h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .welcome h1 {
    text-align: center;
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .welcome h1 {
    font-size: 2rem;
    text-align: center;
  }
}
.welcome h4 {
  color: #0A529E;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .welcome h4 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .welcome h4 {
    font-size: 14px;
    text-align: center;
  }
}
.welcome .btn_box {
  display: flex;
  margin-top: 20px;
}
.welcome .btn_box .btn-1 {
  margin-right: 10px;
  background: #0A529E;
  border: 2px solid #0A529E;
}
.welcome .btn_box .btn-2 {
  margin-right: 10px;
  color: #000;
  border: 2px solid #000;
}
.welcome .btn_box .btn-2::before {
  color: #fff;
}
.welcome .btn_box .btn-2:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

.dash {
  position: relative;
}
.dash::before {
  content: "";
  position: absolute;
  bottom: 9px;
  width: 100%;
  height: 10px;
  z-index: -1;
  background-color: #8CC342;
}

.process {
  background: #E9F3FC;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin: 0px 20px;
  padding: 60px 30px;
}
@media (max-width: 767px) {
  .process {
    margin: 0px 10px;
    padding: 60px 15px;
  }
}
.process h4 {
  color: #0A529E;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 5px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .process h4 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .process h4 {
    font-size: 14px;
    text-align: center;
  }
}
.process h2 {
  z-index: 9;
}
.process h2 .dash::before {
  z-index: -1;
}
@media (max-width: 767px) {
  .process .mt-5 {
    margin-top: 0px !important;
  }
}
.process .heading p {
  text-align: center;
}
.process .process_bg {
  width: 100%;
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #0A529E;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process .process_bg {
    min-height: 185px;
  }
}
.process .process_bg::before {
  position: absolute;
  width: 100%;
  content: "";
  bottom: 0;
  height: 50%;
  background: rgb(247, 247, 247);
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, rgba(4, 4, 4, 0.9837184874) 100%);
  border-radius: 0px 0px 15px 15px;
  -webkit-border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -ms-border-radius: 0px 0px 15px 15px;
  -o-border-radius: 0px 0px 15px 15px;
  z-index: 9;
}
@media (max-width: 1200px) {
  .process .process_bg::before {
    height: 100%;
  }
}
.process .process_bg img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.4s ease-in-out;
}
.process .process_bg .content_box {
  position: absolute;
  width: 100%;
  padding: 30px;
  display: flex;
  bottom: 0;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .process .process_bg .content_box {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process .process_bg .content_box {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .process .process_bg .content_box {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process .process_bg .content_box .content {
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .process .process_bg .content_box .content {
    padding-right: 15px;
  }
}
.process .process_bg .content_box .content h2 {
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  position: relative;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .process .process_bg .content_box .content h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process .process_bg .content_box .content h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .process .process_bg .content_box .content h2 {
    font-size: 1rem;
  }
}
.process .process_bg .content_box .content h2::before {
  transition: all 0.4s ease-in-out;
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
  background: #8CC342;
  width: 50px;
  height: 3px;
}
.process .process_bg .content_box .content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #464141;
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 480px) {
  .process .process_bg .content_box .content p {
    display: none;
  }
}
.process .process_bg .content_box .more {
  position: relative;
}
.process .process_bg .content_box .more img {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process .process_bg .content_box .more img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .process .process_bg .content_box .more img {
    width: 30px;
    height: 30px;
  }
}
.process .process_bg .content_box .more::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  position: absolute;
  content: "";
  opacity: 0;
  width: 25px;
  height: 25px;
  background: #8CC342;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.process .process_bg .content_box .more:hover::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #8CC342;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.process .process_bg:hover img {
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
}
.process .process_bg:hover .more img {
  opacity: 1;
}
.process .process_bg:hover h2 {
  letter-spacing: 0.5px;
}
.process .process_bg:hover .content_box h2::before {
  width: 80px;
}

.news_bg {
  width: 100%;
  position: relative;
}
.news_bg .shape3 {
  position: absolute;
  left: 0;
  top: 20%;
}
.news_bg .shape3 img {
  width: 150px;
}
.news_bg h2 {
  z-index: 9;
  text-align: left;
}
.news_bg .video_box {
  width: 100%;
  position: relative;
}
.news_bg .video_box .shape4 {
  position: absolute;
  right: -50px;
  top: -35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news_bg .video_box .shape4 {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 480px) {
  .news_bg .video_box .shape4 {
    display: none;
  }
}
.news_bg .video_box .watch_video {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .news_bg .video_box .watch_video {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .news_bg .video_box .watch_video {
    padding: 20px;
  }
}
.news_bg .video_box .watch_video h3 {
  font-weight: 700;
  color: #fff;
  font-size: 2.5rem;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .news_bg .video_box .watch_video h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news_bg .video_box .watch_video h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .news_bg .video_box .watch_video h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .news_bg .video_box .watch_video h3 {
    font-size: 1.6rem;
  }
}
.news_bg .video_box .watch_video .video-play-button {
  position: absolute;
  z-index: 10;
  bottom: 6px;
  right: 6%;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 35px 20px 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 480px) {
  .news_bg .video_box .watch_video .video-play-button {
    right: 3%;
    bottom: -10px;
  }
}
.news_bg .video_box .watch_video .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news_bg .video_box .watch_video .video-play-button::before {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .news_bg .video_box .watch_video .video-play-button::before {
    width: 50px;
    height: 50px;
  }
}
.news_bg .video_box .watch_video .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgb(114, 185, 27);
  background: linear-gradient(180deg, rgb(114, 185, 27) 0%, rgb(52, 151, 210) 100%);
  border-radius: 50%;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news_bg .video_box .watch_video .video-play-button::after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .news_bg .video_box .watch_video .video-play-button::after {
    width: 50px;
    height: 50px;
  }
}
.news_bg .video_box .watch_video .video-play-button:hover::after {
  background-color: #7aad55;
}
.news_bg .video_box .watch_video .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.news_bg .video_box .watch_video .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.news_bg .video_box img {
  width: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.footer {
  background: #252525;
  width: 100%;
  position: relative;
}
.footer .shape5 {
  position: absolute;
  right: 5%;
  top: -28%;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .footer .shape5 {
    top: -20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .shape5 {
    top: -20%;
  }
}
@media (max-width: 767px) {
  .footer .shape5 {
    top: -5%;
  }
}
@media (max-width: 480px) {
  .footer .shape5 {
    display: none;
  }
}
.footer .shape5 img {
  width: 170px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .footer .shape5 img {
    width: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .shape5 img {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .footer .shape5 img {
    width: 100px;
  }
}
.footer .logo {
  width: 140px;
  height: 120px;
}
.footer p {
  color: #817b7b;
}
.footer .social-icons {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
}
.footer .social-icons li {
  padding: 0px 5px;
  list-style: none;
  font-size: 20px;
}
.footer .social-icons li a {
  color: #817b7b;
}
.footer .social-icons li a:hover {
  color: #bdbdbd;
}
.footer .social-icons li:first-child {
  padding-left: 0px;
}
.footer h4 {
  color: #817b7b;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer h4 span {
  font-weight: 300;
  font-size: 1rem;
  display: block;
}
.footer h4 a {
  color: #bdbdbd;
}
.footer .lists {
  display: flex;
  flex-wrap: wrap;
}
.footer .lists li {
  width: 25%;
  list-style: none;
  color: #817b7b;
}
.footer .lists li a {
  color: #817b7b;
}
.footer .powered {
  text-align: center;
  margin-top: 50px;
  padding-top: 50px;
}
@media (max-width: 480px) {
  .footer .powered {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.footer .powered a {
  color: #817b7b;
}
.footer .powered a:hover {
  color: #bdbdbd;
}
.footer .hr {
  border-top: 1px solid #363535 !important;
}

.inner_banner {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #0A529E;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  padding: 100px 0px;
  width: 98%;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
}
.inner_banner img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.inner_banner::before {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  content: "";
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7764355742) 0%, rgba(10, 82, 158, 0.5915616246) 100%);
  left: 0;
  width: 100%;
  height: 100%;
}
.inner_banner h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 480px) {
  .inner_banner h3 {
    font-size: 1.3rem;
  }
}
.inner_banner .navs {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  bottom: 0;
  background: #f5f5f5;
  padding: 15px;
  left: 50%;
  transform: translate(-50%, 50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media (max-width: 480px) {
  .inner_banner .navs {
    padding: 10px;
  }
}
.inner_banner .navs nav {
  position: relative;
  z-index: 9;
}
.inner_banner .navs nav .breadcrumb {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.inner_banner .navs nav .breadcrumb li {
  color: #0A529E;
}
@media (max-width: 480px) {
  .inner_banner .navs nav .breadcrumb li {
    font-size: 14px;
  }
}
.inner_banner .navs nav .breadcrumb li a {
  color: #0A529E;
}
.inner_banner .navs nav .breadcrumb li::before {
  color: #8CC342;
}
@media (max-width: 1200px) {
  .inner_banner {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_banner {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .inner_banner {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .inner_banner {
    margin-top: 45px;
    padding: 70px 0px;
  }
}

.inner_container {
  position: relative;
  width: 100%;
}
.inner_container h2 {
  text-align: left;
}
.inner_container h2 span {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #0A529E;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 5px;
  text-align: center;
  text-align: left;
  font-weight: 500;
}
.inner_container .chairman {
  position: relative;
  padding: 50px;
  background: rgb(212, 243, 255);
  background: linear-gradient(90deg, rgb(212, 243, 255) 0%, rgb(250, 254, 211) 100%);
}
@media (max-width: 991px) {
  .inner_container .chairman {
    padding: 30px;
  }
}
.inner_container .chairman .quote {
  width: 60px;
}
@media (max-width: 991px) {
  .inner_container .chairman .quote {
    width: 40px;
  }
}
.inner_container .chairman h5 {
  color: #0A529E;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 20px;
}
.inner_container .chairman h5 span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #464141;
}
.inner_container .chairman p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .inner_container .chairman p {
    font-size: 14px;
  }
}
.inner_container .inner-column {
  border-radius: 0px 30px 0px 0px;
  -webkit-border-radius: 0px 30px 0px 0px;
  -moz-border-radius: 0px 30px 0px 0px;
  -ms-border-radius: 0px 30px 0px 0px;
  -o-border-radius: 0px 30px 0px 0px;
  background: #0A529E;
  padding: 20px;
  position: relative;
  color: #fff;
}
.inner_container .inner-column .shape6 {
  border-radius: 100% 0px 0px 0px;
  -webkit-border-radius: 100% 0px 0px 0px;
  -moz-border-radius: 100% 0px 0px 0px;
  -ms-border-radius: 100% 0px 0px 0px;
  -o-border-radius: 100% 0px 0px 0px;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #8CC342;
  width: 100px;
  height: 100px;
}
.inner_container .inner-column h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
.inner_container .inner-column .list {
  padding-left: 0;
  padding-bottom: 20px;
  margin-top: 10px;
}
.inner_container .inner-column .list li {
  list-style: none;
  margin-left: 0;
  position: relative;
  font-weight: 400;
}
.inner_container .inner-column .list li a {
  position: relative;
}
.inner_container .inner-column .list li a:hover {
  color: #0E0F1D;
  letter-spacing: 0.5px;
  text-decoration: underline;
}
.inner_container .inner-column .list li {
  padding-bottom: 20px;
  font-size: 16px;
  color: #fff;
}
.inner_container .inner-column .list li span {
  display: block;
  font-size: 12px;
}
.inner_container .inner-column .list li a {
  color: #fff;
}
.inner_container .inner-column .list li a:hover {
  color: #fff;
}
.inner_container .inner-column .list li:last-child {
  padding-bottom: 0;
}
.inner_container .inner-column .social-icons {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
}
.inner_container .inner-column .social-icons li {
  padding: 0px 5px;
  list-style: none;
  font-size: 20px;
}
.inner_container .inner-column .social-icons li a {
  color: #817b7b;
}
.inner_container .inner-column .social-icons li a:hover {
  color: #bdbdbd;
}
.inner_container .inner-column .social-icons li:first-child {
  padding-left: 0px;
}
.inner_container .inner-column .social-icons li {
  font-size: 25px;
}
.inner_container .inner-column .social-icons li a {
  color: #fff;
}
.inner_container .inner-column .social-icons li a:hover {
  color: #fff;
}
.inner_container .inner-column:hover .shape6 {
  width: 120px;
  height: 120px;
}

.chairman_bg {
  width: 100%;
}
@media (max-width: 540px) {
  .chairman_bg {
    padding-bottom: 0;
  }
}
.chairman_bg h2 {
  text-align: left;
}
.chairman_bg .chairman {
  position: relative;
  padding: 50px;
  background: rgb(212, 243, 255);
  background: linear-gradient(90deg, rgb(212, 243, 255) 0%, rgb(250, 254, 211) 100%);
}
@media (max-width: 991px) {
  .chairman_bg .chairman {
    padding: 30px;
  }
}
.chairman_bg .chairman .quote {
  width: 60px;
}
@media (max-width: 991px) {
  .chairman_bg .chairman .quote {
    width: 40px;
  }
}
.chairman_bg .chairman h5 {
  color: #0A529E;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 20px;
}
.chairman_bg .chairman h5 span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #464141;
}
.chairman_bg .chairman p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .chairman_bg .chairman p {
    font-size: 14px;
  }
}

.about_bg {
  position: relative;
  background: url(../images/shape6.png) no-repeat left top #f7f7f7;
}
.about_bg .about_sec {
  padding-left: 5%;
}
@media (max-width: 767px) {
  .about_bg .about_sec {
    padding-left: 0%;
  }
}
.about_bg h2 {
  text-align: left;
  color: #0A529E;
}
.about_bg .mission_vision {
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about_bg .mission_vision {
    flex-direction: column;
  }
}
.about_bg .mission_vision .boxes {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 20px;
  padding: 20px;
  width: 48%;
  padding-right: 2px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media (max-width: 767px) {
  .about_bg .mission_vision .boxes {
    width: 100%;
  }
}
.about_bg .mission_vision .boxes h3 {
  color: #8CC342;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
}
.about_bg .mission_vision .boxes h3::before {
  left: 0;
  position: absolute;
  content: "";
  width: 20px;
  height: 5px;
  top: 48%;
  background: #e6dede;
}

.map {
  width: 100%;
}

.responsibility {
  width: 100%;
  background: url(../images/er.jpg) no-repeat right center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .responsibility {
    background: url(../images/er.jpg) no-repeat left center;
    background-size: cover;
  }
}
.responsibility h2 {
  text-align: left;
  color: #0A529E;
}
.responsibility .lists {
  margin-top: 20px;
}
.responsibility .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.responsibility .lists ul li {
  width: 100%;
  list-style: none;
  position: relative;
  line-height: 30px;
  padding-left: 20px;
  color: #0E0F1D;
}
.responsibility .lists ul li::before {
  content: "\f134";
  position: absolute;
  color: #8CC342;
  left: 0;
  font-family: bootstrap-icons !important;
}
.responsibility .lists ul li a {
  color: #0E0F1D;
}

.precess_box h2 {
  text-align: left;
}
.precess_box .img_box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  position: relative;
}
.precess_box .img_box .circle {
  position: absolute;
  right: 30px;
  top: -45px;
  z-index: -1;
}
@media (max-width: 767px) {
  .precess_box .img_box .circle {
    display: none;
  }
}
.precess_box .img_box .circle img {
  width: 100px;
}
.precess_box .process_box {
  position: relative;
}
.precess_box .process_box .number {
  left: 0;
  top: 0;
}
.precess_box .process_box .number h4 {
  font-weight: 700;
  color: #e9e6e6;
  font-size: 3rem;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .precess_box .process_box .number h4 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .precess_box .process_box .number h4 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .precess_box .process_box .number h4 {
    font-size: 1.8rem;
  }
}
.precess_box .process_box .lists {
  margin-top: 20px;
  padding-left: 20px;
}
.precess_box .process_box .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.precess_box .process_box .lists ul li {
  width: 100%;
  list-style: none;
  position: relative;
  line-height: 30px;
  padding-left: 20px;
  color: #0E0F1D;
}
.precess_box .process_box .lists ul li::before {
  content: "\f134";
  position: absolute;
  color: #8CC342;
  left: 0;
  font-family: bootstrap-icons !important;
}
.precess_box .process_box .lists ul li a {
  color: #0E0F1D;
}
@media (max-width: 767px) {
  .precess_box .process_box .lists {
    padding-left: 0px;
  }
}

.blue__bg {
  background: #f3f3f3;
}
.blue__bg h2 {
  color: #0A529E;
}

.green__bg {
  background: #fff;
}
.green__bg h2 {
  color: #8CC342;
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.navigation {
  width: 100%;
  position: relative;
  font-family: inherit;
}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.align-to-right-mob {
  float: right;
  display: none !important;
}
@media (max-width: 1006px) {
  .align-to-right-mob {
    display: block !important;
  }
}

.navigation-portrait .nav-menu > li span {
  font-size: 0;
}
.navigation-portrait .top__section {
  display: none;
}
.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .align-to-left .nav-menu > li span {
  display: none;
}
.navigation-portrait .dropdown {
  width: 100% !important;
}
.navigation-portrait .btn1 {
  padding: 4px 15px;
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.navigation-portrait .nav-menu {
  width: 100%;
}
.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
  color: #464141;
}
.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.navigation-portrait .nav-search-inner {
  height: 48px;
}
.navigation-portrait .nav-search-inner input[type=text] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 38px;
}
.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  transform: rotate(0deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  animation: fade 0.5s;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.navigation-hidden .nav-header {
  display: none;
}
.navigation-hidden .nav-search {
  display: none;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.nav-brand {
  padding: 0 10px;
  text-decoration: none !important;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.nav-logo:focus > img {
  outline: initial;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: 14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #8CC342;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #8CC342, 0 1em 0 0 #8CC342;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li {
  display: inline-block;
  text-align: left;
  float: left;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li > a {
  transition: all 0.4s ease-in-out;
  padding: 18px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: color 0.3s, background 0.3s;
}
.nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}
.nav-menu > li:hover {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li:hover > a {
  color: #464141;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #0A529E #0A529E transparent;
}
.nav-menu > li.active {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li.active > a {
  transition: all 0.4s ease-in-out;
  color: #8CC342;
}
.nav-menu > li.focus {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li.focus > a {
  color: #8CC342;
  transition: all 0.4s ease-in-out;
}
.nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #0A529E #0A529E transparent;
}
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #0A529E #0A529E transparent;
}

.nav-menu.nav-menu-centered {
  text-align: center;
}
.nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.3s;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #0A529E #0A529E transparent;
  transform: rotate(45deg);
  transition: border 0.3s;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  touch-action: none;
  overflow-x: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.nav-search-button:hover .nav-search-icon {
  color: #8CC152;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: color 0.3s;
}
.nav-search-icon:after {
  content: "";
  pointer-events: none;
}
.nav-search-icon:before {
  content: "";
  pointer-events: none;
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.nav-search-inner input[type=text] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}
.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button {
  margin: 12px 13px 0;
  padding: 0px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity 0.3s;
}
.nav-button .box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav-button .box h4 {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #868484;
}
.nav-button .box h4 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #0A529E;
}
.nav-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.nav-dropdown .nav-dropdown {
  left: 100%;
}
.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725);
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  float: left;
  background: #8CC342;
  transition: color 0.3s, background 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}
.nav-dropdown > li:hover > a {
  background: #0A529E;
  color: #fff;
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #0A529E #0A529E transparent;
}
.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.nav-dropdown > li.focus > a {
  color: #fff;
  background: #0A529E;
}
.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 6px;
  position: absolute;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
  border-color: transparent #0A529E #0A529E transparent;
}
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #0A529E #0A529E transparent;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.nav-dropdown-horizontal > li > a {
  position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-menu li a {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-menu li a {
    padding: 8px 15px;
  }
}
.btn-1 {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  background: #8CC342;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px 10px 20px;
  position: relative;
  cursor: pointer;
  border: 2px solid #8CC342;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-1 {
    font-size: 14px;
    padding: 5px 25px 7px 15px;
  }
}
@media (max-width: 767px) {
  .btn-1 {
    font-size: 14px;
    padding: 5px 25px 7px 15px;
  }
}
@media (max-width: 480px) {
  .btn-1 {
    font-size: 12px;
  }
}
.btn-1::before {
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 10px;
  content: "\f285";
  font-family: bootstrap-icons !important;
  font-size: 20px;
  color: #fff;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-1::before {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn-1::before {
    font-size: 14px;
  }
}
.btn-1:hover {
  color: #fff;
}
.btn-1:hover::before {
  right: 5px;
  opacity: 1;
}

.btn-2 {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  background: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px 10px 20px;
  border: 2px solid #fff;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-2 {
    font-size: 14px;
    padding: 5px 25px 7px 15px;
  }
}
@media (max-width: 767px) {
  .btn-2 {
    font-size: 14px;
    padding: 5px 25px 7px 15px;
  }
}
@media (max-width: 480px) {
  .btn-2 {
    font-size: 12px;
  }
}
.btn-2::before {
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 10px;
  content: "\f285";
  font-family: bootstrap-icons !important;
  font-size: 20px;
  color: #0A529E;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-2::before {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn-2::before {
    font-size: 14px;
  }
}
.btn-2:hover {
  color: #0A529E;
  background: #fff;
}
.btn-2:hover::before {
  right: 5px;
  opacity: 1;
}

/*owl theme start */
.carousel-control-prev {
  left: 0;
  font-size: 0px;
}

.carousel-control-next {
  right: 0;
  font-size: 0px;
}

.owl-item {
  display: flex;
  height: auto !important;
}

.owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  margin: 30px 0 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  padding: 0;
  transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-buttons div {
  cursor: pointer;
  display: none;
}
.owl-controls .owl-page {
  cursor: pointer;
  display: none;
}

.owl-theme .owl-controls {
  margin-top: 35px;
  text-align: center;
  margin: 0 0 0;
  width: 100%;
  float: left;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #d4d2d2;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-page.active span {
  background: #a4a1a1;
  border: #a4a1a1 1px solid;
}

.owl-goDown-out {
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  animation: goDown 0.6s ease both;
}

.owl-fade-out {
  z-index: 10;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  animation: fadeIn 0.7s both ease;
}/*# sourceMappingURL=envicare.css.map */