@import url(https://db.onlinewebfonts.com/c/73c00071d90ecfb78bf0ccdeda529307?family=Nico+Moji);
@import url("https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*, *::after, *::before {
  padding: 0;
  margin: 0;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Anybody", sans-serif !important;
}

.container {
  max-width: 80% !important;
}

.wraper {
  padding-top: 50px !important;
}

.wraper .inner-page-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  text-align: center;
}

.industry-title {
  color: #fff;
}

.industry-products {
  margin-left: 20px;
}

.industry-products li {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.wrapper {
  background-color: #22448b;
  position: relative;
}
.wrapper .overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .overlay .close{
  position: absolute;
  top: 100px;
  right:40px;
  z-index: 1001;
}
.wrapper .overlay .close .closeOverlay{
  text-decoration: none;
  color: #f2f2f2;
  font-size: 40px;
}
.wrapper .overlay .new_release{
  width: 600px;
  height: 400px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.wrapper .overlay .new_release::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #f54168;
  display: block;
}
.wrapper .overlay .new_release::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #22448b;
  display: block;
}
.wrapper .overlay .new_release img{
  width: 300px;
  object-fit: contain;
  display: block;
  margin-bottom: 20px;
}
.wrapper .overlay .new_release a{
  width:200px;
  padding: 10px 0;
  border: 1px solid #00519c;
  color: #00519c;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  transition: 0.34s ease;
}
.wrapper .overlay .new_release a:hover{
  color: #fff;
  background-color: #00519c;
}
.wrapper .nav-section {
  background: #fff;
  z-index: 100;
}
.wrapper .nav-section .navbar-logo img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .nav-section .nav-link {
  color: #000 !important;
  font-family: "Anybody", sans-serif !important;
}
.wrapper .hero {
  height: 70vh;
  width: 100%;
  background: #f8bf21;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url("../image/2201.jpg");
  background-size: cover;
}
.wrapper .hero video{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.wrapper .hero .content {
  margin-bottom: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 80%;
  display: flex;
  z-index: 10;
  grid-gap: 100px;
  /* display:none; */
}

#mySwiper .item {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 220px !important;
    height: 150px !important;
    border:1px solid #ddd;
    margin-right:0 !important;
}
#mySwiper .item img {
    height: 100px !important;
    width: 100px !important;
    margin: 0 auto;
    display: block;
}
#mySwiper .item small {
    font-size: 12px !important;
    margin-top: 10px;
    display: block;
}
.wrapper .hero .content .pane_left {
  flex-basis: 50%;
}
.wrapper .hero .content .pane_left img {
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .hero .content .pane_left h1 {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  font-family: "Nico Moji";
}
.wrapper .hero .content .pane_left h1 span {
  color: #f8bf21;
  font-size: 70px;
  font-weight: bold;
}
.wrapper .hero .content .pane_left h3 {
  font-size: 30px;
  font-family: "Nico Moji";
  color: #fff;
}
.wrapper .hero .content .pane_left h2 {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  font-family: "Nico Moji";
}
.wrapper .hero .content .pane_left a.join_now {
  padding: 10px 20px;
  background-color: #f8bf21;
  color: #22448b;
  font-weight: bold;
  font-family: "Nico Moji";
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
  text-decoration: none;
}
.wrapper .hero .content .pane_right {
  flex-basis: 50%;
}
.wrapper .hero .content .pane_right img {
  width: 70%;
  display: block;
  margin-bottom: 20px;
}
.wrapper .hero .content .pane_right h2 {
  font-size: 50px;
  font-family: "Nico Moji";
  color: #fff;
}
.wrapper .hero .content .pane_right h4 {
  font-family: "Nico Moji";
  color: #fff;
}
.wrapper .hero .content .pane_right .counter {
  width: 100%;
  border-radius: 20px;
  height: 120px;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.wrapper .hero .content .pane_right .counter .blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper .hero .content .pane_right .counter .blocks .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 70px;
  background-color: #fff;
  border-radius: 10px;
}
.wrapper .hero .content .pane_right .counter .blocks .box h2 {
  font-size: 30px;
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #22448b;
}
.wrapper .hero .content .pane_right .counter .blocks small {
  display: block;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.wrapper .key_features {
  padding: 20px 40px;
  background: #fff;
}
.wrapper .key_features.onBoard {
  padding: 10px 40px;
  /* background: #0bbda3; */
  background: #fff;
}
.wrapper .key_features.onBoard .content {
  width: 80%;
  margin-left: auto;
}
.wrapper .onBoard .content .title h3 {
  font-weight: bold;
  font-size: 30px;
  font-family: "Nico Moji";
  color: #253964 !important;
}
.wrapper .onBoard .content .btn {
  background-color: #253964 !important;
  border:1px solid #253964 !important;
  color: #fff !important;
}
.wrapper .key_features .content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 30px;
}
.wrapper .key_features .content .title {
  flex-basis: 25%;
}
.wrapper .key_features .content .title h3 {
  font-weight: bold;
  font-size: 30px;
  font-family: "Nico Moji";
  color: #22448b;
}
.wrapper .key_features .content .col {
  flex-basis: 33%;
  background-color: #f54168;
  border-radius: 10px;
  padding: 10px 20px;
}
.wrapper .key_features .content .col:nth-child(3) {
  background: #22448b;
}
.wrapper .key_features .content .col:last-child {
  background: #0bbda3;
}
.wrapper .key_features .content .col h4 {
  letter-spacing: 2px;
  font-family: "Nico Moji";
  color: #fff;
}
.wrapper .industry_profile {
  margin: 60px auto;
  width: 80%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.168627451);
  border-radius: 10px;
}
.wrapper .industry_profile .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .industry_profile .title h2 {
  color: #fff;
  font-size: 40px;
  font-family: "Nico Moji";
}
.wrapper .industry_profile .title h2 span {
  color: #f8bf21;
}
.wrapper .industry_profile .title a.know_more {
  padding: 15px 25px;
  background: #f8bf21;
  color: #222222;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 10px;
  text-decoration: none;
}
.wrapper .industry_profile .content {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.wrapper .industry_profile .content .ind_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper .industry_profile .content .ind_block .ind_img_block {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .industry_profile .content .ind_block .ind_img_block img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .industry_profile .content .ind_block p {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  width: 150px;
  font-size: 12px;
}
.wrapper .productProfile .title h3 {
  font-size: 40px;
  font-family: "Nico Moji";
  font-weight: bold;
  color: #fff;
}
.wrapper .productProfile .content {
  margin-top: 30px;
}
.wrapper .productProfile .content ul {
  padding: 20px;
}
.wrapper .productProfile .content ul li {
  color: #fff;
  margin-bottom: 10px;
}
.wrapper .productProfile .content h4 {
  color: #fff;
  font-weight: bold;
}
.wrapper .productProfile .content .f-col {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}
.wrapper .divider {
  width: 80%;
  height: 1px;
  background-color: #fff;
  margin: 20px auto;
}
.wrapper .other_attraction {
  margin: 60px 0;
}
.wrapper .other_attraction .title h2 {
  font-size: 100px;
  color: #fff;
}
.wrapper .other_attraction .title span {
  display: block;
  color: #f8bf21;
}
.wrapper .other_attraction .content {
  border-radius: 10px;
  padding: 10px 20px;
}
.wrapper .other_attraction .content .attrac_info h3 {
  color: #fff;
}
.wrapper .other_attraction .content .attrac_info p {
  color: #fff;
  font-size: 18px;
}

.wrapper .footer {
  width: 100%;
  padding: 30px 0;
  background: #253964;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper .footer h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.wrapper .footer .line {
  width: 100px;
  background: #EF272F;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.wrapper .footer .first-col {
  border-right: 2px solid #fff;
  padding-right: 20px;
}

.wrapper .footer .sec-col {
  padding-left: 20px;
}

.wrapper .footer .line1 {
  width: 100px;
  background: #EF272F;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.wrapper .footer p {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

.wrapper .footer span {
  padding: 10px;
  background: #EF272F;
  width: 80%;
  display: block;
}

.wrapper .footer span small {
  color: #fff;
  display: block;
  width: 100%;
  font-size: 15px;
}

.wrapper .footer ul {
  list-style: none;
}

.wrapper .footer ul li {
  margin: 10px 0;
}

.wrapper .footer ul li a {
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
}

.wrapper .footer ul li a:hover {
  text-decoration: none;
  color: #ED213A !important;
  font-size: 18px;
}

.wrapper .footer .enquire_form {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.168627451);
  padding: 20px;
}

.wrapper .footer .enquire_form h3 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}

.wrapper .footer .enquire_form label {
  color: #fff;
  font-size: 14px;
}

.wrapper .footer .enquire_form input {
  font-size: 14px;
}

.wrapper .footer .enquire_form select {
  font-size: 14px;
}

.wrapper .footer .enquire_form input[type=submit] {
  text-transform: uppercase;
}

.wrapper .footer_strip {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222222;
  padding: 10px 0;
}

.wrapper .footer_strip p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}

