* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  border: 1em solid white;
  border-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #ffffff url("../../assets/img/Spin.gif") no-repeat center;
  z-index: 9999999;
  background-size: 120px 120px;
  left: 0;
  top: 0;
}

#loadMore {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid transparent;
  background-color: #ec268f;
  -webkit-transition: .3s;
  transition: .3s;
}

#loadMore:hover {
  color: #ec268f;
  background-color: #fff;
  border: 1px solid #ec268f;
  text-decoration: none;
}

.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

a {
  color: #ec268f;
}

a:hover {
  color: #ec268f;
  text-decoration: none;
}

img {
  width: 100%;
}

p {
  line-height: 1.6;
}

.banner {
  background: url("../../assets/img/slider-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 620px;
}

.bg_trans {
  background: rgba(255, 255, 255, 0.8);
  padding: 0 !important;
}

.logo-white img {
  width: 140px;
}

.fixed-me {
  background-color: #faf3ee !important;
  padding: 0% 9% !important;
  margin-bottom: 5px;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 888;
  width: 100%;
  border-bottom: 1px solid #ececec;
}

._dblock {
  display: block;
}

.penvir_times_icon a img {
  width: 100px;
}

.penvir_times_icon_absolute {
  position: absolute;
  top: 18px;
  right: -83px;
}

.penvir_times_icon_absolute a img {
  width: 100px;
}

.fixed-me .penvir_times_icon_absolute {
  position: absolute;
  right: 36px;
}

.navbar-nav {
  margin-right: 62px;
}

.navbar {
  min-height: 80px;
  padding: 0px;
}

li.nav-item {
  margin-right: 10px;
}

li.nav-item:hover a {
  color: #ec268f !important;
}

ul.navbar-nav li a {
  font-weight: 600;
  font-size: 14px;
  color: #454545 !important;
}

li.nav-item:nth-child(6) {
  border-right: 1px solid #868686;
  padding-right: 1em;
}

li.nav-item .nav-link {
  line-height: 45px;
}

ul.navbar-nav > .active a {
  color: #ec268f !important;
}

a.nav-link .fa {
  font-size: 18px;
  color: #707070;
  padding: 0 5px;
  line-height: 45px;
}

a.nav-link.active {
  color: #ec268f !important;
}

a.nav-link:hover .fa {
  color: #ec268f;
}

.top_5 {
  top: 5em;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.btn_prmry {
  background: #ec268f;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  color: white;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  width: 150px;
  margin: 0.5em auto;
  line-height: 1.8;
  text-transform: uppercase;
}

.btn_prmry:hover, .btn_prmry:focus {
  color: white;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.slider_elemnts {
  position: relative;
  min-height: 540px;
}

.slider_elemnts .sldr_txt2 {
  position: absolute;
  left: 21%;
  top: 30%;
  -webkit-transform: translate(-23%, -30%);
          transform: translate(-23%, -30%);
}

.slider_elemnts .sldr_txt2 h1 {
  font-size: 80px;
  font-family: "Bebas Neue", cursive;
  margin: -23px 0px;
  font-weight: 500;
  letter-spacing: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#9d2900), to(#c37544));
  background: linear-gradient(to left, #9d2900, #c37544);
  -webkit-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.slider_elemnts .sldr_txt {
  position: absolute;
  left: 21%;
  top: 30%;
  -webkit-transform: translate(-23%, -30%);
          transform: translate(-23%, -30%);
}

.slider_elemnts .sldr_txt h1 {
  font-size: 90px;
  font-family: "Bebas Neue", cursive;
  margin: -23px 0px;
  font-weight: 500;
  letter-spacing: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#9d2900), to(#c37544));
  background: linear-gradient(to left, #9d2900, #c37544);
  -webkit-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.slider_elemnts .sldr_txt span {
  display: block;
  font-size: 55px;
}

.slider_elemnts .sldr_txt lite {
  font-weight: 300;
}

.slider_elemnts .sldr_txt ._wllns {
  font-size: 80px;
}

.slider_elemnts .pckshots {
  position: absolute;
  left: 22%;
  top: 96%;
  -webkit-transform: translate(-20%, -98%);
          transform: translate(-20%, -98%);
}

.slider_elemnts .pckshots img {
  width: 75%;
}

.slider_elemnts ._circles img {
  width: 130px;
  position: absolute;
}

.slider_elemnts ._circles img.c-1 {
  left: 49%;
  top: 25%;
}

.slider_elemnts ._circles img.c-2 {
  left: 49%;
  top: 55%;
}

.slider_elemnts ._circles img.c-3 {
  left: 81%;
  top: 25%;
}

.slider_elemnts ._circles img.c-4 {
  left: 81%;
  top: 55%;
}

.app_logo {
  width: 32px;
}

._solution .card {
  background: none;
  padding: 0px;
  margin: 0px 0 8px 0;
  border-radius: 0px;
  border: 1px dashed #ec268f;
  border-bottom: 0px;
}

._solution .card .card-header {
  padding: 0px;
  background: none;
  border-bottom: 1px dashed #ec268f;
}

._solution .card .card-header ._qstn {
  margin: 0px;
}

._solution .card .card-header ._qstn a {
  margin: 0px;
  padding: 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  border: none;
  color: #413f3f;
  font-family: "Comfortaa", cursive;
}

._solution .card .card-header ._qstn a::after {
  top: 6px;
  font-size: 16px;
}

._solution .card .card-body {
  padding: 8px 10px;
  border-bottom: 1px dashed #ec268f;
}

._solution .card .card-body p {
  margin-bottom: 6px;
}

.auto-scroll {
  overflow-y: auto;
  min-height: 200px;
  max-height: 350px;
  padding: 5px 10px;
}

.auto-scroll::-webkit-scrollbar {
  width: 10px;
}

.auto-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.auto-scroll::-webkit-scrollbar-thumb {
  background: #888;
}

.auto-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

section._intro {
  padding: 3.2em 0;
}

section._intro p {
  text-align: justify;
}

section._intro ._shape {
  left: initial !important;
}

._hdng {
  text-align: center;
}

._hdng h4 {
  font-family: "Comfortaa", cursive;
  font-weight: 600;
  font-size: 22px;
  color: #ec268f;
  margin-bottom: 0.6em;
}

._hdng h2 {
  font-size: 30px;
  font-family: "Comfortaa", cursive;
  font-weight: 600;
}

._hdng p {
  font-size: 14px;
  line-height: 1.8;
  font-family: "Raleway", sans-serif;
  color: #413f3f;
}

.prod_bg, ._prodcts, ._faq {
  background: url("../../assets/img/products-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 3.8em 0;
  margin-top: 3em;
  position: relative;
}

.prod_bg ._shape, ._prodcts ._shape, ._faq ._shape {
  position: absolute;
  top: -1px;
  background: url("../../assets/img/arrow.svg") no-repeat;
  background-position: center;
  background-size: 90px 20px;
  width: 100%;
  height: 20px;
}

.prod_bg ._btm, ._prodcts ._btm, ._faq ._btm {
  bottom: -2px;
  top: initial;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.prod_bg .ftrs_hdng, ._prodcts .ftrs_hdng, ._faq .ftrs_hdng {
  text-align: center;
  color: white;
  font-family: "Comfortaa", cursive;
  margin: 1.5em 0;
}

.prod_bg .ftrs_hdng h2, ._prodcts .ftrs_hdng h2, ._faq .ftrs_hdng h2 {
  font-size: 30px;
}

.prod_bg .ftrs_hdng h4, ._prodcts .ftrs_hdng h4, ._faq .ftrs_hdng h4 {
  font-size: 22px;
}

.prod_bg .rect_img, ._prodcts .rect_img, ._faq .rect_img {
  display: inline-block;
  border: 2px solid white;
  overflow: hidden;
}

.prod_bg .rect_img img, ._prodcts .rect_img img, ._faq .rect_img img {
  width: 120px;
  height: 335px;
}

.prod_bg .bg_white, ._prodcts .bg_white, ._faq .bg_white {
  background: white;
  padding: 2em;
  margin: 1em 0;
}

.prod_bg .bg_white h4, ._prodcts .bg_white h4, ._faq .bg_white h4 {
  font-size: 22px;
  color: #413f3f;
  font-family: "Comfortaa", cursive;
  font-weight: 500;
  margin-top: 0.8em;
}

.prod_bg .bg_white p, ._prodcts .bg_white p, ._faq .bg_white p {
  font-size: 14px;
  color: #413f3f;
  font-family: "Raleway", sans-serif;
  margin-bottom: 1.5em;
}

section._blog {
  padding: 3.2em 0;
}

section._blog ._hdng {
  margin-bottom: 2em;
  font-family: "Comfortaa", cursive;
}

section._blog ._hdng h2 {
  font-weight: 600;
}

section._blog .card {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
}

section._blog .card-title {
  font-family: "Comfortaa", cursive;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0.6em 0;
}

section._blog .card-text {
  font-size: 14px;
  line-height: 1.8;
}

section._blog .btn_prmry {
  -webkit-box-shadow: inset 0px 0px 0px 1px white;
          box-shadow: inset 0px 0px 0px 1px white;
  border: 5px solid #ec268f;
  font-size: 12px;
  line-height: 1.6;
}

._prodcts {
  background: url("../../assets/img/products-bg2.png") no-repeat;
  background-size: cover;
  background-position: center;
}

._prodcts .bg_white {
  padding: 2em;
}

._prodcts ._img {
  margin: 1.2em 0;
}

._prodcts ._desc {
  color: #413f3f;
}

._prodcts ._desc h3 {
  font-family: "Comfortaa", cursive;
  font-size: 20px;
  font-weight: 400;
}

._prodcts ._desc p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

._prodcts ._desc h4 {
  font-family: "Comfortaa", cursive;
  font-size: 18px;
  font-weight: 400;
}

._prodcts ._desc ul {
  margin-left: 30px;
}

._prodcts ._desc ul li {
  font-size: 14px;
  line-height: 1.8em;
}

._prodcts ._kid {
  text-align: center;
}

._prodcts ._kid img {
  width: 190px;
}

section._times {
  padding: 5.2em 0 0 0;
}

section._times .description {
  min-height: 280px;
}

section._times .description a {
  margin-bottom: 10px;
  display: inline-block;
}

section._times .description a:hover {
  text-decoration: none;
}

section._page_header {
  background: #fdf9f6;
}

section._page_header .title {
  font-size: 24px;
  padding: 38px 0px;
  font-weight: 700;
  margin-bottom: 0px !important;
}

section._page_header .breadcrumb {
  margin-bottom: 0px !important;
  background: none;
  float: right;
  padding: 38px 0px;
}

section._page_header .breadcrumb li {
  text-transform: uppercase !important;
  font-size: 14px;
}

section._page_header .breadcrumb li a {
  color: #454545 !important;
}

section._page_header .breadcrumb li a:hover {
  text-decoration: none;
  color: #ec268f !important;
}

section._times_card_view {
  padding: 1.5em 0;
}

section._times_card_view h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

section._times_card_view .card {
  border-radius: 0px;
  padding: 12px 10px;
  height: 180px;
  margin-bottom: 20px;
}

section._times_card_view .card p {
  opacity: .9;
  font-size: 14px;
  text-align: justify;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

section._times_card_view .card p strong {
  font-weight: 600;
}

section._times_card_view .card h5 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: capitalize !important;
}

section._times_card_view .card a {
  font-size: 14px;
  font-weight: 600;
  color: #ec268f;
}

section._times_view {
  padding: 2.5em 0;
}

section._times_view .container-fluid {
  padding: 0px;
}

section._times_view h2.title {
  font-size: 22px;
  font-weight: 500;
  margin: 0px 0 15px 0;
}

section._times_view p {
  text-align: justify;
  line-height: 26px;
  margin-bottom: 15px;
  font-size: 14px;
}

section._times_view p strong {
  font-weight: 600;
  font-size: 14px;
}

section._times_view .image {
  width: 400px;
  float: right;
  padding: 30px;
}

section._times_view h3.title {
  font-size: 18px;
  font-weight: 600;
}

section._times_view .box {
  padding: 30px 0;
  display: none;
}

section._times_view .box .container {
  padding: 0px;
}

section._times_view .box .image {
  width: 400px;
  float: right;
  padding: 30px;
}

section._times_view .box:nth-of-type(odd) {
  background-color: #ffffff;
}

section._times_view .box:nth-of-type(even) {
  background-color: #fdf9f6;
}

section._testimo {
  padding: 3.8em 0;
  padding-bottom: 1em;
}

section._testimo ._hdng {
  margin: 1.5em 0;
}

section._testimo .testimonial .title {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #333333;
}

section._faq {
  background: url("../../assets/img/faq-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3.8em 0;
  margin-top: 3em;
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background-attachment: fixed;
}

section._faq h2 {
  text-align: center;
  color: white;
  font-family: "Comfortaa", cursive;
}

section._faq ._qstn {
  font-family: "Comfortaa", cursive;
}

section._faq ._qstn a {
  font-size: 16px;
  font-weight: 600;
  color: #413f3f;
}

section._faq .card-body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  padding: 1em 2.5em;
  overflow-y: auto;
  min-height: 100px;
  max-height: 150px;
  margin-bottom: 15px;
}

section._faq .card-body p {
  margin-bottom: 5px;
}

section._faq .card-body ul {
  margin-left: 30px;
  margin-bottom: 10px;
}

section._faq .card-body ul li {
  font-size: 14px;
}

section._faq ._accordion {
  position: relative;
  width: 100%;
  left: 0;
}

section._git {
  padding: 3.8em 0;
}

section._git h3 {
  font-family: "Comfortaa", cursive;
  font-weight: bold;
  color: #413f3f;
  margin: 1.8em;
}

section._git p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #777676;
}

section._git .ftr_lft {
  padding: 1em;
}

section._git .ftr_lft h4 {
  font-size: 22px;
  color: #413f3f;
  font-family: "Comfortaa", cursive;
}

section._git .ftr_lft p {
  font-size: 14px;
  margin: 0;
  line-height: 1.8;
  font-family: "Raleway", sans-serif;
  color: #777676;
}

section._git .ftr_lft a {
  color: #ec268f;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

section._git .ftr_lft ul {
  margin: 0;
  padding: 0;
}

section._git .ftr_lft ul li {
  list-style-type: none;
  display: inline-block;
  padding: .8em;
  background: black;
  line-height: 1;
}

section._git .ftr_lft ul li i {
  font-size: 16px;
  color: white;
}

section._git .btn_submit {
  font-family: "Raleway", sans-serif;
  outline: none;
}

section._git .enquiry_form input {
  font-family: "Raleway", sans-serif;
}

.the-count {
  color: #000 !important;
  position: initial !important;
  float: right;
  display: block;
  font-size: 12px;
  text-align: right !important;
  padding: 10px 0;
}

.footer_bottom {
  padding: 1.5em;
  background: black;
}

.footer_bottom p {
  color: #a5a5a5;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.footer_bottom p a {
  text-decoration: none;
  color: #cda485;
}

.footer_bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.footer_bottom ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.footer_bottom ul li a {
  color: #a5a5a5;
  font-size: 14px;
  text-decoration: none;
  padding: 0 0.8em;
  font-family: "Raleway", sans-serif;
  border-right: 1px solid #a5a5a5;
}

.footer_bottom ul li:last-child a {
  border: 0;
}

.footer_bottom ul li:hover a {
  color: #cda485;
}

@media (max-width: 767px) {
  .slider_elemnts {
    position: relative;
    min-height: 540px;
  }
  .slider_elemnts .sldr_txt2 {
    position: absolute;
    left: 14%;
    top: 30%;
  }
  .slider_elemnts .sldr_txt2 h1 {
    font-size: 42px;
    font-family: "Bebas Neue", cursive;
    margin: -10px 0px;
    font-weight: 500;
    letter-spacing: 1px;
    background: -webkit-gradient(linear, right top, left top, from(#9d2900), to(#c37544));
    background: linear-gradient(to left, #9d2900, #c37544);
    -webkit-background-clip: text;
    -ms-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
  }
  .slider_elemnts .sldr_txt {
    position: absolute;
    left: 14%;
    top: 30%;
  }
  .slider_elemnts .sldr_txt h1 {
    font-size: 42px;
    font-family: "Bebas Neue", cursive;
    margin: -10px 0px;
    font-weight: 500;
    letter-spacing: 1px;
    background: -webkit-gradient(linear, right top, left top, from(#9d2900), to(#c37544));
    background: linear-gradient(to left, #9d2900, #c37544);
    -webkit-background-clip: text;
    -ms-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
  }
  .slider_elemnts .sldr_txt span {
    display: block;
    font-size: 30px;
  }
  .slider_elemnts .sldr_txt lite {
    font-weight: 300;
  }
  .slider_elemnts .sldr_txt ._wllns {
    font-size: 42px;
  }
  .slider_elemnts .pckshots {
    width: 250px;
    position: absolute;
    left: 40%;
    top: 49%;
    -webkit-transform: translate(-20%, -98%);
            transform: translate(-20%, -98%);
    text-align: right;
  }
  .slider_elemnts .pckshots img {
    width: 185px;
  }
  .slider_elemnts ._circles img {
    width: 80px;
    position: absolute;
  }
  .slider_elemnts ._circles img.c-1 {
    left: 4%;
    top: 55%;
  }
  .slider_elemnts ._circles img.c-2 {
    left: 4%;
    top: 72%;
  }
  .slider_elemnts ._circles img.c-3 {
    left: 73%;
    top: 55%;
  }
  .slider_elemnts ._circles img.c-4 {
    left: 72%;
    top: 72%;
  }
}
/*# sourceMappingURL=style.css.map */