@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600;700&display=swap');

/* Scss Document */

body {
  font-family: "Bai Jamjuree", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: normal;
  background:#131313;
  color: #eee;
  line-height: normal;
}


p {
  font-size: 18px;
  color: #eee;
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #aaa; }

a:hover { color: #fff; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }

/*------------------common-css-------------------*/

.common-btn {
  font-size: 18px;
  background: linear-gradient(135deg, #ef0101, #ff0000);
  color: #fff;
  padding: 18px 30px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border-radius: 0px;
  font-weight: 600;
  border: 2px solid transparent;
  text-transform: uppercase;
  min-width: 210px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

/* Modern Hover Effects */
.common-btn:hover {
  background: linear-gradient(135deg, #ef0101, #ff0000);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

/* 1. Glowing Border Effect */
.common-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #ef0101, #ff0000, #ef0101);
  z-index: -1;
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
  border-radius: 10px;
}

.common-btn:hover::before {
  transform: scale(1);
}

/* 2. Cool Shimmer Effect */
.common-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-45deg);
  transition: all 0.6s ease-in-out;
}

.common-btn:hover::after {
  left: 100%;
}

/* 3. Click Effect */
.common-btn:active {
  transform: scale(0.95);
}


.common-btn2{ color: #000; border-color: #000; background: #fff; }
.common-btn2:hover { background: #000; color: #fff; border-color: #000; }


.title-col{ margin-bottom:40px; text-align: center; }

.title {
  position: relative;
  font-size:48px;
  font-weight:400;
  color:#fff;
  margin-bottom:0px;
  display: inline-block;
  text-transform: uppercase;
}

.title-para{ font-size:20px; max-width: 900px; margin:20px auto 50px; width: 100%; line-height: 28px; }

.form-control {
  border-radius: 0px;
  padding: 10px 15px;
  font-size: 16px;
  background-color:#f5f5f5;
  color: #000;
  border: 1px solid #ccc;
}

select.form-control { padding: 0; padding-left:15px; height:50px; -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color:#f5f5f5;
  border:1px solid #ccc;
  color: #000 !important;
}

textarea.form-control{ height: auto; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: #FBF6E7;
  border: 1px solid #E10F18;
  color: #000 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


@media (min-width: 992px){
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

/*------------------end common-css-------------------*/

header{ position: relative; background:#ef0101; transition: all 0.3s ease; }
header .navbar-brand{ color: #fff; text-transform: uppercase; font-weight:600; font-size: 34px; }
header .navbar-brand:hover{ letter-spacing: 0.5px; color: #fff; }

.logo img{ max-height: 30px; }

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color:#fff;
  font-size: 16px;
  font-weight:500;
  margin: 0px 20px;
  padding:30px 0px;
  text-align: center;
  text-transform: uppercase;
}


.main-header .navbar-expand-lg .navbar-nav .nav-link:hover { color:#fff; text-decoration: overline !important; }

/*-------------banner---------------*/

.banner{ position: relative; background: #fff;  }

.banner .item:after {
  z-index: 1;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
  display: none;
}

.banner .banner_containt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  max-width:80%;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.banner .banner_containt h1{
font-weight: 300;
color: #fff;
font-size: 56px;
max-width: 600px;
width: 100%;
}

.banner .banner_containt p {
  color: #ccc;
  font-size: 22px;
  margin: 30px 0px 30px;
  max-width: 450px;
width: 100%;
line-height: 32px;
}



.banner-pic{ background: #000; overflow: hidden; }
.banner-pic img{ opacity: 0.9; object-fit: cover; width: 100%; height: calc(100vh - 84px); }

.banner .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  left:1%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}

.banner .owl-nav span { position: relative; }

.banner .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 50%;
  right:1%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}
.banner .owl-nav i { font-size:28px; color: #fff; }

.banner-btn{ position: absolute; bottom:80px; right:30%; z-index: 99; color: #fff; }
.banner-btn a{ color: #fff; }

.banner .owl-dots{ position: absolute; bottom:20px; width: 100%; }

.banner .owl-nav span img {
  max-height: 24px;
  filter: grayscale(1) invert(1);
}

.owl-nav span img { max-height: 24px; }

.banner .owl-theme .owl-nav{ margin-top: 0px; }
.banner .owl-theme .owl-dots .owl-dot span{ background: #fff; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{ background: #FDD61F !important; }

/*-------------end banner---------------*/

/*------------------innovations-------------------*/

.newinnovation-sec{ padding: 0px 4px; background: #fff; }
.newinnvoation-col { padding: 8px 4px 0px; height: 100%; position: relative; transition:all 0.3s ease-in; }
.newinnvoation-col img{ height: 100%; object-fit: cover; }

.newinnvo-grid1 img{ min-height: 300px; object-fit: cover; }

.newinnvoation-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding:0px;
  text-align: center;
  margin: 8px 4px 0px;
  transition:all 0.3s ease-in;
  height: 20%;
}

.newinnvoation-content h3{ 
  transition:all 0.3s ease-in;
  font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 6px 20px;
    width: 100%;
  height: 100%;
  display: flex;
  align-items: center; /** Y-axis align **/
  justify-content: center; /** X-axis align **/
}

.newinnvoation-col:hover .newinnvoation-content { background:rgb(0 0 0 / 70%); height:calc(100% - 8px); }









/**------------------end innovations-------------------*/


.aboutus-sec { background:#d4d4d4; }
.about-service { height: 100%; }
.about-service img { height: 100%; object-fit: cover; }
.about-txt { padding:0px 6% 0px; height: 100%; width: 100%; }
.about-txt .title { margin-bottom: 20px; color: #000; }
.about-txt p {
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height:32px;
    margin-bottom: 25px;
}
.about-txt .common-box{ margin-top: 30px; }

.expertise-sec{ padding:100px 30px; background: url(../images/dog-vector-bg.jpg) no-repeat; background-position:top 40px right 20px; }
.expertise-figure{ height: 100%; }
.expertise-figure img{ height: 100%; object-fit: cover; }

.expertise-txt { padding: 0px 50px; }
.expertise-txt .title{ margin-bottom: 20px; }
.expertise-txt ul{ margin-bottom: 0px; padding-left: 22px; }
.expertise-txt ul li{ font-size: 18px; margin-bottom: 15px; color: #5B5B5B; }
.expertise-txt hr{ margin: 2rem 0; color: #959595; }

.faqs-sec{ background: #e9e9e9; padding: 70px 0px 0px; }
.faq-questions{ margin:50px auto 0px; border-bottom: 1px solid #000; padding-bottom: 60px; }

.accordion-header .accordion-button{ font-size: 18px; font-weight: 500; color: #000; background: none; padding-right:50px; border-radius:10px !important; line-height: 30px; }
.accordion-item{ border-radius: 0px !important; border: none; margin-bottom: 15px; }
.accordion-button:not(.collapsed){  box-shadow: none; }
.accordion-body{ font-weight: 300; color: #414141; font-size: 16px; line-height: 24px; padding-top: 0px; }

.accordion-button::after{ position: absolute; right:20px; }

footer{ background: #000000; padding: 0px 0px 30px; }
.footer-left{ margin-bottom: 30px; padding-right: 60px; }
.footer-left p{ text-transform: uppercase; font-size: 21px; color: #737373; }
.footer-left h5{ font-size: 24px; color: #d0d0d0; font-size: 400; }

.footer-right{ margin-bottom: 30px; }
.footer-right p{ font-size: 21px; color: #737373; }
.footer-right h5{ font-size: 24px; color: #d0d0d0; font-size: 400; }
.footer-right h5 a{ color: #d0d0d0; margin-right: 40px; }
.footer-right h5 a:last-child{ margin-right: 0px; }

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #818181;
  font-size: 15px;
  margin-top:20px;
  padding-top: 30px;
  border-top: 1px solid #333;
}
.copyright a { color: #818181; }
.footer-social{ margin-top: 20px; }
.footer-social a{ font-size: 24px; margin: 0px 10px; color: #818181; }
footer a:hover{ color:#fff !important; text-decoration: none !important; }

.footer-links{ margin-top: 30px; }
.footer-links a{ font-size: 18px; margin-right: 20px; color: #818181; }
.footer-links a:hover{ color: #fff; }

.hometestimonials-sec{ padding-bottom: 70px; }

#testimonial-slider .item{ padding:40px 10px; }

.testi{ background:#fff; border-radius:8px; overflow: hidden;  text-align: center; padding:40px 30px;  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);  }
.testi img{ width: auto !important; margin: auto; max-height: 60px; }
.user-quote { margin-bottom: 20px; }

.testi h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}
.testi h4 small{ font-size:13px; color:#939191; }  
.testi p {
  font-size: 15px;
  color: #262626;
  line-height: 22px;
  font-weight: 400;
}
.test-location{ color:#000; margin:10px 0px 0px;  }
.teststar i {
  color: #ffb800;
  font-size: 12px;
  margin: 0px 1px;
}

.hometestimonials-sec .owl-theme .owl-nav [class*=owl-]{ color: #000; font-size: 22px; }

.navbar .megamenu{ padding: 1rem; }

@media all and (min-width: 992px) {
.navbar .has-megamenu{position:static!important;}
.navbar .megamenu{ right:0; width:65%; margin-top:0px; margin-left: auto; background: #fff; border-radius:0px; }
}	

@media(max-width: 991px){
.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
  overflow-y: auto;
    max-height: 90vh;
    margin-top:10px;
}
}

.megamenu-list{ padding: 0px; margin-bottom: 0px; list-style: none; display: flex; flex-wrap: wrap; }
.megamenu-list li{ max-width: 50%; flex: 0 0 50%; padding: 15px; }
.megamenu-list li a{ display: flex; color: #000; }
.megamenu-list li:hover{ background: #ececec; }

.menu-solution-icon{ margin-right: 15px; max-width: 15%; flex: 0 0 15%; }

.megamenu-list li a b{ font-weight: 500; color: #000; line-height:21px; }
.megamenu-list li a b small{ font-size: 14px; display: block; margin-top:5px; color: #666; font-weight: 400; }

.topup {
  position: fixed;
  padding: 0px 10px;
  font-size: 34px;
  right: 0px;
  bottom: 20px;
  display: none;
z-index:99;
}

.topup a:hover{ border-radius:50%;    }

.topup a{ background:#fff; color:#000; width:32px; height:32px; display: inline-block;  }  

.topup a i {
  font-size: 16px;
  display: block;
  text-align: center;
 line-height:32px;
}

.homevideo-sec .title-col .title{ margin-bottom:30px; }
.homevideo-sec .title-col p {
  font-size: 20px;
  color: #999;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.aboutsec3-content p{ line-height: 28px; color: #999; }

.aboutsec3-content{ padding-left: 40px; }

.homenos-sec{ background:url(../images/base.gif)repeat-x #000; padding:80px 0px; }

.about-counter2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  margin: 60px auto 30px;
  max-width: 1100px;
  width: 100%;
}
.counter {
  font-size: 74px;
  color:#FF0000;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 1;
}
.nos h4 {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}

.nos-digit{ display: flex; align-items: center; justify-content: center; }
.nos-digit b {
  font-size: 34px;
  color: #FF0000;
  font-weight: 700;
  margin-bottom: 0px;
  margin-left: 7px;
  line-height: 1;
  margin-top: -6px;
}

.mt-7{ margin-top: 4rem; }
.mt-9{ margin-top: 6rem; }

.footer-logo{ font-size: 120px; color: #fff; margin-bottom: 40px; background: #ef0101; }

.homevideo-sec{ padding:90px 0px 80px; border-top: 8px solid #fff; }

.red{ background: #FF0000; color: #fff; padding-left: 10px; padding-right: 10px; }


/*--------------------inner-page---------------*/

.inner-banner{ position: relative; overflow: hidden; }

.innerbanner-pic img{ min-height:400px; max-height:400px; object-fit: cover; width: 100%; }

.innerbanner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  width: 100%;
  z-index: 9;
}

.innerbanner-text h1 {
  font-size: 52px;
  color: #fff;
  margin-bottom: 10px;
}


.inner-page{ padding:60px 0px 80px; }

.highlight {
  font-size: 2rem;
  font-weight: 500;
  color: #f00;
  margin-top: 30px;
}

.who-text { padding-left: 40px; }

.flex-lg-row-reverse .who-text { padding-left: 0px; padding-right: 40px; }

.contact-map{ margin-top: 30px; }
.contact-map iframe {
  width: 100%;
  border-radius: 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contact-form{ padding-left: 60px; }

.products-cols {
  background: #343434;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.products-pic img {
  max-height: 500px;
  object-fit: cover;
}

.pro-page .col-md-6{ margin-bottom: 24px; }
.products-pic{ margin-bottom: 20px; }
.products-cols p {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #999;
}

.terms-page p {
  font-size: 16px;
  color: #999;
}

.terms-page li {
  font-size: 16px;
  color: #999;
  margin-bottom: 10px;
}

.terms-page h1, .terms-page h2, .terms-page h3, .terms-page h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
}

.whatsapp-fix{ position: fixed; right:10px; bottom:20px; z-index:1;   }
.whatsapp-fix img{ height: 56px; }

.welcome-pic img{ border-radius: 20px; }

header.main-header.fixed-nav {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
}

header.main-header.fixed-nav .navbar-expand-lg .navbar-nav .nav-link{ padding: 20px 0px; }










/*------------------media css------------------*/

@media (max-width:1280px){
.banner_containt h1{ font-size: 52px; }
.banner_containt p{ font-size: 28px; }
.about-txt p {
  font-size: 16px;
  line-height: 24px;
}
.title{ font-size: 38px; }
.expertise-sec{ background-size: 150px; }
.innerbanner-title h1.title{ font-size: 36px; }
.innerbanner-title h1{ font-size: 30px; }
.traningdesc-content { padding-left: 30px; }
.traningdesc-content ul li{ font-size: 16px; }
.aboutsec1-sec p { font-size: 16px; line-height: 28px; }
.title-para{ font-size: 16px; line-height: 26px; max-width: 800px; }
.innerbanner-title p {
  font-size: 16px;
  line-height: 25px;
}
.contact-sec1-pic{
  height: 100%;
}
.contact-sec1-pic img {
  height: 100%;
  object-fit: cover;
}
header .navbar-brand{ font-size: 26px; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ font-size: 14px; padding:20px 0px; }
.banner .banner_containt h1{ font-size: 42px; }
.banner .banner_containt p{ font-size: 18px; line-height: 26px; margin: 15px 0px 30px; }
.footer-right h5{ font-size: 21px; }


}


@media (max-width:520px){
.main-header .navbar-expand-lg .navbar-nav .nav-item{ width: 100%; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ text-align: left; padding: 10px 0px; margin: 0px; font-size: 16px; }
.banner .banner_containt h1 { font-size: 26px; }
.banner .banner_containt p{ font-size: 14px; line-height: 20px; }
.banner .owl-nav i { font-size: 18px; }
.aboutsec3-content {
    padding-left: 0px;
    margin-top: 30px;
}
.footer-logo { font-size:50px; }
.copyright{ flex-direction: column; align-items: flex-start; }
.banner-pic img{ height: 40vh; }
.homevideo-sec{ padding:50px 0px 40px; }
.title { font-size: 30px; }
.homevideo-sec .title-col p{ font-size:16px; }
p{ font-size:16px; }
.aboutsec3-content p{ line-height: 24px; }
.homenos-sec{ padding: 60px 0px; }
.nos{ margin-bottom: 20px; }
.aboutus-sec{ padding-top: 50px; }
.about-txt{ padding-bottom: 60px; }
.footer-left{ padding-right: 0px; }
.footer-right p{ font-size: 18px; }
.footer-links a{ display: inline-block; margin-bottom: 10px; }
.copyright span{ margin-top: 20px; }
.footer-right {
    margin-bottom: 0px;
}
.navbar-toggler{ border: none; }
header{ padding: 10px 0px; }
.innerbanner-pic img{ min-height: 200px; max-height: 200px; }
.innerbanner-text h1 { font-size: 30px; }
.who-text {
    padding-left: 0px;
    margin-top: 30px;
}
.title-col{ margin-bottom: 20px; }
.flex-lg-row-reverse .who-text{ 
    margin-top: 30px; padding-right: 0px;
   }

.products-cols p{ padding-left: 0px; padding-right: 0px; }
.contact-form {
    padding-left: 0px;
    margin-top: 30px;
}





}





