@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
:root{
  --color-2: #FE0000;
  --color-3: #e1ad3d;
}

/* ================================ Basic CSS =============================== */
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Work Sans', sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

h2 {
  color: #313e4f;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h2 {
  margin: 0 0 10px 0;
  font-size: 30px;
  color: #242323;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.head-01 {
  text-align: center;
  margin: 30px 0px 20px 0px;
}

/* ================================ Header CSS =============================== */
._main_nav {
  padding: 8px;
}
.sticky {
  position: fixed !important;
  width: 100%;
  height: 5rem !important;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  z-index: 1000;
  transition: all 0.5s ease-in;
}

.logo {
  width: 60px;
}

.container {
  max-width: 1170px;
}

@media screen and (max-width: 575px) {
  .container {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    margin-top: -58px;
  }

  .nav .menu-toggle {
    margin-right: -15px;
  }
}

/* ================================ Slider CSS =============================== */
.slider {
  overflow: hidden;
}

.slider .carousel-item {
  background: #000;
}

.slider .carousel-item ._nb_mc {
  transition: 0.5s all ease;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  position: relative;

}

.slider .carousel-item ._nb_mc a {
  position: relative;
  margin: 20px 0px;
  padding: 10px 18px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid #fff;
  transition: 0.5s all ease;
}

.slider .carousel-item ._nb_mc p {
  line-height: 30px;
  color: #e0e0e0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-align: left;
  margin: 20px 0px;
}

.slider .carousel-item ._nb_mc h2 {
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}

.slider .carousel-item .kl_bd_we {
  top: 50px !important;
}

.slider .carousel-item ._kl_gh_er {
  position: relative;
  transition: 0.5s all ease;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  top: 87px;
}

.slider .carousel-item ._kl_gh_er img {
  opacity: 1;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .slider .carousel-item ._kl_gh_er img {
    width: 64%;
  }
}

.slider .carousel-item img {
  opacity: 0.1;
}

@media screen and (max-width: 768px) {
  .slider .carousel-item img {
    opacity: 0.4;
  }
}

/* ================================ Section CSS =============================== */
._po_jy_fr {
  padding: 40px 0px;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
}

._po_jy_fr ._pl_io_de {
  padding: 20px 0px;
}

._po_jy_fr ._pl_io_de .box-001 {
  padding: 10px 15px;
  margin: 10px 0px;
  position: relative;
}

