@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: auto !important;
}

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

p {
  margin: 10px 0 0 0;
  color: #333;
  font-size: 0.875rem;
}

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

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #0054a7;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #00900a;
  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: #0054a7;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  h2 {
    font-size: 2.5rem;
  }
}
@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,
.form-group .selecttext {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 40px;
  padding: 0 20px;
  width: 100%;
  font-size: 1rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #bcbcbc;
}
@media (max-width: 767px) {
  .form-group input,
  .form-group .form-select,
  .form-group .selecttext {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .form-group input,
  .form-group .form-select,
  .form-group .selecttext {
    font-size: 0.813rem;
    padding: 0 10px;
  }
}
.form-group .selecttext {
  background: #fff;
  align-items: center;
  display: flex;
  color: #5a5a59;
}
.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: #0054a7;
  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;
  color: #5a5a59;
  border: 1px solid #bcbcbc;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .form-group textarea {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .form-group textarea {
    font-size: 0.813rem;
    padding: 0 10px;
  }
}

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

header {
  transition: all 0.4s ease-in-out;
  background: none;
  padding: 0px 5px;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  height: 60px;
}
header .logo {
  transition: all 0.4s ease-in-out;
  background: url(../images/logo.svg);
  display: inline-block;
  width: 300px;
  height: 50px;
  position: relative;
  margin: 20px 0 0 10px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  header .logo {
    width: 200px;
  }
}
@media (max-width: 480px) {
  header .logo {
    width: 150px;
    margin: 20px 0 0 0px;
  }
}
header .nav-menu .desk-none {
  display: none;
}
header .second_menu {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  border-bottom: 0.5px solid rgba(251, 239, 239, 0.1803921569);
  padding-bottom: 5px;
}
header .second_menu ul {
  display: flex;
}
header .second_menu ul li {
  list-style: none;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 0.813rem;
  padding: 5px 10px;
  font-weight: 400;
}
header .second_menu ul li i {
  padding-right: 10px;
}
header .second_menu ul li a {
  color: #fff;
}

.navigation-portrait .second_menu {
  width: 100%;
  justify-content: flex-start;
}

.navigation-portrait .second_menu .dnone {
  display: none;
}

.navigation-portrait .nav-menu .desk-none {
  display: block;
}

