* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: 'Rajdhani', sans-serif;
  background-image: url('../images/background.svg');
}



/* =============================
          Default Css
============================== */
a {
  text-decoration: none;
  outline: 0 !important;

}

a:hover {
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style-type: none;
}


/* custom-fonts */

@font-face {
  font-family: 'BeVietnam-BoldItalic';
  src: url('../fonts/BeVietnam-BoldItalic.woff2') format('woff2'),
    url('../fonts/BeVietnam-BoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnam-Bold';
  src: url('../fonts/BeVietnam-Bold.woff2') format('woff2'),
    url('../fonts/BeVietnam-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnam-ExtraBold';
  src: url('../fonts/BeVietnam-ExtraBold.woff2') format('woff2'),
    url('../fonts/BeVietnam-ExtraBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnam-ExtraBoldItalic';
  src: url('../fonts/BeVietnam-ExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/BeVietnam-ExtraBoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnam-Italic';
  src: url('../fonts/BeVietnam-Italic.woff2') format('woff2'),
    url('../fonts/BeVietnam-Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnam-Light';
  src: url('../fonts/BeVietnam-Light.woff2') format('woff2'),
    url('../fonts/BeVietnam-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnam-SemiBoldItalic';
  src: url('../fonts/BeVietnam-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/BeVietnam-SemiBoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnam-LightItalic';
  src: url('../fonts/BeVietnam-LightItalic.woff2') format('woff2'),
    url('../fonts/BeVietnam-LightItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnam-Thin';
  src: url('../fonts/BeVietnam-Thin.woff2') format('woff2'),
    url('../fonts/BeVietnam-Thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnam-ThinItalic';
  src: url('../fonts/BeVietnam-ThinItalic.woff2') format('woff2'),
    url('../fonts/BeVietnam-ThinItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnam-MediumItalic';
  src: url('../fonts/BeVietnam-MediumItalic.woff2') format('woff2'),
    url('../fonts/BeVietnam-MediumItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnam-Medium';
  src: url('../fonts/BeVietnam-Medium.woff2') format('woff2'),
    url('../fonts/BeVietnam-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnam-SemiBold';
  src: url('../fonts/BeVietnam-SemiBold.woff2') format('woff2'),
    url('../fonts/BeVietnam-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnam-Regular';
  src: url('../fonts/BeVietnam-Regular.woff2') format('woff2'),
    url('../fonts/BeVietnam-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TheCikond-Regular';
  src: url('../fonts/TheCikond-Regular.woff2') format('woff2'),
      url('../fonts/TheCikond-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.copyright {
  color: #FFF;
  font-family: 'BeVietnam-Regular';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0px;
  padding: 14px 0px;
  position: relative;
  font-weight: 400;
  background: #1C1C1C;
  }
.ftr-txt {
  text-align: right;
}
.copyright a {
  color: #FFCC00;
}

 .form-control {
  color: #535353;
  font-family: Rajdhani;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  width: 100%;
  padding: .75rem .75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-us-right textarea.form-control{
  border-radius: 6px !important;
}
.contact-us-right [type=submit] {
  background-color: #FFCC00;
  color: #535353;
  font-family: Rajdhani;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  padding: 10px 40px;
  line-height: normal;
  width: -webkit-fill-available;
  border: 0px;
  border-radius: 6px;
  margin-bottom: 80px;
}
.contact-us-left h5 {
  color: #535353;
  font-family: Rajdhani;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.contact-us-left p {
  color: #535353;
  font-family: Rajdhani;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.icon {
  color: #EE2127;
  padding-right: 15px;
}
.contact-us-left h2 {
  position: relative;
  margin-bottom: 30px;
  color: #535353;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.884px;
  text-transform: uppercase;
  font-family: 'TheCikond-Regular';
}
.contact-us-left h2::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #EE2127;
  bottom: 0px;
}
.contact-us-right [type=submit]:hover{
  background-color: #ee2127;
  color: white;
}
.para-sec p {
  border-radius: 18.647px;
  background: rgba(198, 198, 198, 0.25);
  padding: 40px;
  margin: 60px 0px;
  position: relative;
  display: block;
  color: #535353;
  font-family: Rajdhani;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-us-left {
    padding-left: 50px;
    position: relative;
}
.introduction h2 {
  position: relative;
  margin-bottom: 30px;
  color: #535353;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.884px;
  text-transform: uppercase;
  font-family: 'TheCikond-Regular';
}
.introduction h2::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #EE2127;
  bottom: 0px;
}
.introduction p {
  color: #535353;
  font-family: Rajdhani;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.introduction ul li {
  color: #535353;
  font-family: Rajdhani;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  list-style: disc;
  float: left;
  margin-bottom: 20px;
}
.right-sec{
  margin: 0px;
  padding: 0px;
}
.banner-box {
  background-image: url('../images/banner.png');
  background-size: cover;
  min-height: 600px;
  object-fit: contain;

  padding: 60px 0px 60px 0px;
}
.banner-sec .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
  color: #ffffff;
  font-family: Rajdhani;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 7px;
  position: relative;
 padding: 1rem 1.5rem;
}
banner-sec .nav-pills .nav-link:hover {
  color: #ffffff;
background: #50a0f9;
}
.banner-sec .nav-pills .nav-link span img{
    width: 22px;
}
.side-tab {
  position: relative;
  padding: 0px;
  background-color: #4F9EF7;
  min-height: 500px;
  max-height: 500px;
  overflow-y: scroll;
  max-width: 340px;
}
.side-sec {
  padding: 0;
  position: relative;
}
.banner-sec .nav-pills .nav-link::before {
  content: '';
  position: absolute;
  border-radius: 0px;
  width: 88%;
  height: 1px;
  background-color: #71b4ff;
  bottom: 0px;
}
.banner-sec .nav-pills .nav-link.active, .banner-sec  .nav-pills .show>.nav-link {
 
  font-weight: 700 !important;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #FFCC00; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #535353; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.n-box {
  max-width: 400px;
  max-height: 400px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.n-box h5 {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1020px;
  background: #4f9ef7;
  color:#fff;
  padding: 6px 7px;
  font-size: 16px;
  width: 100%;
}
.big-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
  position: relative;
}
.w-box {
  position: relative;
  
}
.w-box h5 {
position: absolute;
  bottom: -28px;
  left: 0px;
  background: #4f9ef7;
  color:#fff;
  width: 100%;
  padding: 4px 7px;
  font-size: 16px;
}
.s-box {
  max-width: 400px;
  max-height: 400px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
header {
  background-image: url('../images/header.png');
  background-size: cover;
  height: fit-content;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle-chakra {
  position: relative;
  /* max-width: 400px; */
  padding-right: 5px;
}
.middle-chakra .fa-arrow-down {
  position: absolute;
  bottom: -20px;
  left: 43%;
  z-index: 9;
  
}
.middle-chakra .fa-arrow-right {
  position: absolute;
  bottom: 38%;
  right: -23%;
  z-index: 9;
}
.middle-chakra .fa-arrow-up {
  position: absolute;
  top: -25px;
  left: 43%;
  z-index: 99999;
}
.middle-chakra .fa-arrow-left {
  z-index: 999;
  position: absolute;
  bottom: 37%;
  left: -23%;
}
.middle-chakra svg {
  color: #FFCC00;
  font-size: 40px;
  font-weight: 900;
}
.contact-sec {
  position: relative;
 
}

.right-arw span {
  bottom: 70px;
  position: absolute;
  right: -60px;
  color: #FFF;
  text-shadow: 0px 3.404674768447876px 3.404674768447876px rgba(0, 0, 0, 0.50);
  font-family: Rajdhani;
  font-size: 27.237px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 99;
}
.s-box h5 {
  text-align: center;
  background: #4f9ef7;
  color:#fff;
  padding: 4px 7px;
  font-size: 16px;
}
.e-box h5 {
  text-align: right;
  position: absolute;
  top: -23px;
  right: 0px;
  background: #4f9ef7;
  color:#fff;
  padding: 4px 7px;
  font-size: 16px;
  width: 100%;
}
#e-bnr .owl-item img {
  display: block;
  width: 370px;
  height: 190px;
}
.e-box {
  position: relative;
  max-width: 360px;
  max-height: 400px;
}
.w-box {
    position: relative;
    max-width: 370px;
    max-height: 400px;
}
.arrow-left span {
  bottom: 65px;
  position: absolute;
  left: -70px;
  color: #FFF;
  text-shadow: 0px 3.404674768447876px 3.404674768447876px rgba(0, 0, 0, 0.50);
  font-family: Rajdhani;
  font-size: 27.237px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 99;
}

.arrow-down span {
  bottom: -53px;
  position: absolute;
  left: 48%;
  color: #FFF;
  text-shadow: 0px 3.404674768447876px 3.404674768447876px rgba(0, 0, 0, 0.50);
  font-family: Rajdhani;
  font-size: 27.237px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 99;
}
.arrow-up span {
  top: -53px;
  position: absolute;
  left: 47%;
  color: #FFF;
  text-shadow: 0px 3.404674768447876px 3.404674768447876px rgba(0, 0, 0, 0.50);
  font-family: Rajdhani;
  font-size: 27.237px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 99;
}
.bottom-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 50%;
}

#n-bnr .owl-item img {
  display: block;
  width: 400px;
  max-height: 400px;
}

#s-bnr .owl-item img {
  display: block;
  width: 400px;
}

#w-bnr .owl-item img {
  display: block;
  width: 370px;
  height: 190px;
}

#owl-demo .item {
  background: #42bdc2;
  padding: 30px 0px;
  margin: 10px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.e-box img{
  height: 190px;
}
 
.banner-sec{
  position: relative;
}
.banner-sec .col-lg-9{
  padding: 0;
}
.body-sec .container-fluid{
padding: 0;
}
.darkHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
 max-width: fit-content;
 min-height: 100vh;
  animation: smoothScroll 1s forwards;
}
.banner-sec .col-lg-3{
  padding: 0;
}
.body-sec {
  padding-left: 40px;
}


/* to remove slide effect  css */
.animated {
  -webkit-animation-duration: 0 ms !important;
  animation-duration: 0 ms !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
    transition: opacity 5s ease-in-out ;
  }
  100% {
    opacity: 0;
    transition: opacity 5s ease-in-out;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
    transition: opacity 5s ease-in-out;
  }
  100% {
    opacity: 0;
    transition: opacity 5s ease-in-out;
  }
}
.n-box .owl-carousel .owl-item img {
    display: block;
    width: 400px;
    max-height: 220px;
    min-height: 220px;
}
.w-box .owl-carousel .owl-item img {
    display: block;
    width: 370px;
    height: 190px;
}
.e-box .owl-carousel .owl-item img {
    display: block;
    width: 370px;
    height: 190px;
}
.s-box .owl-carousel  .owl-item img {
    display: block;
    width: 400px;
    height: 220px;
}
.contact-us-left p a{
    color: #535353;
   
}

.side-sec {
    display: none;
}