._po_jy_fr ._pl_io_de .box-001 i {
  background: var(--color-2);
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

._po_jy_fr ._pl_io_de .box-001 p {
  line-height: 23px;
  font-size: 16px;
  margin: 0px;
}

._po_jy_fr ._pl_io_de .box-001 h3 {
  font-size: 20px;
  color: #242323;
  margin: 10px 0 15px 0;
}

._po_jy_fr ._pl_io_de p {
  font-size: 15px;
  letter-spacing: 0.4px;
  line-height: 28px;
  margin: 10px 0px;
}

._po_jy_fr ._pl_io_de a {
  background: var(--color-2);
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  text-align: left;
  display: inline-block;
}

._po_jy_fr ._cs_we_er {
  padding: 20px 0px;
}

._po_jy_fr ._cs_we_er img {
  width: 100%;
}

.services-01 {
  padding: 40px 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.services-01 .ser-box {
  margin: 20px 0px;
  padding: 15px 18px 20px 15px;
  background: #f7f7f7;
  position: relative;
  text-align: center;
}

.services-01 .ser-box:hover {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  background: var(--color-2);
  color: #fff;
}

.services-01 .ser-box:hover i {
  color: #fff;
}

.services-01 .ser-box:hover p {
  color: #fff;
}

.services-01 .ser-box:hover h3 {
  color: #fff;
}

.services-01 .ser-box p {
  margin: 0px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #8d8a8a;
}

.services-01 .ser-box h3 {
  color: #242323;
  text-transform: uppercase;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: 500;
}

.services-01 .ser-box i {
  color: var(--color-2);
  font-size: 25px;
  margin: 10px 0px;
}

.services-01 .head-01 {
  text-align: center;
}

.bg-01 {
  background: url(../images/bg-02.jpg);
  padding: 40px 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.bg-01 ._lk_bg_cd {
  margin: 20px 0px;
  padding: 20px;
  border: 2px dotted #fff;
  color: #fff;
  text-align: center;
}

.bg-01 ._lk_bg_cd:hover {
  border: 2px solid var(--color-2);
}

.bg-01 ._lk_bg_cd:hover h5 {
  color: var(--color-2);
}

.bg-01 ._lk_bg_cd:hover .counting {
  color: #242323;
  font-weight: 700;
}

.bg-01 ._lk_bg_cd:hover .counting::before {
  opacity: 1;
  transition: 0.2s;
}

.bg-01 ._lk_bg_cd:hover i {
  background: var(--color-2);
  transition: 0.2s;
  color: #fff;
  box-shadow: 0px 0px 0px 5px rgba(36, 35, 35, 0.9) inset;
  border: 3px solid #fff;
}

.bg-01 ._lk_bg_cd h5 {
  padding: 10px 0px;
}

.bg-01 ._lk_bg_cd i {
  height: 100px;
  width: 100px;
  background: #242323;
  border-radius: 50px;
  color: var(--color-2);
  font-size: 30px;
  text-align: center;
  margin: 10px auto;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.9) inset;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.9) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.bg-01 ._lk_bg_cd .counting {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0px;
  position: relative;
}

.bg-01 ._lk_bg_cd .counting::before {
  position: absolute;
  content: "";
  width: 46px;
  height: 2px;
  background: var(--color-2);
  bottom: 0;
  opacity: 0;
  transition: 0.2s;
}

.bg-01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
}

.bg-02 {
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}

.bg-02 .team-main-box {
  position: relative;
  margin: 20px 0px;
  transition: 0.2s;
}

.bg-02 .team-main-box .team-content-box {
  position: relative;
  width: 85%;
  background: #fff;
  margin: -40px auto 0px auto;
  display: block;
  padding: 10px;
  text-align: center;
  box-shadow: 0px 0px 15px 0px #ddd;
}

.bg-02 .team-main-box .team-content-box b {
  display: block;
  position: relative;
  font-size: 15px;
  color: var(--color-2);
}

.bg-02 .team-main-box .team-content-box h3 {
  font-size: 18px;
  color: #232424;
  font-weight: 600;
  position: relative;
  padding: 15px 0px 0px;
}

.bg-02 .team-main-box .team-content-box ul {
  width: 135px;
  background: #232424;
  padding: 5px 0px;
  margin: 0 auto;
  display: block;
  color: #fff;
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  text-align: center;
  box-shadow: 0px 8px 13px 0px #ddd;
}

.bg-02 .team-main-box .team-content-box ul li {
  display: inline-block;
  padding: 0px 7px;
}

.bg-02 .team-main-box .team-content-box ul li i {
  color: var(--color-2);
}

.bg-02 .team-main-box img {
  width: 100%;
}

.bg-03 {
  padding: 40px 0px;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}

.bg-03 ._kl_cd {
  margin: 20px 0px;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  position: relative;
}

.bg-03 ._kl_cd ._oi_er_we {
  text-align: center;
  background: #fff;
  padding: 18px 15px;
}

.bg-03 ._kl_cd ._oi_er_we p {
  font-size: 14px;
  margin: 10px 0px;
  font-weight: 500;
  line-height: 25px;
}

.bg-03 ._kl_cd ._oi_er_we h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin: 10px 0px;
}

.bg-03 ._kl_cd ._i-tr {
  position: relative;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
}

.bg-03 ._kl_cd ._i-tr:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: 0.8s;
}

.bg-03 ._kl_cd ._i-tr::before {
  position: absolute;
  content: "\f0c1";
  font-size: 20px;
  color: var(--color-2);
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: 0.8s;
}