.cbp-af-header.cbp-af-header-shrink {
  top: 0;
  background: #0054a7;
  height: 75px;
}
@media (max-width: 767px) {
  .cbp-af-header.cbp-af-header-shrink {
    height: 60px;
  }
}
@media (max-width: 480px) {
  .cbp-af-header.cbp-af-header-shrink {
    height: 55px;
  }
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .second_menu .dnone {
  display: none;
}
.cbp-af-header.cbp-af-header-shrink .logo {
  background: url(../images/logo.svg);
  display: inline-block;
  width: 250px;
  height: 50px;
  margin-top: 15px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cbp-af-header.cbp-af-header-shrink .logo {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .cbp-af-header.cbp-af-header-shrink .logo {
    width: 150px;
    margin: 15px 0 0 0px;
  }
}
.cbp-af-header.cbp-af-header-shrink .nav-menu > li > a {
  color: #fff;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li.active > a {
  color: #fff;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li > a {
  color: #fff;
}
.cbp-af-header.cbp-af-header-shrink .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
.cbp-af-header.cbp-af-header-shrink .nav-menu > li > a {
  padding: 8px 10px;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li > a {
  padding: 12px 15px 12px 26px;
}
.cbp-af-header.cbp-af-header-shrink .nav-button {
  margin: 13px 13px 0;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-button {
  margin: 17px 38px;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-button .box h4 {
  font-size: 12px;
  color: #868484;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-button .box h4 span {
  font-size: 16px;
  color: #0054a7;
}
.cbp-af-header.cbp-af-header-shrink:hover .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
.cbp-af-header.cbp-af-header-shrink:hover .navigation-portrait .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.hero-text {
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}
.hero-text .hero {
  position: relative;
}
.hero-text .hero .hero-slide a:hover span {
  color: #033a71;
}
.hero-text .hero .hero-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.hero-text .hero .hero-slide .header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  top: 0;
  position: absolute;
  width: 55%;
  height: 100%;
  padding-left: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .hero-text .hero .hero-slide .header-content {
    width: 70%;
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .hero-text .hero .hero-slide .header-content {
    width: 90%;
    padding-left: 2rem;
  }
}
@media (max-width: 480px) {
  .hero-text .hero .hero-slide .header-content {
    width: 95%;
    padding-left: 1rem;
  }
}
.hero-text .hero .hero-slide .header-content h2 {
  font-weight: 500;
  font-size: 2.5rem;
  color: #fff;
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .hero-text .hero .hero-slide .header-content h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-text .hero .hero-slide .header-content h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .hero-text .hero .hero-slide .header-content h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .hero-text .hero .hero-slide .header-content h2 {
    font-size: 1.2rem;
  }
}
.hero-text .hero .hero-slide .header-content h4 {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  margin: 15px 0px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .hero-text .hero .hero-slide .header-content h4 {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .hero-text .hero .hero-slide .header-content h4 {
    font-size: 0.813rem;
  }
}
.hero-text .hero .hero-slide .header-content .btnblock {
  display: flex;
}
.hero-text .hero .hero-slide .header-content .btnblock .btn-1 {
  margin-right: 15px;
}
.hero-text .hero .hero-slide .header-content .banner_icon {
  margin-bottom: 20px;
}
.hero-text .hero .hero-slide .header-content .banner_icon img {
  width: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .hero-text .hero .hero-slide .header-content .banner_icon img {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .hero-text .hero .hero-slide .header-content .banner_icon img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .hero-text .hero .hero-slide .header-content .banner_icon img {
    width: 80px;
  }
}

.slider__desk__hide {
  display: block !important;
}
@media (max-width: 540px) {
  .slider__desk__hide {
    display: none !important;
  }
}

.slider__mob__hide {
  display: none !important;
}
@media (max-width: 540px) {
  .slider__mob__hide {
    display: block !important;
  }
}

/** Text Animation **/
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSD {
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}

/* Text Animation End **/
.slick-dots {
  position: absolute !important;
  bottom: 140px !important;
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left !important;
  left: 4rem !important;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .slick-dots {
    bottom: 100px !important;
    left: 1rem !important;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: 35px !important;
    left: 1rem !important;
  }
}
@media (max-width: 540px) {
  .slick-dots {
    bottom: 60px !important;
    left: 1rem !important;
  }
}

.slick-dots li {
  position: relative !important;
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 5px !important;
  padding: 0 !important;
  cursor: pointer !important;
}

.slick-active button {
  background: rgba(255, 255, 255, 0.4509803922) !important;
}

.slick-dots li button {
  font-size: 20px !important;
  line-height: 0 !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  padding: 5px !important;
  cursor: pointer !important;
  border-radius: 50% !important;
  border: 0 !important;
  outline: none !important;
}

.slick-dots li button::before {
  font-size: 18px !important;
  color: rgba(255, 255, 255, 0.4509803922) !important;
  opacity: 1 !important;
}

.about_bg {
  width: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .about_bg {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .about_bg .shape1 img {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about_bg .shape1 img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .about_bg .shape1 img {
    width: 120px;
  }
}
.about_bg h1 {
  font-size: 2.25rem;
  color: #0054a7;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about_bg h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .about_bg h1 {
    font-size: 1.2rem;
  }
}
.about_bg h1 span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #00900a;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about_bg h1 span {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .about_bg h1 span {
    font-size: 1rem;
  }
}
.about_bg h5 {
  font-weight: 300;
  font-size: 1.5rem;
  color: #6b6b6b;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about_bg h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .about_bg h5 {
    font-size: 1rem;
  }
}
.about_bg p {
  margin-bottom: 10px;
}

.service_bg {
  background: url(../images/service-bg.jpg);
  padding-top: 0;
}
.service_bg .count {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background: #1e65b4;
  padding: 0px;
  transform: translateY(-35px);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service_bg .count {
    width: 96%;
    margin: 0px 2%;
  }
}
.service_bg .count .lefts_side {
  width: 50%;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service_bg .count .lefts_side {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .service_bg .count .lefts_side {
    width: 100%;
  }
}
.service_bg .count .lefts_side ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.service_bg .count .lefts_side ul li {
  width: 25%;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_bg .count .lefts_side ul li .clr1,
.service_bg .count .lefts_side ul li .clr2,
.service_bg .count .lefts_side ul li .clr3,
.service_bg .count .lefts_side ul li .clr4 {
  width: 100%;
  padding: 15px 0px;
}
.service_bg .count .lefts_side ul li .clr1 {
  border-radius: 20px 0px 0px 20px;
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  -ms-border-radius: 20px 0px 0px 20px;
  -o-border-radius: 20px 0px 0px 20px;
  background: #0d345f;
}
.service_bg .count .lefts_side ul li .clr2 {
  background: #11437b;
}
.service_bg .count .lefts_side ul li .clr3 {
  background: #144d8e;
}
.service_bg .count .lefts_side ul li .clr4 {
  background: #16569e;
}
@media (max-width: 992px) {
  .service_bg .count .lefts_side ul li .clr4 {
    border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    -ms-border-radius: 0px 20px 20px 0px;
    -o-border-radius: 0px 20px 20px 0px;
  }
}
.service_bg .count .lefts_side ul li h4 {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service_bg .count .lefts_side ul li h4 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .service_bg .count .lefts_side ul li h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .service_bg .count .lefts_side ul li h4 {
    font-size: 1.2rem;
  }
}
.service_bg .count .lefts_side ul li h4 span {
  display: block;
  font-size: 0.875rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service_bg .count .lefts_side ul li h4 span {
    font-size: 0.812rem;
  }
}
@media (max-width: 767px) {
  .service_bg .count .lefts_side ul li h4 span {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .service_bg .count .lefts_side ul li h4 span {
    font-size: 8px;
  }
}
.service_bg .count .right_side {
  width: 50%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service_bg .count .right_side {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .service_bg .count .right_side {
    display: none;
  }
}
.service_bg .count .right_side h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .service_bg .count .right_side h3 {
    font-size: 0.813rem;
  }
}
.service_bg .count .right_side .btn-4 {
  font-size: 0.875rem;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .service_bg .count .right_side .btn-4 {
    font-size: 0.813rem;
  }
}
.service_bg .service-sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.service_bg .service-sec .out_box {
  display: flex;
  width: 50%;
}
@media (max-width: 992px) {
  .service_bg .service-sec .out_box {
    width: 100%;
  }
}
.service_bg .service-sec .out_box .heading {
  display: flex;
  align-items: center;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .heading {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .service_bg .service-sec .out_box .heading {
    margin-bottom: 20px;
    padding-right: 0rem;
  }
}
.service_bg .service-sec .out_box .heading p {
  color: #fff;
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .heading p {
    text-align: center;
  }
}
.service_bg .service-sec .out_box .heading .icon {
  padding-right: 10px;
}
@media (max-width: 480px) {
  .service_bg .service-sec .out_box .heading .icon {
    display: none;
  }
}
.service_bg .service-sec .out_box .heading .icon img {
  width: 150px;
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .heading .icon img {
    width: 100px;
  }
}
.service_bg .service-sec .out_box .heading .heading-text h3 {
  font-size: 1.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1803921569);
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service_bg .service-sec .out_box .heading .heading-text h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .heading .heading-text h3 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.service_bg .service-sec .out_box .heading .heading-text h3 span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service_bg .service-sec .out_box .heading .heading-text h3 span {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .heading .heading-text h3 span {
    font-size: 1.5rem;
    display: inline-block;
  }
}
.service_bg .service-sec .out_box .left {
  transition: all 0.4s ease-in-out;
  width: 50%;
  position: relative;
  background: #000;
}
.service_bg .service-sec .out_box .left img {
  transition: all 0.4s ease-in-out;
}
.service_bg .service-sec .out_box .left .triangle {
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: -11px;
  top: 46%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 24px 28px 24px;
  border-color: transparent transparent #25b72f transparent;
  transform: rotate(-90deg);
  z-index: 9;
}
.service_bg .service-sec .out_box .left .triangle_2 {
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: -11px;
  top: 46%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 24px 28px 24px;
  border-color: transparent transparent #25b72f transparent;
  transform: rotate(90deg);
  z-index: 9;
}
.service_bg .service-sec .out_box .left .triangle_3 {
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: -11px;
  top: 46%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 24px 28px 24px;
  border-color: transparent transparent #0054a7 transparent;
  transform: rotate(90deg);
  z-index: 9;
}
.service_bg .service-sec .out_box .left .triangle_4 {
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: -11px;
  top: 46%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 24px 28px 24px;
  border-color: transparent transparent #0054a7 transparent;
  transform: rotate(-90deg);
  z-index: 9;
}
.service_bg .service-sec .out_box .brder-left {
  border-radius: 40px 0px 0px 0px;
  -webkit-border-radius: 40px 0px 0px 0px;
  -moz-border-radius: 40px 0px 0px 0px;
  -ms-border-radius: 40px 0px 0px 0px;
  -o-border-radius: 40px 0px 0px 0px;
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .brder-left {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.service_bg .service-sec .out_box .brder-left img {
  border-radius: 40px 0px 0px 0px;
  -webkit-border-radius: 40px 0px 0px 0px;
  -moz-border-radius: 40px 0px 0px 0px;
  -ms-border-radius: 40px 0px 0px 0px;
  -o-border-radius: 40px 0px 0px 0px;
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .brder-left img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.service_bg .service-sec .out_box .brder-right {
  border-radius: 0px 40px 0px 0px;
  -webkit-border-radius: 0px 40px 0px 0px;
  -moz-border-radius: 0px 40px 0px 0px;
  -ms-border-radius: 0px 40px 0px 0px;
  -o-border-radius: 0px 40px 0px 0px;
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .brder-right {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.service_bg .service-sec .out_box .brder-right img {
  border-radius: 0px 40px 0px 0px;
  -webkit-border-radius: 0px 40px 0px 0px;
  -moz-border-radius: 0px 40px 0px 0px;
  -ms-border-radius: 0px 40px 0px 0px;
  -o-border-radius: 0px 40px 0px 0px;
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .brder-right img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.service_bg .service-sec .out_box .brder-bottom-left {
  border-radius: 0px 0px 0px 40px;
  -webkit-border-radius: 0px 0px 0px 40px;
  -moz-border-radius: 0px 0px 0px 40px;
  -ms-border-radius: 0px 0px 0px 40px;
  -o-border-radius: 0px 0px 0px 40px;
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .brder-bottom-left {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.service_bg .service-sec .out_box .brder-bottom-left img {
  border-radius: 0px 0px 0px 40px;
  -webkit-border-radius: 0px 0px 0px 40px;
  -moz-border-radius: 0px 0px 0px 40px;
  -ms-border-radius: 0px 0px 0px 40px;
  -o-border-radius: 0px 0px 0px 40px;
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .brder-bottom-left img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.service_bg .service-sec .out_box .brder-bottom-right {
  border-radius: 0px 0px 40px 0px;
  -webkit-border-radius: 0px 0px 40px 0px;
  -moz-border-radius: 0px 0px 40px 0px;
  -ms-border-radius: 0px 0px 40px 0px;
  -o-border-radius: 0px 0px 40px 0px;
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .brder-bottom-right {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.service_bg .service-sec .out_box .brder-bottom-right img {
  border-radius: 0px 0px 40px 0px;
  -webkit-border-radius: 0px 0px 40px 0px;
  -moz-border-radius: 0px 0px 40px 0px;
  -ms-border-radius: 0px 0px 40px 0px;
  -o-border-radius: 0px 0px 40px 0px;
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .brder-bottom-right img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.service_bg .service-sec .out_box .right {
  transition: all 0.4s ease-in-out;
  width: 50%;
  background: #25b72f;
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .service_bg .service-sec .out_box .right {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service_bg .service-sec .out_box .right {
    padding: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .service_bg .service-sec .out_box .right {
    padding: 1.2rem;
  }
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .right {
    padding: 20px;
  }
}
.service_bg .service-sec .out_box .right h3 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .service_bg .service-sec .out_box .right h3 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .right h3 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .service_bg .service-sec .out_box .right h3 {
    font-size: 1.2rem;
  }
}
.service_bg .service-sec .out_box .right .icons img {
  width: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .service_bg .service-sec .out_box .right .icons img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .right .icons img {
    width: 40px;
  }
}
.service_bg .service-sec .out_box .right P {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #464141;
  display: -webkit-box;
  height: 56px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #fff;
  line-height: 20px;
}
@media (max-width: 480px) {
  .service_bg .service-sec .out_box .right P {
    display: none;
  }
}
.service_bg .service-sec .out_box .right .btn-3 {
  color: #fff;
  padding: 0;
}
.service_bg .service-sec .out_box .right .btn-3 i {
  color: #fff;
}
.service_bg .service-sec .out_box .right .shape3 {
  position: absolute;
  right: 0;
  top: 0;
}
.service_bg .service-sec .out_box .right .shape3 img {
  width: 115px;
}
.service_bg .service-sec .out_box .blue {
  transition: all 0.4s ease-in-out;
  width: 50%;
  background: #0054a7;
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .service_bg .service-sec .out_box .blue {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service_bg .service-sec .out_box .blue {
    padding: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .service_bg .service-sec .out_box .blue {
    padding: 1.2rem;
  }
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .blue {
    padding: 20px;
  }
}
.service_bg .service-sec .out_box .blue h3 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .service_bg .service-sec .out_box .blue h3 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .blue h3 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .service_bg .service-sec .out_box .blue h3 {
    font-size: 1.2rem;
  }
}
.service_bg .service-sec .out_box .blue .icons img {
  width: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .service_bg .service-sec .out_box .blue .icons img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .service_bg .service-sec .out_box .blue .icons img {
    width: 40px;
  }
}
.service_bg .service-sec .out_box .blue P {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #464141;
  display: -webkit-box;
  height: 56px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #fff;
  line-height: 20px;
}
@media (max-width: 480px) {
  .service_bg .service-sec .out_box .blue P {
    display: none;
  }
}
.service_bg .service-sec .out_box .blue .btn-3 {
  color: #fff;
  padding: 0;
}
.service_bg .service-sec .out_box .blue .btn-3 i {
  color: #fff;
}
.service_bg .service-sec .out_box .blue .shape3 {
  position: absolute;
  right: 0;
  top: 0;
}
.service_bg .service-sec .out_box .blue .shape3 img {
  width: 115px;
}
.service_bg .service-sec .out_box:hover .right {
  background: #1aa723;
}
.service_bg .service-sec .out_box:hover .left img {
  opacity: 0.5;
}
.service_bg .service-sec .out_box:hover .left .triangle,
.service_bg .service-sec .out_box:hover .left .triangle_2 {
  border-color: transparent transparent #1aa723 transparent;
}
.service_bg .service-sec .out_box:hover .left .triangle_3,
.service_bg .service-sec .out_box:hover .left .triangle_4 {
  border-color: transparent transparent #0a4b8b transparent;
}
.service_bg .service-sec .out_box:hover .blue {
  background: #0a4b8b;
}

.projects {
  background: #fff url(../images/project_bg.png) no-repeat bottom center;
}
@media (max-width: 767px) {
  .projects {
    background-image: none;
    background: #6C6969;
    background: #EAEBEA;
  }
}
.projects h3 {
  font-size: 1.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1803921569);
  color: #0054a7;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .projects h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .projects h3 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.projects h3 span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #00900a;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .projects h3 span {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .projects h3 span {
    font-size: 1.5rem;
    display: inline-block;
  }
}
.projects .projectslide {
  position: relative;
  width: 100%;
}
.projects .projectslide .project-slide {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 20px;
  position: relative;
  width: 100%;
  position: relative;
}
.projects .projectslide .project-slide .imgbox {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.projects .projectslide .project-slide .imgbox img {
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.projects .projectslide .project-slide .heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 20px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .projects .projectslide .project-slide .heading {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .projects .projectslide .project-slide .heading {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .projects .projectslide .project-slide .heading {
    font-size: 1rem;
  }
}
.projects .projectslide .project-slide .readmore {
  position: absolute;
  bottom: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  text-align: center;
  z-index: 9;
}
.projects .projectslide .project-slide .readmore .btn_more {
  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%;
  width: 40px;
  background: #0054a7;
  height: 40px;
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.projects .projectslide .project-slide::before {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0733543417) 0%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.projects .projectslide .project-slide:hover .imgbox img {
  transform: scale(1.1);
}
.projects .projectslide .project-slide:hover .btn_more {
  background: #00900a;
}
.projects .slick-list .slick-slide:nth-child(even) {
  color: #0d345f;
}
.projects .slick-list .slick-slide:nth-child(odd) {
  background-color: #ccc;
}
.projects .slick-arrow {
  z-index: 1;
  background: #dcdcdc;
  width: 40px;
  height: 40px;
  font-family: bootstrap-icons !important;
  position: absolute;
}
.projects .slick-next:hover {
  background: #dcdcdc;
}
.projects .slick-prev:hover,
.projects .slick-prev:focus,
.projects .slick-next:hover,
.projects .slick-next:focus {
  color: transparent;
  outline: none;
  background: #dcdcdc;
}
.projects .slick-arrow:before {
  font-size: 30px;
}
.projects .slick-next {
  right: 0;
  position: absolute;
  content: "\f285";
  font-family: bootstrap-icons !important;
}
.projects .slick-prev {
  left: 0px;
  position: absolute;
}
.projects .slick-prev:before,
.projects .slick-next:before {
  font-family: bootstrap-icons !important;
  font-size: 30px;
  line-height: 1;
  color: rgba(58, 58, 58, 0.36);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.projects .slick-prev:before {
  content: "\f284";
}
.projects .slick-next:before {
  content: "\f285";
}
.projects .btn-wrap {
  text-align: center;
  width: 100%;
}
.projects button {
  border: none;
  border-radius: 5px;
  transition: all 0.5s;
}
.projects button.slick-disabled {
  opacity: 0.6;
}

.clients {
  background: #fff;
}
.clients h3 {
  font-size: 1.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1803921569);
  color: #0054a7;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .clients h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .clients h3 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.clients h3 span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #00900a;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .clients h3 span {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .clients h3 span {
    font-size: 1.5rem;
    display: inline-block;
  }
}
.clients .clientslide {
  position: relative;
  width: 100%;
  background: #fff;
}
.clients .clientslide .client-slide {
  position: relative;
  width: 100%;
  margin: 15px;
}
.clients .clientslide .client-slide .logo {
  padding: 10px;
  border: 1px solid rgba(108, 105, 105, 0.1882352941);
}
.clients .clientslide .client-slide .co-name {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .clients .clientslide .client-slide .co-name {
    font-size: 0.813rem;
  }
}
@media (max-width: 767px) {
  .clients .clientslide .client-slide .co-name {
    display: none;
  }
}
.clients .slick-arrow {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
  background: #ebebeb;
  width: 40px;
  height: 40px;
  font-family: bootstrap-icons !important;
  position: absolute;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
@media (max-width: 767px) {
  .clients .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
.clients .slick-arrow:before {
  font-size: 30px;
}
.clients .slick-next {
  right: 0;
  position: absolute;
  content: "\f285";
  font-family: bootstrap-icons !important;
}
.clients .slick-prev {
  left: 0px;
  position: absolute;
}
.clients .slick-prev:hover,
.clients .slick-prev:focus,
.clients .slick-next:hover,
.clients .slick-next:focus {
  color: transparent;
  outline: none;
  background: #fff;
}
.clients .slick-prev:before,
.clients .slick-next:before {
  font-family: bootstrap-icons !important;
  font-size: 1.5rem;
  line-height: 1;
  color: #0054a7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .clients .slick-prev:before,
  .clients .slick-next:before {
    font-size: 1rem;
  }
}
.clients .slick-prev:before {
  content: "\f284";
}
.clients .slick-next:before {
  content: "\f285";
}
.clients .btn-wrap {
  text-align: center;
  width: 100%;
}
.clients button {
  border: none;
  border-radius: 5px;
  transition: all 0.5s;
}
.clients button.slick-disabled {
  opacity: 0.6;
}

.news_events {
  background: #f1eded;
}
.news_events h3 {
  font-size: 1.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1803921569);
  color: #0054a7;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news_events h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .news_events h3 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.news_events h3 span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #00900a;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news_events h3 span {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .news_events h3 span {
    font-size: 1.5rem;
    display: inline-block;
  }
}
.news_events .newsbox {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.news_events .newsbox .newsimg {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.4s ease-in-out;
  background: #0054a7;
}
@media (max-width: 991px) {
  .news_events .newsbox .newsimg {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.news_events .newsbox .newsimg img {
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 991px) {
  .news_events .newsbox .newsimg img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.news_events .newsbox .news-content {
  border-radius: 0px 0px 20px 20px;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  -ms-border-radius: 0px 0px 20px 20px;
  -o-border-radius: 0px 0px 20px 20px;
  position: relative;
  width: 90%;
  background: #fff;
  padding: 20px;
  transform: translateY(-50px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
@media (max-width: 991px) {
  .news_events .newsbox .news-content {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    width: 100%;
    transform: translateY(0px);
  }
}
.news_events .newsbox .news-content h3 {
  font-size: 20px;
  text-align: left;
  display: -webkit-box;
  height: 52px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .news_events .newsbox .news-content h3 {
    font-size: 1rem;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .news_events .newsbox .news-content h3 {
    font-size: 1rem;
    height: 42px;
  }
}
.news_events .newsbox .news-content p {
  text-align: left;
  display: -webkit-box;
  height: 52px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .news_events .newsbox .news-content p {
    margin: 0;
  }
}
.news_events .newsbox .news-content span i {
  color: #00900a;
}
.news_events .newsbox:hover .newsimg img {
  opacity: 0.5;
}

.guarante {
  padding: 30px 0px;
  background: #e6f2ff;
}
.guarante .guarante_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guarante .guarante_box ul {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .guarante .guarante_box ul {
    width: 100%;
    flex-wrap: wrap;
  }
}
.guarante .guarante_box ul li {
  width: 33.3%;
  padding-right: 30px;
  position: relative;
  list-style: none;
}
@media only screen and (min-width: 767px) and (max-width: 1400px) {
  .guarante .guarante_box ul li {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .guarante .guarante_box ul li {
    width: 100%;
    padding-right: 5px;
    width: 100%;
  }
}
.guarante .guarante_box ul li::before {
  position: absolute;
  content: "";
  border-right: 1px solid rgba(0, 84, 167, 0.231372549);
  height: 100%;
  right: 0;
}
@media (max-width: 767px) {
  .guarante .guarante_box ul li::before {
    width: 100%;
    border-right: none;
  }
}
.guarante .guarante_box ul li:last-child::before {
  border-right: 0;
}
.guarante .guarante_box ul li .inner_box {
  padding: 5px 0px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .guarante .guarante_box ul li .inner_box {
    width: 100%;
    justify-content: flex-start;
  }
}
.guarante .guarante_box ul li .inner_box .icon {
  padding-right: 15px;
}
@media only screen and (min-width: 767px) and (max-width: 1400px) {
  .guarante .guarante_box ul li .inner_box .icon {
    padding-right: 5px;
  }
}
.guarante .guarante_box ul li .inner_box .icon img {
  width: 50px;
}
.guarante .guarante_box ul li .inner_box .test_box h5 {
  font-size: 1rem;
  color: #0054a7;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .guarante .guarante_box ul li .inner_box .test_box h5 {
    font-size: 0.875rem;
  }
}

.footer {
  background: #0054a7;
}
.footer .logo {
  width: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer .logo {
    width: 150px;
  }
}
.footer h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}
.footer .block-list-4 {
  display: flex;
  flex-wrap: wrap;
}
.footer .block-list-4 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer .block-list-4 ul li {
  color: #fff;
  font-weight: 300;
  width: 50%;
  list-style: none;
  font-size: 0.875rem;
}
@media (max-width: 1200px) {
  .footer .block-list-4 ul li {
    width: 100%;
  }
}
.footer .block-list-4 ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 0.875rem;
  transition: all 0.4s ease-in-out;
}
.footer .block-list-4 ul li a:hover {
  color: #0087ef;
}
.footer .block-list-4 ul li::before {
  display: none;
}
.footer .block-list-3 {
  display: flex;
  flex-direction: column;
}
.footer .block-list-3 ul {
  width: 100%;
}
.footer .block-list-3 ul li {
  padding: 1px 0px;
  color: #fff;
  font-weight: 300;
  list-style: none;
  font-size: 0.875rem;
}
.footer .block-list-3 ul li a {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.footer .ftrlist {
  margin: 30px 0px;
  width: 100%;
}
.footer .ftrlist ul {
  display: flex;
  justify-content: center;
  border-top: 1px solid #3f8ebb;
  border-bottom: 1px solid #3f8ebb;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .ftrlist ul {
    padding: 10px 0px;
  }
}
.footer .ftrlist ul li {
  list-style: none;
  position: relative;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .footer .ftrlist ul li {
    padding: 5px;
    font-size: 0.813rem;
  }
}
@media (max-width: 767px) {
  .footer .ftrlist ul li {
    font-size: 0.813rem;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .footer .ftrlist ul li {
    line-height: 13px;
  }
}
.footer .ftrlist ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .footer .ftrlist ul li a {
    font-size: 0.813rem;
  }
}
@media (max-width: 767px) {
  .footer .ftrlist ul li a {
    font-size: 0.813rem;
  }
}
@media (max-width: 480px) {
  .footer .ftrlist ul li a {
    font-size: 0.75rem;
  }
}
.footer .ftrlist ul li a:hover {
  color: #0087ef;
}
@media (max-width: 767px) {
  .footer .ftrlist {
    padding: 10px 0px;
  }
}
@media (max-width: 480px) {
  .footer .ftrlist {
    margin: 5px 0px;
  }
}
.footer .social-icons {
  width: 100%;
  margin-top: 10px;
}
.footer .social-icons ul {
  display: flex;
  justify-content: flex-start;
}
.footer .social-icons ul li {
  padding: 0px 10px;
  list-style: none;
  font-size: 1.2rem;
}
.footer .social-icons ul li a {
  color: #fff;
}
.footer .social-icons ul li a:hover {
  color: #fff;
}
.footer .social-icons ul li:first-child {
  padding-left: 0px;
}
.footer .powered {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer .powered {
    flex-direction: column;
  }
}
.footer .powered .left {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  width: 50%;
}
@media (max-width: 992px) {
  .footer .powered .left {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .footer .powered .left {
    font-size: 0.75rem;
  }
}
.footer .powered .right {
  width: 50%;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
}
@media (max-width: 992px) {
  .footer .powered .right {
    width: 100%;
  }
}
.footer .powered .right ul {
  display: flex;
  font-size: 0.875rem;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .footer .powered .right ul {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .footer .powered .right ul {
    font-size: 0.75rem;
  }
}
.footer .powered .right ul li {
  list-style: none;
  padding: 0px 10px;
}
@media (max-width: 992px) {
  .footer .powered .right ul li {
    text-align: center;
  }
}
.footer .powered .right ul li a {
  color: #fff;
}

.inner-banner {
  position: relative;
  padding: 200px 0px 100px 0px;
  z-index: 1;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner-banner {
    padding: 140px 0px 75px 0px;
  }
}
@media (max-width: 992px) {
  .inner-banner {
    padding: 120px 0px 75px 0px;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    padding: 100px 0px 75px 0px;
  }
}
@media (max-width: 480px) {
  .inner-banner {
    padding: 90px 0px 28px 0px;
  }
}
.inner-banner h2 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .inner-banner h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .inner-banner h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .inner-banner h2 {
    font-size: 1.3rem;
  }
}
.inner-banner nav {
  position: relative;
  z-index: 9;
}
.inner-banner nav .breadcrumb {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.inner-banner nav .breadcrumb li {
  color: #fff;
}
@media (max-width: 767px) {
  .inner-banner nav .breadcrumb li {
    font-size: 0.75rem;
  }
}
.inner-banner nav .breadcrumb li a {
  color: #fff;
}
.inner-banner nav .breadcrumb li::before {
  color: #fff;
}

.inner-container {
  width: 100%;
  position: relative;
}
.inner-container .activ,
.inner-container .activ2 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #eeeeee;
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner-container .activ,
  .inner-container .activ2 {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .inner-container .activ,
  .inner-container .activ2 {
    padding: 25px 10px;
    margin: 10px;
  }
}
.inner-container .activ .listing,
.inner-container .activ2 .listing {
  width: 100%;
}
.inner-container .activ .listing h4,
.inner-container .activ2 .listing h4 {
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: left;
  color: #000;
  font-weight: 600;
}
@media (max-width: 767px) {
  .inner-container .activ .listing h4,
  .inner-container .activ2 .listing h4 {
    margin-top: 10px;
    font-size: 1rem;
  }
}
.inner-container .activ .listing ul,
.inner-container .activ2 .listing ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.inner-container .activ .listing ul li,
.inner-container .activ2 .listing ul li {
  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;
  list-style: none;
  padding: 5px 8px;
  border: 1px solid #00900a;
  background: #fff;
  color: #333;
  font-weight: 500;
  font-size: 0.875rem;
  margin: 2px;
}
@media (max-width: 480px) {
  .inner-container .activ .listing ul li,
  .inner-container .activ2 .listing ul li {
    padding: 2px 8px;
    font-size: 0.813rem;
  }
}
.inner-container .activ .listing ul li:hover,
.inner-container .activ2 .listing ul li:hover {
  border: 1px solid #0054a7;
}
.inner-container .activ .brdr-radius,
.inner-container .activ2 .brdr-radius {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.inner-container .activ .brdr-radius img,
.inner-container .activ2 .brdr-radius img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.inner-container .activ h3,
.inner-container .activ2 h3 {
  font-size: 1.5rem;
  text-align: left;
  color: #0054a7;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner-container .activ h3,
  .inner-container .activ2 h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .inner-container .activ h3,
  .inner-container .activ2 h3 {
    font-size: 1.2rem;
  }
}
.inner-container .activ2 {
  background: #ebf5ff;
}
.inner-container .activities h3 {
  font-size: 2rem;
  text-align: center;
  color: #0054a7;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner-container .activities h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .inner-container .activities h3 {
    font-size: 1.4rem;
  }
}
.inner-container .activities .listing {
  width: 100%;
}
.inner-container .activities .listing ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.inner-container .activities .listing ul li {
  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;
  list-style: none;
  margin: 5px;
  padding: 10px;
  background: #00900a;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .inner-container .activities .listing ul li {
    font-size: 0.875rem;
    padding: 5px 8px;
  }
}
@media (max-width: 767px) {
  .inner-container .activities .listing ul li {
    font-size: 0.875rem;
    padding: 4px 8px;
  }
}
@media (max-width: 480px) {
  .inner-container .activities .listing ul li {
    font-size: 0.813rem;
    padding: 4px 6px;
  }
}
.inner-container .activities .listing ul li:hover {
  background: #0054a7;
}
@media (max-width: 767px) {
  .inner-container .table {
    font-size: 0.813rem;
  }
}
.inner-container .codeimg {
  transform: translateX(50px);
  border: 10px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 992px) {
  .inner-container .codeimg {
    transform: translateX(0px);
  }
}
.inner-container .codeconduct {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #f8f8ca;
  padding: 40px 40px 40px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner-container .codeconduct {
    padding: 20px 20px 20px 30px;
  }
}
@media (max-width: 767px) {
  .inner-container .codeconduct {
    padding: 20px;
  }
}
.inner-container .codeconduct h3 {
  color: #000;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner-container .codeconduct h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .inner-container .codeconduct h3 {
    font-size: 1.3rem;
  }
}

.employee {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #edf7fd;
  padding: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .employee {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .employee {
    padding: 20px;
  }
}
.employee h3 {
  color: #0054a7;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .employee h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .employee h3 {
    font-size: 1.3rem;
  }
}

.about_content {
  width: 100%;
}
.about_content h3 {
  font-size: 1.5rem;
  text-align: left;
  color: #0054a7;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_content h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about_content h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .about_content h3 {
    font-size: 1.5rem;
  }
}
.about_content h3 span {
  display: block;
  font-weight: 300;
  font-size: 1.2rem;
  color: #00900a;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_content h3 {
    font-size: 1.3rem;
  }
}
.about_content .blue {
  color: #00900a;
  font-weight: 600;
}

.address-box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 15px;
  border: 1px solid #e9e6e6;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .address-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .address-box {
    padding: 20px 15px;
  }
}
.address-box .icons {
  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;
  background: #0054a7;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .address-box .icons {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .address-box .icons {
    width: 30px;
    height: 30px;
  }
}
.address-box .icons i {
  font-size: 1.3rem;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .address-box .icons i {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .address-box .icons i {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .address-box .icons i {
    font-size: 1.1rem;
  }
}
.address-box .info {
  font-size: 1rem;
  padding-left: 10px;
  color: #464141;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .address-box .info {
    padding-left: 0px;
    margin-top: 10px;
  }
  .address-box .info br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .address-box .info {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .address-box .info {
    font-size: 0.813rem;
  }
}
.address-box .info a {
  color: #464141;
}
.address-box .info h5 {
  color: #00900a;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (max-width: 480px) {
  .address-box .info h5 {
    font-size: 0.875rem;
  }
}
.address-box:hover .icons {
  transform: translateY(10px);
  background: #00900a;
}
.address-box:hover .icons i {
  color: #fff;
}

.contact_form {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
  padding: 40px;
  border: 1px solid #e9e6e6;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact_form {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .contact_form {
    padding: 20px;
  }
}
.contact_form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.contact_form h3 {
  color: #0054a7;
  font-size: 1.5rem;
  text-align: left;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .contact_form h3 {
    font-size: 1.1rem;
  }
}

.client-slide {
  transition: all 0.4s ease-in-out;
  position: relative;
  width: 100%;
  background: #faebd7;
  border: 1px solid rgba(108, 105, 105, 0.1882352941);
}
.client-slide .logo {
  transition: all 0.4s ease-in-out;
  padding: 10px;
  display: flex;
  background: #fff;
  width: 100%;
  justify-content: center;
}
.client-slide .logo img {
  transition: all 0.4s ease-in-out;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.client-slide .co-name {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  min-height: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .client-slide .co-name {
    font-size: 0.813rem;
  }
}
@media (max-width: 480px) {
  .client-slide .co-name {
    min-height: auto;
    font-size: 0.813rem;
  }
}
.client-slide:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.client-slide:hover .logo {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.client-slide:hover .logo img {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.gallery_list {
  width: 100%;
  position: relative;
}
.gallery_list .imgbox {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
}
.gallery_list .imgbox img {
  transition: all 0.4s ease-in-out;
}
.gallery_list .content {
  padding: 15px;
  background: #f7f7f7;
  width: 95%;
  margin-left: 5%;
  transform: translateY(-17px);
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media (max-width: 767px) {
  .gallery_list .content {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .gallery_list .content {
    width: 100%;
    margin-left: 0;
  }
}
.gallery_list .content .btn-3 {
  padding: 5px 0px;
  color: #00900a;
}
@media (max-width: 767px) {
  .gallery_list .content .btn-3 {
    font-size: 0.813rem;
  }
}
.gallery_list .content .btn-3 i {
  color: #00900a;
}
.gallery_list .content h3 {
  font-size: 1.2rem;
  color: #0054a7;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .gallery_list .content h3 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .gallery_list .content h3 {
    font-size: 0.875rem;
  }
}
.gallery_list:hover .imgbox {
  background: #0054a7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.gallery_list:hover .imgbox img {
  opacity: 0.5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.gallery__box {
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.gallery__box .location {
  transition: all 0.4s ease-in-out;
  position: absolute;
  width: 100%;
  z-index: 9;
  bottom: 0;
  padding: 3px 15px;
  background: #0054a7;
  opacity: 0;
}
.gallery__box .location p {
  margin: 0;
  color: #fff;
}
.gallery__box a.gallery_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 5;
  border-radius: 50% !important;
  line-height: 7px;
  background: #fff;
  display: block;
  color: #000;
  padding: 20px;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .gallery__box a.gallery_btn {
    font-size: 1rem;
    padding: 15px;
  }
}
.gallery__box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 133%;
  background: rgba(22, 84, 132, 0.6901960784);
  left: 0;
  top: 0;
  transform: rotate(-45deg) translateY(126%);
  transition: 0.5s;
  z-index: 0;
}
.gallery__box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 113%;
  background: rgba(164, 203, 57, 0.7098039216);
  left: 0;
  top: 0;
  transform: rotate(-54deg) translateY(-144%);
  transition: 0.5s;
  z-index: 0;
}
.gallery__box:hover .location {
  opacity: 1;
}
.gallery__box:hover a.gallery_btn {
  transform: translate(-50%, -50%) scale(1);
}
.gallery__box:hover::after {
  transform: rotate(-53deg) translateY(34%);
}
.gallery__box:hover::before {
  transform: rotate(-54deg) translateY(-117%);
}

.news-box {
  width: 100%;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  background: #0054a7;
}
.news-box .newsimg {
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
  background: #0054a7;
}
.news-box .newsimg img {
  transition: all 0.4s ease-in-out;
}
.news-box .newsimg .date {
  transition: all 0.4s ease-in-out;
  position: absolute;
  background: #0054a7;
  padding: 5px 10px;
  color: #fff;
  bottom: 0;
  left: 0;
  font-size: 0.813rem;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 767px) {
  .news-box .newsimg .date {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .news-box .newsimg .date {
    font-size: 0.813rem;
  }
}
.news-box .newsimg .date i {
  color: #fff;
}
.news-box .news-content {
  padding: 15px;
  background: #fff;
}
.news-box .news-content h2 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 700;
  text-align: left;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .news-box .news-content h2 {
    font-size: 1rem;
    height: 42px;
  }
}
@media (max-width: 480px) {
  .news-box .news-content h2 {
    height: 40px;
  }
}
.news-box .news-content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #464141;
  display: -webkit-box;
  height: 56px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  margin: 0;
}
.news-box:hover .newsimg img {
  opacity: 0.5;
}

.details {
  border: 1px solid #ededed;
  padding: 30px;
}
@media (max-width: 767px) {
  .details {
    padding: 20px;
  }
}
.details img {
  width: 100%;
  margin-top: 15px;
}
.details h4 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .details h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .details h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .details h4 {
    font-size: 1rem;
  }
}
.details span {
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
}
.details span i {
  color: #0054a7;
}

.recent {
  border: 1px solid #ededed;
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .recent {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .recent {
    padding: 15px;
  }
}
.recent h4 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .recent h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .recent h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .recent h4 {
    font-size: 1rem;
  }
}
.recent .line {
  border-bottom: 1px solid #dad7d7;
  margin: 20px 0px;
}
@media (max-width: 480px) {
  .recent .line {
    margin: 10px 0px;
  }
}
.recent h5 {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .recent h5 {
    font-size: 0.813rem;
    padding: 2px 8px;
    height: 36px;
  }
}
.recent span {
  font-size: 14px;
  color: #0054a7;
  font-weight: 500;
  display: block;
}
@media (max-width: 480px) {
  .recent span {
    font-size: 0.813rem;
  }
}
.recent span i {
  color: #00900a;
  font-size: 14px;
}
@media (max-width: 480px) {
  .recent span i {
    font-size: 0.813rem;
  }
}
.recent p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #464141;
  display: -webkit-box;
  height: 56px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.management_list {
  margin-bottom: 10px;
}
.management_list ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.management_list ul li {
  list-style: none;
  position: relative;
  border: 1px solid #d5d6d7;
  width: 100%;
  color: #0054a7;
  background: #fffaeb;
  display: flex;
  padding: 10px 15px;
  font-size: 0.1rem;
}
@media (max-width: 767px) {
  .management_list ul li {
    width: 100%;
    font-size: 0.875rem;
    padding: 5px;
  }
}
.management_list ul li .position {
  width: 75%;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0054a7;
}
@media (max-width: 767px) {
  .management_list ul li .position {
    font-size: 0.813rem;
  }
}
.management_list ul li .vacant {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}
.management_list ul li .vacant .count {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 30px;
  height: 30px;
  font-weight: 600;
  background: #00900a;
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .management_list ul li .vacant .count {
    font-size: 0.813rem;
  }
}
.management_list h4 {
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  font-weight: 700;
  background: #0054a7;
  text-align: left;
  position: relative;
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .management_list h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .management_list h4 {
    font-size: 0.875rem;
  }
}

.management_list3 {
  margin-bottom: 10px;
}
.management_list3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.management_list3 ul li {
  width: 50%;
  list-style: none;
  position: relative;
  border: 1px solid #d5d6d7;
  color: #0054a7;
  background: #fffaeb;
  display: flex;
  padding: 10px 15px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .management_list3 ul li {
    width: 100%;
    font-size: 0.875rem;
    padding: 5px;
  }
}
.management_list3 ul li .position {
  width: 75%;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0054a7;
}
@media (max-width: 767px) {
  .management_list3 ul li .position {
    font-size: 0.813rem;
  }
}
.management_list3 ul li .vacant {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}
.management_list3 ul li .vacant .count {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 30px;
  height: 30px;
  font-weight: 600;
  background: #00900a;
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .management_list3 ul li .vacant .count {
    font-size: 0.813rem;
  }
}
.management_list3 h4 {
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  font-weight: 700;
  background: #0054a7;
  text-align: left;
  position: relative;
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .management_list3 h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .management_list3 h4 {
    font-size: 0.875rem;
  }
}

.mngt h3 {
  color: #000;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mngt h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .mngt h3 {
    font-size: 1.3rem;
  }
}

.qualitypolicy {
  background: #00900a;
}
.qualitypolicy p {
  color: #fff;
}
.qualitypolicy .policy_box {
  padding-right: 20px;
}
.qualitypolicy .lists {
  width: 100%;
  margin-top: 10px;
}
.qualitypolicy .lists ul li {
  list-style: none;
  padding-left: 28px;
  color: #fff;
  position: relative;
}
.qualitypolicy .lists ul li p {
  color: #fff;
}
.qualitypolicy .lists ul li::before {
  content: "\f272";
  display: inline-block;
  font-family: bootstrap-icons !important;
  position: absolute;
  font-size: 18px;
  left: 0;
  color: #fff;
}
.qualitypolicy h3 {
  color: #fff;
  font-size: 2rem;
  text-align: left;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .qualitypolicy h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .qualitypolicy h3 {
    font-size: 1.3rem;
  }
}

.safetypolicy {
  background: #e6f2ff;
}
.safetypolicy h3 {
  color: #0054a7;
  font-size: 2rem;
  text-align: left;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .safetypolicy h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .safetypolicy h3 {
    font-size: 1.3rem;
  }
}

.map {
  width: 100%;
}

.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: #0054a7;
  font-family: "Poppins", sans-serif;
  background: #0087ef;
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 15px;
  border: 2px solid #0087ef;
}
.btn-1 i {
  padding-left: 15px;
}
.btn-1:hover {
  background: #00900a;
  border: 2px solid #00900a;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .btn-1 {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .btn-1 {
    padding: 5px 8px;
  }
}
@media (max-width: 767px) {
  .btn-1 {
    font-size: 0.813rem;
    padding: 5px 8px;
  }
}

.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: #0054a7;
  font-family: "Poppins", sans-serif;
  background: none;
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 15px;
  border: 2px solid #fff;
}
.btn-2 i {
  padding-left: 15px;
}
.btn-2:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #0054a7;
}
.btn-2:hover i {
  color: #0054a7;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .btn-2 {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .btn-2 {
    padding: 5px 8px;
  }
}
@media (max-width: 767px) {
  .btn-2 {
    font-size: 0.813rem;
    padding: 5px 8px;
  }
}

.btn-3 {
  transition: all 0.4s ease-in-out;
  color: #000;
  font-size: 1rem;
  padding: 15px 0px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background: none;
  font-family: "Montserrat", sans-serif;
  border: none;
}
.btn-3 a {
  color: #000;
}
.btn-3 i {
  color: #0054a7;
}

.btn-4 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  padding: 10px 20px;
  font-weight: 400;
  background: #1fc02a;
  font-family: "Montserrat", sans-serif;
  border: none;
}

.btn-5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  color: #333;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding: 5px 10px;
  border: 1px solid #00900a;
  cursor: pointer;
  background: none;
  margin-top: 10px;
}
.btn-5 i {
  transition: all 0.4s ease-in-out;
  color: #0054a7;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .btn-5 {
    font-size: 0.875rem;
    padding: 3px 8px;
  }
}
@media (max-width: 480px) {
  .btn-5 {
    font-size: 0.813rem;
    padding: 2px 8px;
  }
}
.btn-5:hover {
  background: #00900a;
  color: #fff;
  border: 1px solid #fff;
}
.btn-5:hover i {
  color: #fff;
  padding-left: 20px;
}

/*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 {
  transition: all 0.4s ease-in-out;
  animation: goDown 0.6s ease both;
}

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

.owl-fade-in {
  transition: all 0.4s ease-in-out;
  animation: fadeIn 0.7s both ease;
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
.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 .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: #0054a7;
  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 #1d62a7;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #1d62a7;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.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: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #fff;
  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: 10px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  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: #fff;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #0054a7 #0054a7 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: #fff;
}
.nav-menu > li.focus {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li.focus > a {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #0054a7 #0054a7 transparent;
}
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #0054a7 #0054a7 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 #fff #fff 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: #0054a7;
}
.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: #00900a;
  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: #0054a7;
  color: #fff;
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #0054a7 #0054a7 transparent;
}
.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.nav-dropdown > li.focus > a {
  color: #fff;
  background: #0054a7;
}
.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 6px;
  position: absolute;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
  border-color: transparent #0054a7 #0054a7 transparent;
}
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #0054a7 #0054a7 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: 1200px) and (max-width: 1400px) {
  .nav-menu li a {
    padding: 26px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nav-menu li a {
    font-size: 13px;
    padding: 12px 7px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}/*# sourceMappingURL=asianic.css.map */