@import url("https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

a {
  color: #282826;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #282826;
  text-decoration: none;
}

h1 {
  font-family: "Teko", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #282826;
  margin-bottom: 10px;
  position: relative;
}

h2 {
  font-family: "Teko", sans-serif;
}

p, .trivia_contact .trivia_col ul {
  color: #282826;
  font-size: 14px;
  font-weight: 400;
}

.tick_double ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

button:focus {
  outline: none;
}

.sectiongap {
  padding: 40px 0;
}
.sectiongap:nth-child(even) {
  background-image: linear-gradient(rgba(236, 236, 236, 0.6901960784) 45%, #fff 45%);
}

ul {
  padding: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

.btn-primary, .btn-secondary {
  font-family: "Teko", sans-serif;
  background-color: #282826;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px !important;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 5px 15px;
  border-radius: 0;
  outline: 0;
  background-image: linear-gradient(45deg, #edc11b 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 400ms ease-in-out;
  box-shadow: none;
}
.btn-primary:focus, .btn-secondary:focus {
  box-shadow: none !important;
  background-color: #edc11b;
}
.btn-primary:hover, .btn-secondary:hover {
  background-position: 0;
  border: 1px solid #edc11b;
  color: #fff;
  background-color: #fff;
}

.btn-secondary {
  background-color: #edc11b;
  border: 1px solid #edc11b;
  background-image: linear-gradient(45deg, #282826 50%, transparent 50%);
}
.btn-secondary:hover {
  background-position: 0;
  border: 1px solid #282826;
  color: #fff;
  background-color: #fff;
}
.btn-secondary:focus {
  box-shadow: none !important;
  background-color: #282826;
}

.tick ul {
  margin: 0 0 0 30px;
}
.tick ul li {
  margin-bottom: 15px;
  font-size: 14px;
}
.tick ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  background: #edc11b;
  color: #fff;
  font-size: 8px;
  padding: 4px;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin-left: -30px;
  margin-right: 6px;
}

.section_title {
  margin-bottom: 30px;
  text-align: center;
}
.section_title h2 {
  font-family: "Teko", sans-serif;
  font-weight: 600;
  margin-bottom: 18px;
  font-size: 40px;
  color: #282826;
  text-align: center;
  position: relative;
}
.section_title h2::after {
  position: absolute;
  content: "";
  background: #282826;
  width: 60px;
  height: 2px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*header section*/
.menumain {
  background-color: rgba(255, 255, 255, 0.768627451);
  transition: 0.6s;
}

.logo-main img {
  width: 185px;
  position: relative;
  top: 5px;
}

.custom-logo-link {
  display: block;
  padding: 6px 0;
  position: relative;
  z-index: 2;
}

.custom-logo-link::before {
  content: "";
  position: absolute;
  right: 99%;
  height: 111%;
  top: 0;
  width: 500px;
  background: #fff;
}

.custom-logo-link::after {
  content: "";
  position: absolute;
  width: 290px;
  border-top: 95px solid #fff;
  border-right: 62px solid transparent;
  top: 0;
  left: -2px;
  z-index: -1;
  height: 100%;
}

.navbar {
  padding: 0;
}

.scroll_navbar {
  transition: 0.4s;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.scroll_navbar .stellarnav > ul > li > a {
  color: #282826;
}

.scroll_navbar .custom-logo-link::after {
  border-top: 64px solid #fff;
  transition: 0.4s;
}

.scroll_navbar .custom-logo-link::before {
  height: 100%;
  transition: 0.3s;
}

.scroll_navbar .stellarnav li.has-sub > a:after {
  border-top: 6px solid #edc11b !important;
  transition: 0.4s;
}

.scroll_navbar img {
  width: 155px !important;
  transition: 0.4s;
  top: 0;
}

.scroll_navbar .hover-link::after {
  background: #edc11b !important;
  transition: width 0.3s;
}

.scroll_navbar .stellarnav.dark .menu-toggle span.bars span {
  background: #282826 !important;
}

/*banner start*/
.banner-main .carousel-item {
  position: relative;
}
.banner-main img {
  width: 100%;
}
.banner-main .carousel-caption {
  transform: translateY(0);
  width: 40%;
  left: 5%;
  right: 0;
  margin: 0;
  top: 30%;
  padding-bottom: 0;
  bottom: 15%;
  z-index: 99;
  text-align: center;
  background-color: rgba(245, 208, 67, 0.8117647059);
  padding: 20px;
}
.banner-main .carousel-caption h1 {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-top: 0;
}
.banner-main .carousel-caption h1::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 60px;
  height: 4px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.banner-main .carousel-caption h1 span {
  color: #d9d9d9;
}
.banner-main .carousel-caption p, .banner-main .carousel-caption .trivia_contact .trivia_col ul, .trivia_contact .trivia_col .banner-main .carousel-caption ul {
  color: #111;
  font-weight: 500;
}
.banner-main .carousel-caption .btn-primary, .banner-main .carousel-caption .btn-secondary {
  background-image: linear-gradient(45deg, #fff 50%, transparent 50%);
}
.banner-main .carousel-caption .btn-primary:hover, .banner-main .carousel-caption .btn-secondary:hover {
  color: #282826;
  border: 1px solid #282826;
}

/*banner end*/
.pulseit {
  animation: pulse linear 0.5s infinite;
}

/*backto-top start*/
#backto-top {
  display: inline-block;
  background: #edc11b;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  position: fixed;
  bottom: 30px;
  right: 10px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-align: center;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
#backto-top i {
  font-size: 18px;
  color: #282826;
  line-height: 45px;
}
#backto-top:hover {
  cursor: pointer;
  background: #282826;
}
#backto-top:hover i {
  color: #fff;
}
#backto-top:active {
  background: #282826;
}

#backto-top.show {
  opacity: 1;
  visibility: visible;
}

/*backto-top end*/
.thanku_bg {
  background-image: radial-gradient(circle, #fff, #fff, #d9d9d9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.thanku_bg p, .thanku_bg .trivia_contact .trivia_col ul, .trivia_contact .trivia_col .thanku_bg ul {
  font-size: 20px;
  font-weight: 500;
  color: #282826;
}

.form-control:focus, .contact_form textarea:focus {
  box-shadow: none;
}

/*dots*/
.owl-nav {
  margin-top: 16px;
  text-align: center;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  font-size: 20px;
  display: inline-block;
  margin: 1pc 10px 0 10px;
  color: #edc11b;
  border-radius: 6px;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: #282826;
  transition: 300ms all ease;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: inherit !important;
}

.owl-carousel .item {
  width: 94%;
  margin: 0 auto;
}

/*dots*/
/*TEXT ANIMATION*/
.hover-link::after {
  content: "";
  display: block;
  width: 0;
  position: relative;
  top: 4px;
  height: 2px;
  background: #edc11b;
  transition: width 0.3s;
}

.hover-link:hover::after {
  width: 100%;
  transition: width 0.3s;
}

/*TEXT ANIMATION*/
/*EQUALHEIGHT*/
.equalheight {
  display: flex;
}

.equalheight > [class*=col-] {
  display: flex;
  flex-wrap: wrap;
}

/*EQUALHEIGHT*/
/*INNER BANNER*/
.inner-banner {
  position: relative;
  padding: 100px 0 80px 0;
  background-color: #e3e3e3;
}
.inner-banner img {
  width: 100%;
}

.banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.innerbanner-text {
  position: absolute;
  top: 60%;
  left: 8%;
  right: 0;
  text-align: center;
}
.innerbanner-text h1,
.innerbanner-text h2 {
  color: #282826;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}

/*INNER BANNER*/
/*About Us*/
.about_us strong {
  display: block;
  margin-top: -20px;
}
.about_us .about_img {
  position: relative;
  background-color: #d9d9d9;
  background-image: linear-gradient(#d9d9d9, #fff);
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.about_us .about_img .exp_box {
  border-top: 2px solid #edc11b;
  background-color: #fff;
  padding: 10px 20px;
  position: absolute;
  bottom: -1pc;
  left: -2pc;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.about_us .about_img .exp_box h3 span {
  font-size: 40px;
  font-weight: 600;
  color: #edc11b;
}
.about_us .about_img .exp_box h3 span:nth-child(even) {
  font-size: 28px;
  color: #282826;
  position: relative;
  top: -20px;
}
.about_us .about_img .exp_box h6 {
  font-family: "Teko", sans-serif;
  font-size: 20px;
}
.about_us .about_img .shape_1 {
  font-size: 140px;
  opacity: 0.2;
  position: absolute;
  top: -5.5pc;
  left: -3.5pc;
  z-index: -1;
  animation: rotate 10s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about_us h2 {
  font-size: 45px;
}
.about_us h2 span {
  color: #edc11b;
}
.about_us h5 {
  font-family: "Teko", sans-serif;
  font-size: 22px;
  background-color: #fdd43a;
  display: inline-block;
  padding: 5px 10px 5px 5px;
}
.about_us .section_title_left {
  position: relative;
  padding: 5px 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px #ccc;
  padding: 20px;
}
.about_us .section_title_left .shape_2 {
  font-size: 100px;
  opacity: 0.1;
  position: absolute;
  bottom: 10px;
  right: 6pc;
  animation: rotate 5s linear infinite;
}
.about_us .section_title_left .shape_3 {
  font-size: 80px;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  right: 1pc;
  animation: rotate_anti 5s linear infinite;
}
@keyframes rotate_anti {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.about_us .section_title_left .shape_4 {
  font-size: 90px;
  opacity: 0.1;
  position: absolute;
  bottom: 5pc;
  right: 1.5pc;
  animation: rotate 5s linear infinite;
}

/*About Us*/
.section_title_left h2 {
  position: relative;
  margin-bottom: 20px;
}
.section_title_left h2::after {
  position: absolute;
  content: "";
  background: #edc11b;
  width: 80px;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
}

/*Why Choose Us*/
.why_us .benecol {
  position: relative;
  border: 2px dashed #edc11b;
  padding: 40px 15px 10px 15px;
  border-radius: 0 10px;
  text-align: center;
  background-color: #fff;
  margin: 1pc 0;
}
.why_us .benecol i {
  height: 65px;
  width: 65px;
  font-size: 20px;
  background-color: #282826;
  border-radius: 50%;
  line-height: 45px;
  color: #fff;
  position: absolute;
  top: -1pc;
  left: -1pc;
  border: 10px solid #fff;
}
.why_us .benecol:hover {
  border-radius: 10px 0;
  transition: 300ms all ease;
  cursor: pointer;
  border: 2px dashed #edc11b;
  box-shadow: 6px 6px #d9d9d9;
  transform: scale(0.95);
}
.why_us .benecol:hover i {
  height: 55px;
  width: 55px;
  border: 4px solid #edc11b;
  transition: 300ms all ease;
  background-color: #edc11b;
  color: #282826;
  font-size: 20px;
  line-height: 50px;
  transform: rotate(360deg);
}
.why_us .benecol h3 {
  font-family: "Teko", sans-serif;
  font-size: 24px;
}
.why_us .benecol h3 span {
  color: #edc11b;
}

.choose-image {
  position: relative;
}
.choose-image .geoshape {
  position: absolute;
  top: -40px;
  right: 2pc;
  z-index: 1;
  animation: moveLeftBounce 12s linear infinite;
  opacity: 0.5;
}
.choose-image .geoshape img {
  width: 80%;
}
@keyframes moveLeftBounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0px);
  }
}

/*Why Choose Us*/
.parallax_bg {
  background-color: rgba(236, 236, 236, 0.6901960784);
  background-image: linear-gradient(rgba(236, 236, 236, 0.6901960784), #fff);
}

.expertise_div .expertise_col {
  padding: 10px;
  border-radius: 10px 0;
  margin-bottom: 10px;
  position: relative;
}
.expertise_div .expertise_col .number {
  height: 35px;
  width: 35px;
  background-color: #282826;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #282826;
  top: -10px;
  left: -10px;
  z-index: 1;
}
.expertise_div .expertise_col h4 {
  font-family: "Teko", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  border-bottom: 1px solid #edc11b;
}
.expertise_div .expertise_col h4 strong {
  position: relative;
  background: #edc11b;
  color: #282826;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 10px 3px 20px;
  width: 100%;
}
.expertise_div .expertise_col p, .expertise_div .expertise_col .trivia_contact .trivia_col ul, .trivia_contact .trivia_col .expertise_div .expertise_col ul {
  line-height: 20px;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #edc11b;
  background-color: #fff;
  height: 12pc;
}
.expertise_div .expertise_col:hover {
  cursor: pointer;
}
.expertise_div .expertise_col:hover p, .expertise_div .expertise_col:hover .trivia_contact .trivia_col ul, .trivia_contact .trivia_col .expertise_div .expertise_col:hover ul {
  transition: 300ms all ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 25px 20px -20px;
}

.shape_anim i {
  font-size: 120px;
  position: absolute;
  left: 2pc;
  animation: rotate 5s linear infinite;
  opacity: 0.2;
}

.shape_anim2 i {
  font-size: 100px;
  position: absolute;
  left: 10pc;
  top: -2pc;
  animation: rotate_anti 5s linear infinite;
  opacity: 0.2;
}

@keyframes rotate_anti {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.shape_anim3 i {
  font-size: 80px;
  position: absolute;
  left: 11pc;
  top: 5pc;
  animation: rotate 5s linear infinite;
  opacity: 0.2;
}

.services_offered {
  position: relative;
}
.services_offered .service_col {
  position: relative;
  background-color: #fff;
  margin: 1pc 0;
  text-align: center;
  padding: 40px 10px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.services_offered .service_col i {
  font-size: 30px;
  position: absolute;
  margin: 0 auto;
  left: 1pc;
  right: 1pc;
  top: -2pc;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #fff;
  border-top: 3px solid #edc11b;
  color: #111;
}
.services_offered .service_col p, .services_offered .service_col .trivia_contact .trivia_col ul, .trivia_contact .trivia_col .services_offered .service_col ul {
  font-size: 13px;
}
.services_offered .service_col h4 {
  font-family: "Teko", sans-serif;
  font-size: 26px;
  margin-top: 1pc;
}
.services_offered .service_col h4 span {
  color: #edc11b;
}
.services_offered .service_col a {
  font-family: "Teko", sans-serif;
  color: #282826;
  font-weight: 500;
}
.services_offered .service_col a:hover {
  color: #edc11b;
  transition: 400ms all ease;
}
.services_offered .service_col h6 {
  font-family: "Teko", sans-serif;
  color: #282826;
  font-weight: 500;
  font-size: 18px;
}
.services_offered .service_col::before {
  position: absolute;
  content: "";
  top: 0;
  left: 30px;
  right: 30px;
  height: 2px;
  background-color: #edc11b;
}
.services_offered .service_col:hover {
  cursor: pointer;
  transition: 300ms all ease;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.services_offered .service_col:hover i {
  transform: rotateY(360deg);
  transition: 400ms all ease;
  color: #282826;
  box-shadow: #edc11b;
}
.services_offered .service_col:hover::before {
  left: 20px;
  right: 20px;
  transition: 300ms all ease;
}

/* <--OUR PRODUCTS--> */
.sticky_div {
  position: sticky;
  top: 6pc;
}

.products_div .nav-link {
  font-family: "Teko", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 0;
  color: #282826;
  border-bottom: 1px solid #ccc;
  position: relative;
  border: 1px solid #edc11b;
  margin: 0 4px;
}
.products_div .nav-link:hover {
  color: #edc11b;
  transition: 400ms all ease;
}
.products_div .nav-link.active {
  background-color: #edc11b !important;
}
.products_div .nav-link.active:hover {
  color: #d9d9d9;
}
.products_div .nav-link.active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #edc11b;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(100%);
}
.products_div .flex-column {
  background-color: #fff;
}

.diagonal_bg {
  background-image: linear-gradient(160deg, rgba(215, 215, 215, 0.5294117647), rgba(215, 215, 215, 0.5294117647) 60%, white 60%, white) !important;
  background-attachment: fixed;
}

.prod_img {
  position: relative;
  overflow: hidden;
  border: 1px solid #282826;
  padding: 4px;
}
.prod_img .prod_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.prod_img .prod_overlay .prod_view {
  text-align: center;
}
.prod_img .prod_overlay .prod_view i {
  font-size: 15px;
}
.prod_img .prod_overlay .prod_view a {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  font-family: "Teko", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}
.prod_img .prod_overlay .prod_view a:hover {
  color: #d9d9d9;
  transition: 300ms all ease;
}
.prod_img .prod_overlay:hover {
  opacity: 1;
  transition: 300ms all ease;
}

.prod_title {
  background-color: #edc11b;
  text-align: center;
  font-family: "Teko", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 5px;
  border-radius: 8px 0;
  display: inline-block;
  padding: 1px;
  width: 85%;
  position: absolute;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
  color: #fff;
  left: 1pc;
  right: 1pc;
  margin: 1pc auto;
}
.prod_title span {
  color: #d9d9d9;
}

.title2 {
  background-color: #edc11b;
  text-align: center;
  font-family: "Teko", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 5px;
  border-radius: 0 0 8px 8px;
  display: inline-block;
  padding: 6px;
  width: 100%;
  position: relative;
  top: -1pc;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
  color: #fff;
  height: 4pc;
}
.title2 span {
  color: #d9d9d9;
}

/* <--OUR PRODUCTS--> */
/* <--CLIENTS--> */
.owl-carousel .owl-item img {
  border: 1px solid rgba(167, 167, 167, 0.6901960784);
  padding: 5px;
}

/* <--CLIENTS--> */
/* <--FOOTER--> */
footer {
  background-color: #282826;
  position: relative;
  border-top: 2px solid #edc11b;
  padding: 15px 0 0 0;
  font-family: "Poppins", sans-serif;
  color: #d9d9d9;
  margin-top: auto;
}
footer h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  margin-top: 15px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
}
footer ul {
  line-height: 2;
}
footer li {
  color: #d9d9d9;
  font-size: 12px;
  margin: 0 0 10px 0;
  line-height: 15px;
  font-weight: 400;
}
footer i {
  font-size: 10px;
  color: #fff;
  float: left;
  position: relative;
  top: 6px;
  margin-right: 10px;
}
footer a {
  color: #d9d9d9;
  font-weight: 400;
  font-size: 12px;
  position: relative;
  top: 0px;
  line-height: 1.8;
  display: inline-block;
}
footer a::after {
  content: "";
  display: block;
  width: 0;
  position: relative;
  top: 0;
  height: 2px;
  background: #edc11b;
  transition: width 0.3s;
}
footer p, footer .trivia_contact .trivia_col ul, .trivia_contact .trivia_col footer ul {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4;
  color: #d9d9d9;
}

footer a:hover {
  color: #fff;
  transition: 0.5s;
}
footer a:hover::after {
  width: 100%;
  transition: width 0.3s;
}

footer .footlink ul li {
  margin-bottom: 2px;
}

footer .footlink ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #edc11b;
  font-size: 12px;
  transition: all 0.3s ease;
  margin-right: 10px;
}

.contact_ul li a:nth-child(even) {
  border-right: 1px solid #fff;
  padding-right: 5px;
}

.contact_ul li i {
  color: #edc11b;
}

.contact_ul li {
  display: flex;
}

.contact_ul li a:last-child {
  border-right: 0;
  padding-right: 0;
}

.social_icons i {
  font-size: 24px;
  margin-right: 14px;
  margin-top: 10px;
  color: #fff !important;
}

.social_icons i:hover {
  transform: rotate(360deg);
  transition: 0.6s;
  color: #fff !important;
}

.copyright {
  background: rgba(109, 109, 109, 0.5019607843);
  padding: 5px;
  margin-top: 20px;
}

.copyright p, .copyright .trivia_contact .trivia_col ul, .trivia_contact .trivia_col .copyright ul {
  font-size: 10px;
  margin: 10px 0;
  color: #ccc;
  letter-spacing: 1px;
}

.copy_text {
  text-align: right;
}

/* <--FOOTER--> */
/* <--SOCIAL ICONS--> */
.social_icon {
  text-align: left;
}

.social_icon .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  transition: all 0.5s ease;
  margin: 0 2px;
  width: 25px;
  height: 25px;
  padding-left: 7px;
  border-radius: 3px;
}

/* <--SOCIAL ICONS--> */
/* <--gallery.html--> */
.gallery_img {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 6px;
  border: 1px solid #9e9e9e;
}
.gallery_img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.gallery_img .overlay .overlay_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery_img .overlay .overlay_txt i {
  font-size: 18px;
  color: #d9d9d9;
  animation: pulse 1s infinite;
  border: 2px solid #edc11b;
  padding: 10px;
  border-radius: 50%;
}
.gallery_img:hover {
  transition: 400ms all ease;
  cursor: pointer;
}
.gallery_img:hover .overlay {
  opacity: 1;
  transition: 400ms all ease;
}

/* <--gallery.html--> */
/* <--about.html--> */
.aboutus h6 {
  font-family: "Teko", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}
.aboutus h6 strong {
  position: relative;
  background: #edc11b;
  color: #282826;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 5px 0 5px;
}
.aboutus h6 strong::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #edc11b;
  border-top: 30px solid transparent;
}
.aboutus .about_img {
  position: relative;
}
.aboutus .about_img .about_secondary_img {
  position: absolute;
  bottom: -4pc;
  right: 0;
  border: 12px solid #fff;
}
.aboutus .about_img .about_secondary_img:hover {
  transform: scale(0.9);
  transition: 500ms all ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 20px 20px -20px;
}
.aboutus .tick ul li:before {
  margin-right: 12px;
}

.vismis_col {
  padding: 20px;
  text-align: center;
  background-color: #282826;
  color: #fff;
  position: relative;
}
.vismis_col h3 {
  font-family: "Teko", sans-serif;
  font-size: 30px;
}
.vismis_col h3 span {
  color: #d9d9d9;
}
.vismis_col p, .vismis_col .trivia_contact .trivia_col ul, .trivia_contact .trivia_col .vismis_col ul {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}
.vismis_col i {
  font-size: 20px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  margin-bottom: 1pc;
}
.vismis_col:hover {
  cursor: pointer;
  background-color: #fff;
  background-image: url(images/texture.webp);
  background-size: cover;
  transition: 400ms all ease;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.vismis_col:hover h3 {
  color: #282826;
}
.vismis_col:hover h3 span {
  color: #edc11b;
}
.vismis_col:hover p, .vismis_col:hover .trivia_contact .trivia_col ul, .trivia_contact .trivia_col .vismis_col:hover ul {
  color: #282826;
}
.vismis_col:hover i {
  color: #282826;
  border: 2px solid #edc11b;
  transition: 400ms all ease;
  transform: rotateY(360deg);
  background-color: #fff;
}

.bg_red {
  background-color: #edc11b !important;
}
.bg_red::before {
  background-color: #282826;
}
.bg_red:hover {
  background-image: url(images/texture2.webp) !important;
}
.bg_red:hover i {
  color: #edc11b !important;
  border: 2px solid #282826 !important;
  transition: 400ms all ease;
}

.team .card {
  margin-bottom: 1.5pc;
}
.team .card .card-body {
  position: relative;
  background-color: #edc11b;
  padding: 5px !important;
  text-align: center;
}
.team .card .card-body h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.team .card .card-body p, .team .card .card-body .trivia_contact .trivia_col ul, .trivia_contact .trivia_col .team .card .card-body ul {
  font-weight: 500;
  color: #d9d9d9;
  margin-bottom: 0;
}
.team .card .card-body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 30px;
  right: 30px;
  height: 3px;
  background-color: #282826;
}
.team .card:hover img {
  transform: scale(1.1);
  transition: 400ms all ease;
}
.team .card:hover .card-body {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.team .card:hover .card-body::before {
  left: 20px;
  right: 20px;
  transition: 400ms all ease;
}

/* <--about.html--> */
/* <--contact.html--> */
.contact_form {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  color: #111;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contact_form h2 {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  background-color: #edc11b;
  margin-bottom: 1pc;
  font-size: 22px;
  letter-spacing: 1px;
}
.contact_form h2::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #edc11b;
  border-top: 36px solid transparent;
}
.contact_form h2 strong {
  color: #d9d9d9;
}
.contact_form::-moz-placeholder {
  color: #282826;
}
.contact_form::placeholder {
  color: #282826;
}
.contact_form .form-control, .contact_form textarea {
  margin-bottom: 10px;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #888;
  background-color: transparent;
}
.contact_form .form-control:focus, .contact_form textarea:focus {
  border-bottom: 1px solid #282826;
}
.contact_form .form-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 5px;
}

.trivia_contact .trivia_col {
  position: relative;
  z-index: 1;
}
.trivia_contact .trivia_col h4 {
  font-family: "Teko", sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}
.trivia_contact .trivia_col h4 strong {
  position: relative;
  background: #e42d25;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding: 6px 10px 3px 5px;
}
.trivia_contact .trivia_col h4 strong::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e42d25;
  border-top: 30px solid transparent;
}
.trivia_contact .trivia_col p, .trivia_contact .trivia_col ul {
  line-height: 20px;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #e42d25;
  background-color: #fff;
  font-weight: 500;
  height: 90px;
}
.trivia_contact .trivia_col ul {
  margin-bottom: 15px;
}
.trivia_contact .trivia_col ul li {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.trivia_contact .trivia_col ul li span {
  font-weight: 500;
  color: #edc11b;
  margin-right: 5px;
  font-family: "Teko", sans-serif;
  font-size: 18px;
}
.trivia_contact .trivia_col i {
  font-size: 12px;
  margin-left: 4px;
}

.contact_bg {
  position: relative;
}
.contact_bg .contact_div {
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 10px 0;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border: 1px dashed #282826;
  position: relative;
  z-index: 1;
}
.contact_bg .contact_div ul {
  display: flex;
}
.contact_bg .contact_div .cont_icon {
  text-align: center;
}
.contact_bg .contact_div .cont_icon i {
  color: #fff;
  font-size: 20px;
  background-color: #edc11b;
  height: 3pc;
  width: 3pc;
  line-height: 3pc;
  border-radius: 50%;
}
.contact_bg .contact_div h6 {
  font-family: "Teko", sans-serif;
  font-size: 24px;
}
.contact_bg .contact_div h6 span {
  color: #edc11b;
}
.contact_bg .contact_div a {
  font-size: 15px;
  font-weight: 500;
}
.contact_bg .contact_div a:hover {
  color: #edc11b;
  transition: 300ms all ease;
}

iframe {
  height: 300px !important;
}

/* <--contact.html--> */
.career_bg::after {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100vw;
  height: 100vh;
  width: 70vmax;
  height: 70vmax;
  background: rgba(0, 0, 0, 0.1);
  animation: backgrounds 90s linear infinite;
  left: 15vw;
}
.career_bg::before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100vw;
  height: 100vh;
  width: 70vmax;
  height: 70vmax;
  background: #fff4f5;
  animation: backgrounds 90s linear infinite;
  right: 15vw;
  animation-delay: -30s;
  animation-direction: reverse;
}
.career_bg .carposhead {
  color: #fff;
  background-color: #edc11b;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
}
.career_bg .row {
  border: 1px solid #999;
  margin: 5px 0;
  background-color: #d9d9d9;
}
.career_bg .row:nth-child(even) {
  background-color: #fff;
}
.career_bg .scale {
  padding: 12px 3px !important;
  line-height: 20px;
  font-size: 13px;
}
.career_bg .scale .jobtitle {
  font-size: 13px;
  font-weight: 500;
}
.career_bg .scale i {
  font-size: 12px;
  margin-right: 2px;
  color: #edc11b;
}
.career_bg .scale p, .career_bg .scale .trivia_contact .trivia_col ul, .trivia_contact .trivia_col .career_bg .scale ul {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}
.career_bg a {
  font-family: "Teko", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
}
.career_bg .readmore:hover {
  color: #edc11b;
  transition: 300ms all ease;
}

@keyframes theme {
  0% {
    background: #fff;
  }
  16% {
    background: #fff;
  }
  33% {
    background: rgba(215, 215, 215, 0.5294117647);
  }
  50% {
    background: rgba(215, 215, 215, 0.5294117647);
  }
  66% {
    background: #fff;
  }
  83% {
    background: #fff;
  }
  100% {
    background: #fff;
  }
}
@keyframes backgrounds {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product_listing ul {
  background-color: #282826;
  margin-bottom: 1pc;
}
.product_listing ul li {
  border-bottom: 1px solid #ccc;
  padding: 0;
  position: relative;
}
.product_listing ul li a {
  font-family: "Teko", sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px;
}
.product_listing ul li a:hover {
  color: #d9d9d9;
}
.product_listing ul .active {
  background-color: #edc11b;
  border-bottom: 1px solid #edc11b;
  position: relative;
}
.product_listing ul .active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #edc11b;
  transform: rotate(90deg) !important;
  position: absolute;
  bottom: 15px;
  right: -12px;
  transform: translateX(100%);
}
.product_listing .card {
  text-align: center;
  margin-bottom: 2pc;
  padding: 4px;
  border-radius: 0;
  border: 1px solid #ccc;
  background-image: linear-gradient(#c9c9c9, #fff);
}
.product_listing .card h2 {
  font-size: 20px;
  font-weight: 400;
  height: 60px;
  line-height: 20px;
}
.product_listing .card .card-body {
  padding: 0.5rem;
}
.product_listing .card .prod_img {
  overflow: hidden;
  border: 0;
}
.product_listing .card:hover img {
  transform: scale(1.1);
  transition: 1000ms all ease;
}

.details_div img {
  border: 1px solid #282826;
  padding: 6px;
  background-color: #fff;
  margin-bottom: 15px;
}
.details_div h6 {
  margin-top: 10px;
  font-family: "Teko", sans-serif;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 5px 10px 0 5px;
  background-color: #e42d25;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.details_div h6::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e42d25;
  border-top: 28px solid transparent;
}
.details_div ul .list-group-item {
  padding: 10px 5px;
  font-size: 13px;
}
.details_div ol {
  padding-left: 1rem;
  margin-bottom: 2pc;
}
.details_div ol li {
  list-style: decimal !important;
  font-size: 14px;
  margin-bottom: 10px;
}
.details_div ol li::marker {
  font-weight: 600;
  color: #edc11b;
}

.related_prodiv .owl-carousel .owl-item img {
  border: 0;
  border-radius: 0;
}

.client_div .tick ul li {
  font-size: 13px;
}
.client_div .tick ul li:last-child {
  margin-bottom: 0;
}
.client_div h2 strong {
  color: #edc11b;
}
.client_div h3 {
  font-family: "Teko", sans-serif;
  font-size: 22px;
  margin-top: 10px;
}
.client_div h3 strong {
  font-weight: 700;
}
.client_div .client_col {
  padding: 15px 20px 15px 30px;
  background-color: #fff;
  margin: 1pc 0;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 0 15px 15px 0;
  border: 1px solid #ccc;
  border-left: 2px solid #282826 !important;
  background-image: linear-gradient(rgba(231, 231, 231, 0.8549019608), rgba(255, 255, 255, 0.5)), url("images/texture.webp");
  background-size: cover;
}
.client_div .client_col .user_icon {
  height: 40px;
  width: 40px;
  background-color: #282826;
  color: #fff;
  border-radius: 0;
  text-align: center;
  position: absolute;
  top: -1pc;
  left: -1.3pc;
  line-height: 40px;
  border-radius: 3px;
}
.client_div .client_col .user_icon i {
  font-size: 14px;
}
.client_div .client_col:hover {
  cursor: pointer;
  transition: 300ms all ease;
  border-radius: 0 5px 5px 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 20px 20px -20px;
  border-left: 2px solid #edc11b !important;
  background-image: linear-gradient(rgba(231, 231, 231, 0.6431372549), rgba(255, 255, 255, 0.301)), url("images/texture.webp");
}
.client_div .client_col:hover .user_icon {
  transform: rotate(45deg);
  transition: 300ms all ease;
  background-color: #edc11b;
}
.client_div .client_col:hover .user_icon i {
  transform: rotate(-45deg);
  transition: 300ms all ease;
}
.client_div .client_col:hover h3 {
  margin-left: 5px;
  transition: 300ms all ease;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.modal h2 {
  margin-bottom: 1pc;
}
.modal h2 strong {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 5px 10px 0 5px;
  background-color: #e42d25;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.modal h2 strong::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e42d25;
  border-top: 34px solid transparent;
}
.modal .btn-close {
  position: absolute;
  top: 1pc;
  right: 1pc;
}
.modal p, .modal .trivia_contact .trivia_col ul, .trivia_contact .trivia_col .modal ul {
  font-weight: 400;
}
.modal p strong, .modal .trivia_contact .trivia_col ul strong, .trivia_contact .trivia_col .modal ul strong {
  font-weight: 700;
}
.modal ol {
  padding-left: 1rem;
}
.modal ol li {
  list-style: decimal !important;
  font-size: 14px;
  margin-bottom: 10px;
}
.modal ol li::marker {
  font-weight: 600;
  color: #edc11b;
}
.modal .modal-body {
  padding: 1.5rem;
}
.modal .form-label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.modal .form-control, .modal .contact_form textarea, .contact_form .modal textarea {
  border-radius: 0;
  font-size: 13px;
}
.modal .form-control:focus, .modal .contact_form textarea:focus, .contact_form .modal textarea:focus {
  border: 1px solid #282826;
}
.modal .splitrow strong {
  color: #edc11b;
}

/* <----ALTERNATE COLUMNS--> */
.alternate_column .row {
  margin: 40px 0;
}

.alternate_column .row:nth-child(even) {
  direction: rtl;
  text-align: left;
  margin-top: 5px;
}

.content_box i {
  display: initial;
}

.alternate_column .row:nth-child(even) .content_box {
  direction: ltr;
}

.alternate_column .row[class*=col-] {
  direction: ltr;
}

.content_box {
  text-align: left;
  margin: 0;
}

/* <----ALTERNATE COLUMNS--> */
figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

/* Shine */
.hover14 figure {
  position: relative;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.hover14 figure:hover {
  cursor: pointer;
}

.hover14 figure:hover::before {
  animation: shine 1s;
}

.alternate_div:hover .hover14 figure::before {
  animation: shine 1s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.stellarnav > ul > li > a::after {
  content: "";
  display: block;
  width: 0;
  position: relative;
  top: 0;
  height: 2px;
  background: #edc11b;
  transition: width 0.3s;
}

.stellarnav > ul > li > a:hover::after {
  width: 100%;
  transition: width 0.3s;
}

.no-hover a::after {
  background: transparent !important;
  height: 0 !important;
}

.no-hover a:hover::after {
  width: 0 !important;
  transition: none !important;
}

.whitebox {
  padding: 40px 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #ccc;
  background-image: url(images/contact_texture.webp);
  background-size: contain;
  background-attachment: fixed;
}
.whitebox ul {
  display: flex;
  padding: 18px 15px;
  border-bottom: 1px solid #666;
}
.whitebox ul:last-child {
  border-bottom: 0;
}
.whitebox ul:hover {
  background-color: #fffff2;
  transition: 400ms all ease;
  border-bottom: 1px solid #444;
}
.whitebox ul:hover i {
  transform: rotateY(360deg);
  transition: 400ms all ease;
  background-color: #282826;
  color: #fff;
}
.whitebox ul li i {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #edc11b;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 50px;
  margin-right: 20px;
}
.whitebox ul li h4 {
  font-family: "Teko", sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
}
.whitebox ul li h4 span {
  color: #edc11b;
}
.whitebox ul li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.whitebox ul li a:hover {
  margin-left: 5px;
  transition: 400ms all ease;
  color: #edc11b;
}/*# sourceMappingURL=style.css.map */