.abt-01 {
  padding: 60px 0px;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%), url(../images/abt-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.abt-01 .head-se-01 {
  position: relative;
  margin: 20px 0px;
  text-align: center;
}

.abt-01 .head-se-01 ol li {
  display: inline-block;
  margin: 10px 0px;
  font-size: 16px;
  color: #ececec;
}

.abt-01 .head-se-01 ol li:nth-child(1) {
  color: #969696;
}

.abt-01 .head-se-01 ol li i {
  position: relative;
  top: 2px;
  margin: 0 10px;
}

.abt-01 .head-se-01 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.contact-01 {
  padding: 50px 0px;
  background: url(../images/contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
}

.contact-01 .head-001 {
  margin: 20px 0px;
  text-align: center;
}

.contact-01 .head-001 h2 {
  padding: 5px 0 20px 0;
}

.contact-01 .btn-001 {
  display: block;
  width: 100%;
  margin: 20px 0px;
  position: relative;
  z-index: 9;
  text-align: center;
}

.contact-01 .btn-001 a {
  text-align: center;
  padding: 10px 18px;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  background: var(--color-2);
}

.contact-01 .mar-01 {
  width: 80%;
  display: block;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .contact-01 .mar-01 {
    width: 100%;
  }
}

.contact-01 .form-group {
  margin: 20px 0px;
  position: relative;
}

.contact-01 .form-group .form-control {
  min-height: 45px;
  background: transparent;
  border: 1px solid var(--color-2);
}

/* ================================ Footer CSS =============================== */
footer {
  padding: 40px 0px;
  background: #1c1d1e;
  position: relative;
  overflow: hidden;
}

footer ._pl_we_sq {
  margin: 30px 0 0 0;
  border-top: 1px solid #565655;
  padding: 20px 0 0;
  color: #ececec;
}

footer ._pl_we_sq .last-01 {
  position: relative;
  direction: inline-block;
}

footer ._pl_we_sq .last-01 p {
  letter-spacing: 0.5px;
  font-size: 16px;
  margin: 0px;
}

footer ._pl_we_sq .last-01 p span {
  margin: 0 10px;
  font-size: 17px;
  letter-spacing: 0.6px;
  font-weight: 600;
  color: var(--color-2);
}

footer ._kl_ds_we {
  margin: 20px 0px;
  padding: 10px 8px;
  position: relative;
  color: #fff;
}

footer ._kl_ds_we .head-footer {
  display: block;
  position: relative;
}

footer ._kl_ds_we .head-footer .un-hover li {
  cursor: default;
}

footer ._kl_ds_we .head-footer .un-hover li:hover {
  color: #ececec;
  letter-spacing: 0px;
}

footer ._kl_ds_we .head-footer .un-hover li:hover i {
  color: #ececec;
}

footer ._kl_ds_we .head-footer ul li {
  display: block;
  padding: 10px 0px;
  color: #ececec;
  cursor: pointer;
  transition: 0.7s;
}

footer ._kl_ds_we .head-footer ul li:hover {
  color: var(--color-2);
  letter-spacing: 1px;
}

footer ._kl_ds_we .head-footer ul li:hover i {
  color: var(--color-2);
}

footer ._kl_ds_we .head-footer ul li i {
  padding-right: 10px;
  color: #ececec;
}

footer ._kl_ds_we .head-footer p {
  font-size: 16px;
  line-height: 25px;
  color: #ececec;
  margin: 10px 0px;
}

footer ._kl_ds_we .head-footer ol li {
  display: inline-block;
  padding: 0 0 0 8px;
}

footer ._kl_ds_we .head-footer h3 {
  padding: 0 0 10px 0;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 17px 0;
}

footer ._kl_ds_we .head-footer h3::before {
  position: absolute;
  content: "";
  width: 50px;
  background: var(--color-2);
  height: 2px;
  bottom: 0;
  left: 0;
}
.login-btn{
  background-color: var(--color-2) !important;
  color: #fff;
  margin-top: 15px;
}
.lang-btn{
  color: #fff;
  margin-top: 15px;
}
.carousel-caption{
  top: 3.15rem;
}
.carousel-item img{
  height: 35rem;
}

/*# sourceMappingURL=style.css.map */