#social-media-control {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background: #00519c;
  position: fixed;
  top: 30%;
  left: 0;
  /* min-width: 60px; */
  /* height: 60px; */
  border-radius: 0 5px 5px 0;
  /* border: 1px solid #0aa0eb; */
  font-size: 20px;
  color: #fff;
  z-index: 997;
  cursor: pointer;
  padding: 10px;
}

#social-media-control a {
  display: block;
  text-decoration: none;
  color: #fff !important;
  border-bottom: 1px solid #fff;
  padding: 10px;
}

#social-media-control a img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

#social-media-control a:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 800px) {
  .nav-section {
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
  .hero .content {
    flex-direction: column !important;
    grid-gap: 20px !important;
    text-align: center !important;
  }
  .hero .content .pane_left img {
    width: 100px !important;
  }
  .hero .content .pane_left h3 {
    font-size: 20px !important;
  }
  .hero .content .pane_left h3 span {
    font-size: 20px !important;
  }
  .hero .content .pane_left h2 {
    font-size: 22px !important;
  }
  .hero .content .pane_left a {
    font-size: 12px !important;
  }
  .hero .content .pane_right h2 {
    font-size: 20px !important;
  }
  .hero .content .pane_right h4 {
    font-size: 13px !important;
  }
  .hero .content .pane_right .counter {
    background: none !important;
    justify-content: center !important;
    grid-gap: 10px !important;
  }
  .hero .content .pane_right .counter .blocks .box {
    width: 60px !important;
    height: 60px !important;
  }
  .hero .content .pane_right .counter .blocks .box h2 {
    font-size: 14px !important;
  }
  .key_features .content {
    flex-direction: column !important;
  }
  .key_features .content .col h4 {
    font-size: 20px !important;
  }
  .industry_profile .title h2 {
    text-align: center !important;
  }
  .industry_profile .content {
    flex-wrap: wrap !important;
    grid-gap: 2px !important;
  }
  .industry_profile .content .ind_block {
    font-size: 10px !important;
  }
}/*# sourceMappingURL=style_subcon.css.map */