@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url(https://fonts.gstatic.com/s/lato/v17/S6u-w4BMUTPHjxsIPy-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(https://fonts.gstatic.com/s/lato/v17/S6u_w4BMUTPHjxsI9w2PHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHjxswWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v17/S6u_w4BMUTPHjxsI5wqPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Lato Black Italic'), local('Lato-BlackItalic'), url(https://fonts.gstatic.com/s/lato/v17/S6u_w4BMUTPHjxsI3wiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHh30wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Anton Regular'), local('Anton-Regular'), url(https://fonts.gstatic.com/s/anton/v12/1Ptgg87LROyAm0K0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Serif Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('DM Serif Text Regular'), local('DMSerifText-Regular'), url(https://fonts.gstatic.com/s/dmseriftext/v4/rnCu-xZa_krGokauCeNq1wWyafM.ttf) format('truetype');
}
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
.f-14 {
  font-size: 14px;
}
.fw-600 {
  font-weight: 600;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
h1 {
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  color: #030303;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 21px;
}
nav {
  margin-top: 24px;
}
.carousel .img-fluid {
  width: 100%;
  opacity: 0.8;
}
/*pab crausel*/
.carousel-fade {
  margin-top: -170px;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item .overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
/**/
/*back to top*/
#button {
  display: inline-block;
  background-color: #A8CE43;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 47px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/**/
.top-header {
  background-color: #1f1f1f;
  border-bottom: 5px solid #a8cb4b;
  font-family: 'Lato', sans-serif;
  color: #fff;
  padding: 5px 0px;
  position: relative;
  z-index: 11;
}
.top-header .top_header_add {
  float: left;
}
.top-header .top_header_add ul {
  margin: 0px;
  padding: 0px;
}
.top-header .top_header_add ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
  margin-right: 30px;
  font-size: 12px;
  color: #e3e3e3;
  font-weight: 600;
}
.top-header .top_header_add ul li i {
  margin-right: 10px;
  line-height: 33px;
  border: 2px solid #666;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 14px;
}
.top-header .top_header_add ul li a {
  color: #fff;
  text-decoration: none;
}
.top-header .header_social {
  float: right;
}
.top-header .header_social ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: right;
  font-size: 16px;
}
.top-header .header_social ul li {
  float: right;
  width: auto;
  color: #ffffff;
  list-style: none;
  margin-left: 10px;
}
.top-header .header_social ul li i {
  line-height: 33px;
  color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border: 2px solid #606060;
  width: 34px;
  height: 34px;
  text-align: center;
  transition: all 0.5s;
}
.top-header .header_social ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.top-header .header_social ul li:hover i {
  border: 2px solid #fff;
  color: rgba(255, 255, 255, 0.8);
}
.bg-light {
  background-color: #ffffff !important;
}
.navbar {
  padding: 0rem 1rem !important;
  z-index: 111111;
}
.nav-link {
  padding: 30px 8px!important;
}
.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 14px !important;
  font-weight: 500;
}
.navbar-expand-sm .navbar-nav .nav-link:hover,
.navbar-expand-sm .navbar-nav .nav-link.active {
  color: #000000;
  background-color: #a8cb4b;
}
#nav li.active {
  color: #fff;
  background-color: #a8cb4b;
  padding: 30px 0px;
  text-decoration: none;
}
#nav li.active a {
  color: #000;
  padding: 30px 8px !important;
  text-decoration: none;
}
.navbar-nav li {
  border-left: 1px solid #fff;
}
.navbar-brand {
  margin-right: 0px !important;
}
.navbar-brand img {
  width: 85%;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0px;
}
.dropdown-item {
  font-family: 'Lato', sans-serif;
  padding: 0.5rem 1.5rem !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #353535;
  text-decoration: none;
  background-color: #a8cb4b;
}
.carousel-caption {
  font-family: 'Lato', sans-serif;
  color: #363533;
  position: absolute;
  right: unset;
  bottom: 30%;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.carousel-caption h3 {
  font-size: 26px;
  line-height: 38px;
}
.carousel-caption p {
  font-size: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
.sec-certi {
  text-align: center;
  padding: 50px 0px 30px 0px;
  display: flex;
}
.sec-certi .certi-wrapper {
  position: relative;
  border: 2px solid #363533;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sec-certi .certi-wrapper img {
  margin-bottom: 20px;
}
.sec-certi .certi-wrapper .corner-overlay {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #363533;
  top: 0px;
  left: 0px;
}
.sec-certi .certi-wrapper .certi-txt {
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  line-height: 16px;
}
.sec-certi .certi-wrapper:hover {
  border: 2px solid #aec64c;
}
.sec-certi .certi-wrapper:hover .corner-overlay {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #aec64c;
  top: 0px;
  left: 0px;
}
.sec-about {
  padding: 80px 0px 20px 0px;
}
.img-bdr {
  border: 2px solid #a8ce43;
}
.sec-certi {
  display: flex;
}
.sec-certi a {
  color: #404040;
  text-decoration: none;
}
.sec-certi > div {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sec-copyright {
  background-color: #202020;
  font-family: 'Lato', sans-serif;
  color: #fff;
  padding: 30px 0px;
  border-top: 1px solid #aec64c;
}
.sec-copyright a {
  text-decoration: none;
  color: #aec64c;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2em !important;
  vertical-align: 0.15em !important;
  content: "";
  border-top: 0.3em solid !important;
  border-right: 0.3em solid transparent !important;
  border-bottom: 0;
  border-left: 0.3em solid transparent !important;
}
.footer {
  background-color: #272727;
  color: #fff;
  padding: 60px 0px 30px 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.footer .footer-hd {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.footer .footer-frm p {
  color: #666666;
  font-weight: 600;
}
.footer .footer-frm ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.footer .footer-frm :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.footer .footer-frm ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.footer .footer-frm .form-control {
  text-align: center;
  height: 60px;
  border-radius: 0px;
  border: none;
  color: #fff;
  margin-bottom: 5px;
}
.footer .footer-frm .form-control.input-md {
  background-color: #474747;
}
.footer .cnt-info {
  padding-right: 65px;
}
.footer .sec-social {
  padding-top: 20px;
}
.footer .sec-social ul {
  margin: 0px;
  padding: 0px;
}
.footer .sec-social ul li {
  color: #fff;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  margin: 0px 10px;
}
.footer .sec-social ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease all;
}
.footer .sec-social ul li a:hover {
  color: #a8ce43;
  transition: 0.3s ease all;
}
.frm-btn-lrg {
  background-color: #a8ce43;
  color: #fff;
  font-family: 'Lato', sans-serif;
  border: none;
  height: 60px;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.txt-g {
  color: #aec64c;
}
.sec-hd {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
.sec-hd-txt {
  font-family: 'DM Serif Text', serif;
  font-size: 38px;
  color: #272727;
}
.sec-hd-txt span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 5;
  font-size: 30px;
}
.sec-hd-txt + p {
  border-top: solid 1px #d9d9d9;
  padding-top: 1.5em;
  margin-top: -2.3em;
}
.sec-cusomers {
  padding: 30px 0px;
}
#scroller {
  position: relative;
}
#scroller .innerScrollArea {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#scroller .innerScrollArea ul {
  padding: 0;
  margin: 0;
  position: relative;
}
#scroller .innerScrollArea ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
}
#scroller .innerScrollArea ul li.bdr-right {
  border-right: 1px solid #d9d9d9;
  padding: 0px 30px;
}
#scroller .innerScrollArea ul li img {
  height: 130px;
  width: auto;
}
/*innerpage css*/
.pab_header_section {
  background: url("../images/slider1.jpg") repeat-y;
  background-position-x: 50%;
  background-position-y: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  top: -105px;
  z-index: -1;
}
.pab_header_section .pab_img_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: rgba(255, 255, 255, 0.3);
}
.pab_header_section .innerpage-hd-wrapper {
  display: flex;
  justify-content: left;
  width: 100%;
  height: 400px;
  align-items: center;
  padding-top: 70px;
}
.pab_header_section .innerpage-hd-wrapper .breadcrumb {
  background-color: #a8cb4b;
}
.breadcrumb > li + li::before {
  color: #000000;
}
.breadcrumb > li + li::before {
  padding: 0 5px;
  content: "/\00a0";
}
.breadcrumb li a {
  color: #000000;
}
.team-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.team-wrapper .txt-team {
  background-color: #f9f9f9;
}
.team-wrapper .txt-team h2 {
  padding: 7px 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #a8cb4b;
  color: #fff;
}
.team-wrapper .txt-team p {
  text-align: justify;
  padding: 0px 20px;
}
.pro-wrapper h1 {
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  background-color: #a8cb4b;
  color: #fff;
}
.pro-wrapper .pro-txt {
  font-weight: 500;
  font-size: 16px;
}
.ctl-banner-rnd {
  padding: 50px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #212529;
}
.ctl-banner-rnd h2 {
  font-weight: 600;
}
.ctl-banner-rnd ul {
  margin: 0px;
  padding: 0px;
}
.ctl-banner-rnd ul li {
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  float: left;
  width: 14%;
}
.ctl-banner-rnd ul li img {
  width: auto;
  height: 150px;
  display: block;
  margin: 0px auto;
  text-align: center;
}
.light-bg {
  background-color: #f7f7f7;
  padding: 50px 0px 60px 0px;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul.imp-points li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 16px;
  position: relative;
  margin-bottom: 7px;
  padding-left: 28px;
}
ul.imp-points li::before {
  position: absolute;
  content: "\f046";
  font-family: "fontAwesome";
  padding: 0 10px 0 10px;
  font-weight: normal;
  color: #a8cb4b;
  left: -8px;
  top: 2px;
}
.flex-am {
  align-items: center;
}
.contact-data ul {
  margin: 0px;
  padding: 0px;
}
.contact-data ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 45px;
  position: relative;
}
.contact-data ul li i {
  margin-right: 10px;
  position: absolute;
  font-size: 35px;
  left: 0px;
  color: #a8cb4b;
}
.contact-data ul li a {
  text-decoration: none;
  color: #606060;
}
.contact-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #474747;
  opacity: 1;
  /* Firefox */
}
.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #474747;
}
.contact-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #474747;
}
.contact-form .form-control {
  text-align: left;
  height: 60px;
  border-radius: 0px;
  border: none;
  color: #474747;
  margin-bottom: 5px;
}
.contact-form .form-control.input-md {
  background-color: #fff;
  color: #474747;
}
table {
  width: 100%;
}
table tr td {
  padding: 10px;
}
table tr th {
  padding: 10px;
}
.row-green {
  background-color: #a8cb4b;
}
.txt-mgreen {
  background-color: #6a6841;
  color: #fff;
}
.bg-mgreen {
  background-color: #e1dfba;
}
.bdr-mg {
  border: 2px solid #6a6841 !important;
}
.txt-green {
  background-color: #3d7c18;
  color: #fff;
}
.bg-green {
  background-color: #e8ffda;
}
.bdr-green {
  border: 2px solid #3d7c18 !important;
}
.txt-blue {
  background-color: #273f56;
  color: #fff;
}
.bg-blue {
  background-color: #273f5613;
}
.bdr-blue {
  border: 2px solid #273f56 !important;
}
.txt-red {
  background-color: #ff0000;
  color: #fff;
}
.bg-red {
  background-color: #ff000012;
}
.bdr-red {
  border: 2px solid #ff0000 !important;
}
